[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

To support CIF format in generic



 Hello;
 to enable CIF format for the generic camera, is it okay to change video/video-win32.cc
from:
if (fmt_->biWidth == 320 || fmt_->biWidth == 160 ||fmt_->biWidth == 384 || fmt_->biWidth == 192)
to:
if (fmt_->biWidth == 320 || fmt_->biWidth == 160 || fmt_->biWidth == 352 || fmt_->biWidth == 176 ||fmt_->biWidth == 384 || fmt_->biWidth == 192)
Regards
Kun