Lines Matching refs:video
4 This driver emulates video4linux hardware of various types: video capture, video
27 - Support for various pixel aspect ratios and video aspect ratios
83 By default the driver will create a single instance that has a video capture
84 device with webcam, TV, S-Video and HDMI inputs, a video output device with
88 The number of instances, devices, video inputs and outputs and their types are
106 So to create four instances, the first two with just one video capture
107 device, the second two with just one video output device you would pass
113 are created for each video capture device. At most 16 inputs can be created,
127 So to create a video capture device with 8 inputs where input 0 is a TV
134 are created for each video output device. At most 16 outputs can be
146 So to create a video output device with 8 outputs where outputs 0-3 are
152 vid_cap_nr: give the desired videoX start number for each video capture device.
154 you to map capture video nodes to specific videoX device nodes. Example:
158 This will attempt to assign /dev/video2 for the video capture device of
163 vid_out_nr: give the desired videoX start number for each video output device.
181 ccs_cap_mode: specify the allowed video capture crop/compose/scaling combination
204 ccs_out_mode: specify the allowed video output crop/compose/scaling combination
255 This is probably the most frequently used feature. The video capture device
313 The pixel aspect ratio will depend on the TV standard. The video aspect ratio
315 Choices are '4x3', '16x9' which will give letterboxed widescreen video and
317 video that will need to be scaled accordingly.
358 The video aspect ratio can be selected through the 'DV Timings Aspect Ratio'
361 result in pillarboxed or letterboxed video.
373 The video output device can be configured by using the module options
379 Like with video capture the framerate is also exact in the long term.
535 The following controls are specific to video capture.
539 video input has its own brightness value, so changing input will restore
540 the brightness for that input. In addition, each video input uses a different
561 The following controls are specific to video capture and output and radio
578 The Test Pattern Controls are all specific to video capture.
612 These controls are all specific to video capture.
702 These controls are all specific to video output.
721 The following two controls are only valid for video and vbi capture.
737 The following two controls are only valid for video capture.
754 is set to 0 (the default). These controls are valid for video and vbi
879 The vivid driver supports looping of video output to video input, VBI output
880 to VBI input and RDS output to RDS input. For video/VBI looping this emulates
881 as if a cable was hooked up between the output and input connector. So video
896 The way to enable video/VBI looping is currently fairly crude. A 'Loop Video'
897 control is available in the "Vivid" control class of the video
898 capture and VBI capture devices. When checked the video looping will be enabled.
899 Once enabled any video S-Video or HDMI input will show a static test pattern
900 until the video output has started. At that time the video output will be
901 looped to the video input provided that:
904 video from the S-Video output.
906 - the video resolution of the video input must match that of the video output.
916 Bottom' when the output video is set to 'Field Alternate'. This combination,
929 valid signal is passed to the video input.
933 By default you will see the OSD text superimposed on top of the looped video.
934 This can be turned off by changing the "OSD Text Mode" control of the video
1046 the output overlay for the video output, turn on video looping and capture
1055 $ v4l2-ctl -d0 --set-fmt-video=pixelformat='AR15'
1056 $ v4l2-ctl -d1 --set-fmt-video-out=pixelformat='AR15'
1057 $ v4l2-ctl -d2 --set-fmt-video=pixelformat='AR15'
1105 processing capabilities you need to turn on video looping and see the results
1107 capabilities will slow down the video loop considerably as a lot of checks have
1118 - Some support for testing compressed video
1121 - Fix sequence/field numbering when looping of video with alternate fields
1122 - Add support for V4L2_CID_BG_COLOR for video outputs