Commit graph

3 commits

Author SHA1 Message Date
lhelontra
207e082447 bugfix: when trying set fmt, like V4L2_PIX_FMT_{BGR24,SGBRG8}, driver sets BGGR 8bits format and causes segmentation fault. The raw bayer format was disable. 2017-07-01 01:39:05 -03:00
lhelontra
d9b4e22fc5 small changes 2017-06-28 17:37:31 -03:00
lhelontra
c758a4e914 * resolution 1280x720 in hres0 mode, of 5fps to 8fps.
* resolution 1600x1200 in hres0 mode, quality improvements.
* resolution 1600x1200 in hres1, runs at 10fps and fixed darkness frames.
* fixes cropped cif resolution in hres3. * change hres name, 3 to 2 and 2 to 3.
* added auto choose of hres based on fps or/and resolution.
* new hres modes:
   - hres=0 (640x480|1280x720|1600x1200 - 8 FPS)
   - hres=1 (800x600|1600x1200 - 10 FPS)
   - hres=2 (320x240|352x288|640x480 - 15 FPS)
   - hres=3 (320x240|640x480|800x600|1600x1200 - 20 FPS)
2017-06-28 14:39:15 -03:00