v4l2-ctl-subdev.cpp ../common/v4l2-tpg-core.c ../common/v4l2-tpg-colors.c ../common/v4l2-info.cpp ../common/v4l-stream.c ../common/media-info.cpp ../common/codec-v4l2-fwht.c ../common/codec-fwht.c) find_library( log-lib log ) add_executable(v4l2-ctl ${src_files}) target_...
Prints the help message for all options that deal with v4l-subdevX devices. --help-tuner Prints the help message for all options that deal with tuners and modulators. --help-vbi Prints the help message for all options that get/set/list VBI formats. ...
v4l2-ctl --device=/dev/v4l-subdev0 --get-ctrl=exposurev4l2-ctl -d /dev/v4l-subdev0 --set-ctrl exposure=512v4l2-ctl --device=/dev/v4l-subdev0 --get-ctrl=analogue_gainv4l2-ctl --device=/dev/v4l-subdev0 -L Below you can see the patch file for this solution mxc_mipi_...
if (!is_subdev && options[OptGetDriverInfo]) { printf("Driver Info%s:\n", options[OptUseWrapper] ? " (using libv4l2)" : ""); printf("\tDriver name : %s\n", vcap.driver); printf("\tCard type : %s\n", vcap.card);
642 652 if (options[OptSetSubDevFPS]) { 643 653 struct v4l2_subdev_frame_interval fival; 644 654 655 + if (!_fd.has_streams() && set_fps_stream) { 656 + printf("Streams API not supported.\n"); 657 + return; 658 + } 659 + 645 660 memset(&fival, 0, sizeof(fiva...
device node name /dev/v4l-subdev0 pad0: Sink [fmt:SBGGR10/2112x1568 crop.bounds:(0,0)/2112x1568 crop:(0,0)/2112x1568] <- "rkisp-csi-subdev":1 [ENABLED] <- "rkisp_rawrd0_m":0 [] <- "rkisp_rawrd2_s":0 [] pad1: Sink ...
v4l2-ctl --device=/dev/v4l-subdev0 --get-ctrl=exposurev4l2-ctl -d /dev/v4l-subdev0 --set-ctrl exposure=512v4l2-ctl --device=/dev/v4l-subdev0 --get-ctrl=analogue_gainv4l2-ctl --device=/dev/v4l-subdev0 -L Below you can see the patch file for this solution mxc_mipi_...
v4l2-ctl-subdev.cpp v4l2-ctl-tuner.cpp v4l2-ctl-vbi.cpp v4l2-ctl-vidcap.cpp v4l2-ctl-vidout.cpp v4l2-ctl.1.in v4l2-ctl.cpp v4l2-ctl.h v4l2-info.cpp v4l2-tpg-colors.c v4l2-tpg-core.c v4l2-dbg v4l2-sysfs-path v4l2-tracer
mirror of: http://git.ideasonboard.org/media-ctl.git - History for src/linux/v4l2-subdev.h - RobertCNelson/media-ctl