Return to the 'image-acquisition' package
Summary of important changes for image-acquisition 0.2.5 (2024/08/31): ------------------------------------------------------------------------ ** Bugfix release Octave version >= 6 removed error_state. Bug #63136) Ignore v4l2 Metadata Interface devices in imaqhwinfo. Example if /dev/video0 AND /dev/video1 are created simultaneously. Summary of important changes for image-acquisition 0.2.1 (2014/12/27): ------------------------------------------------------------------------ ** Support for VideoFormats - RAW Bayer SBGGR8, SGBRG8, SGRBG8, SRGGB8, SBGGR10, SGRBG10, SRGGB10, SBGGR12, SGBRG12, SGBRG12, SGRBG12, SRGGB12 - YVU420 aka YV12, YUV420 aka YV12, YUYV aka YUV 4:2:2 - MJPEG ** New functions: save_mjpeg_as_jpg.m: save MJPEG capture as JPEG SGRBGtoRGB.m: Convert RAW Bayer SGRBG to RGB without interpolation Summary of important changes for image-acquisition 0.1.3 (2014/03/06): ------------------------------------------------------------------------ ** new setter/getter for VideoFormat. This internally sets the pixelformat, see http://www.linuxtv.org/downloads/v4l-dvb-apis/pixfmt.html. You can use the short 4 char FOURCC format ('RGB3', 'YUYV', 'MJPG' etc.) or the long format, for example 'SGRBG12' instead of 'BA12'. Summary of minor changes for image-acquisition 0.1.2 (2014/01/28): ------------------------------------------------------------------------ ** Use of autoconf ** Fix to build with fltk1.1 ** Some fixes for tests with different cams ** Print warning if driver limits set values Summary of important changes for image-acquisition 0.1.0 (2014/01/18): ------------------------------------------------------------------------ ** Initial release. Most of the functions which are required to get/set properties, start/stop streaming, preview and capture images are implemented for v4l2 devices.
Package: image-acquisition