为了在Android上使用v4l2-ctl,fork了该项目。目前支持了rk3588(使用ndk 21b),要支持其它平台,改下utils/v4l2-ctl/rk3588.android.arm64v8a.cmake即可 具体改动见commit 编译前需要修改-DCMAKE_ANDROID_NDK指向自己的NDK路径 编译: cd utils/v4l2-ctl ./build.sh ...
debian11/1.20.0 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支5 标签0 Jeffy Chenlibv4l: Disallow conversion by defaultd8b3f183年前 9 次提交 提交 .pc init 1.20.2 3年前 build-aux init 1.20.2 ...
Gateworks v4l2-ctl: fixed Android.mk 68bd3f9· Sep 3, 2014 History2,486 Commits build-aux buildsystem: Do not bootstrap complete gettext for testing iconv Jun 19, 2013 contrib v4l2grab: Add threaded producer/consumer option Jul 26, 2014 ...
v4l2-compliance: include android-config.h v4l2-compliance: add new checks for DV_TIMINGS controls & events v4l2-ctl: fix broken --clear-edid v4l2-ctl: use physical address 0.0.0.0 in the HDMI EDID Revert "v4l2-ctl: use physical address 0.0.0.0 in the HDMI EDID" v4l2-complianc...
客户需要设置Android usb摄像头曝光参数 Video4Linux简介 Video4Linux(V4L)是Linux中关于视频设备的内核驱动,它为针对视频设备的应用程序编 程提供一系列接口函数,这些视频设备包括现今市场上流行的TV卡、视频捕捉卡和USB摄像头等。对于USB口摄像头,其驱动程序中需要提供基本的I/O操 作接口函数open、read、write、close...
肯定可以啊,我都是静态编译几个架构,不需要交叉编译Android & linux直接用。
This Android.mk makefile is used by the Android build system to compile and link the v4l2-ctl utility. Signed-off-by: Hans-Christian Egtvedt <hegtv...@cisco.com> Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> utils/v4l2-ctl/Android.mk | 25 +++++++++++++++ 1 files c...
TODO.libdvbv5 aminclude.am android-config.h bootstrap.sh configure.ac doxygen_libdvbv5.cfg v4l-utils.spec.inBreadcrumbs v4l-utils /utils /media-ctl / mediactl.h Latest commit mchehab Revert "libmediactl: add support for the new DVB devnodes" ...
43 44 #ifndef ANDROID 44 45 #include "version.h" @@ -193,69 +194,6 @@ static void usage(void) 193 194 exit(0); 194 195 } 195 196 196 - std::string cap2s(unsigned cap) 197 - { 198 - std::string s; 199 - 200 - if (cap & V4L2_CAP_VIDEO_CAPTURE) 201 ...