1*4882a593Smuzhiyunconfig BR2_PACKAGE_V4L2GRAB 2*4882a593Smuzhiyun bool "v4l2grab" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l 4*4882a593Smuzhiyun depends on BR2_USE_MMU # libv4l 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # libv4l 6*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # libv4l 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l 8*4882a593Smuzhiyun select BR2_PACKAGE_JPEG 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBV4L 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun Utility for grabbing JPEGs form V4L2 devices. This tool is 12*4882a593Smuzhiyun similar to v4l2grab available from libv4l contrib directory, 13*4882a593Smuzhiyun but provides additional features such as JPEG output. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://www.twam.info/software/v4l2grab-grabbing-jpegs-from-v4l2-devices 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuncomment "v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0" 18*4882a593Smuzhiyun depends on BR2_USE_MMU 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \ 20*4882a593Smuzhiyun || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 21