/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 52 Determines the exposure time of the camera sensor. The exposure time 72 light at the image sensor. The camera performs the exposure 81 Determines how the camera measures the amount of light available for 107 This control turns the camera horizontally by the specified amount. 108 The unit is undefined. A positive value moves the camera to the 114 This control turns the camera vertically by the specified amount. 115 The unit is undefined. A positive value moves the camera up, a 120 When this control is set, the camera moves horizontally to the 124 When this control is set, the camera moves vertically to the default 128 This control turns the camera horizontally to the specified [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
D | samsung-fimc.txt | 8 The sub-subdevices are defined as child nodes of the common 'camera' node which 10 any single sub-device, like common camera port pins or the CAMCLK clock outputs 13 Common 'camera' node 25 must be 1. A clock provider is associated with the 'camera' node and it should 31 clocks registered by the camera subsystem corresponding to CAM_A_CLKOUT, 37 camera port pinmux at runtime. The "idle" state should configure both the camera 39 should be inactive. For the "active-a" state the camera port A must be activated 43 The 'camera' node must include at least one 'fimc' child node. 86 the camera input interface. 97 input ports. It includes camera A and camera B inputs. 'reg' property in the [all …]
|
D | video-interfaces.txt | 6 Video data pipelines usually consist of external devices, e.g. camera sensors, 88 - rotation: The camera rotation is expressed as the angular difference in 89 degrees between two reference systems, one relative to the camera module, and 93 A camera sensor has a 2-dimensional reference system 'Rc' defined by 112 reference system on the focal plane of the camera module. The origin is 116 defined and depend on the environment in which the camera is used. 119 left to right, as seen from the camera, is: 135 with the reference system 'Rs' placed on the camera focal plane: 149 the camera module's lens optical inversion effect. 153 pixel array, seen from the front of the camera sensor, as follows: [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
D | Kconfig | 12 OV2722 raw camera. 24 GC2235 raw camera. 46 mt9m114 1.3 Mpixel camera. 48 mt9m114 is video camera sensor. 66 OV2680 raw camera. 78 ov5693 5 Mpixel camera. 80 ov5693 is video camera sensor.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | philips.rst | 41 if you want to run more than 1 camera simultaneously). These routines fall 50 camera; some programs depend on a particular image-size or -format and 84 allocated during open(), so nothing is wasted when the camera is not in 96 With this option you can control the compression factor that the camera 119 this is let the LED blink while the camera is in use. This:: 129 By default the camera's LED is on solid while in use, and turned off 130 when the camera is not used anymore. 137 open the camera device. Until then, the LED remains on. 141 never know what device a camera gets assigned; it depends on module load 145 should use with a specific camera. This is also handy if you have two [all …]
|
D | cpia2.rst | 15 Colour Processor Interface ASIC) based cameras. This camera outputs an MJPEG 18 an mjpeg enabled application can be used with the camera. We have modified the 22 contains the camera functions and the V4L interface. The cpia2_usb module 33 VGA and QVGA are the native image sizes for the VGA camera. CIF is done 68 If you have more than 1 camera, this MUST be -1. 74 (default 0). This is only effective if the camera 95 frame rate achieved by the camera. If the compression engine is able to 131 it is possible for the camera to finish sending one image just after a 135 If the camera can send multiple images before a read finishes, it could 139 Using the camera [all …]
|
D | meye.rst | 15 Motion Eye camera. This driver requires the "Sony Laptop Extras" driver (which 17 to be compiled and installed (using its "camera=1" parameter). 28 This driver supports the 'second' version of the MotionEye camera :) 43 This camera is not supported at all by the current driver, in fact 44 little information if any is available for this camera
|
D | platform-cardlist.rst | 30 exynos-fimc-lite EXYNOS FIMC-LITE camera interface 36 mmp_camera Marvell Armada 610 integrated camera controller 56 s5p-fimc S5P/EXYNOS4 FIMC/CAMIF camera interface 71 via-camera VIAFB camera controller
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | Kconfig | 393 decoder. It is currently working with the TI OMAP3 camera 736 Hi-556 camera. 750 IMX214 camera. 763 IMX219 camera. 775 IMX258 camera. 799 IMX290 camera sensor. 811 IMX319 camera. 823 IMX355 camera. 833 OV2640 camera. 844 OV2659 camera. [all …]
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
D | Kconfig | 11 Say Y here to enable camera host interface devices for 20 tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver" 28 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host 47 tristate "EXYNOS FIMC-LITE camera interface driver" 54 This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
|
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/ |
D | Kconfig | 12 CMOS camera controller. This is the controller found on first- 16 tristate "Marvell Armada 610 integrated camera controller support" 26 This is a Video4Linux2 driver for the integrated camera
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_ioctl.c | 571 if (!isp->inputs[index].camera) in atomisp_enum_input() 575 strscpy(input->name, isp->inputs[index].camera->name, in atomisp_enum_input() 670 struct v4l2_subdev *camera = NULL; in atomisp_s_input() local 700 camera = isp->inputs[input].camera; in atomisp_s_input() 701 if (!camera) { in atomisp_s_input() 717 ret = v4l2_subdev_call(isp->inputs[asd->input_curr].camera, in atomisp_s_input() 727 ret = v4l2_subdev_call(isp->inputs[input].camera, core, s_power, 1); in atomisp_s_input() 739 ret = v4l2_subdev_call(isp->inputs[input].camera, video, s_routing, in atomisp_s_input() 779 struct v4l2_subdev *camera; in atomisp_enum_fmt_cap() local 789 camera = isp->inputs[asd->input_curr].camera; in atomisp_enum_fmt_cap() [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | camera-sensor.rst | 3 Writing camera sensor drivers 29 There are two distinct ways to configure the frame size produced by camera 32 Freely configurable camera sensor drivers 35 Freely configurable camera sensor drivers expose the device's internal 61 Raw camera sensors 65 a result of the configuration of a number of camera sensor implementation 67 less all modern raw camera sensors. 75 large variety of devices beyond camera sensors. Devices that have no analogue 109 Existing camera sensor drivers may rely on the old
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/ |
D | Kconfig | 3 bool "Enable support to Intel Atom ISP camera drivers" 9 Enable support for the Intel ISP2 camera interfaces and MIPI 20 camera imaging subsystem.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
D | dongwoon,dw9714.txt | 1 Dongwoon Anatech DW9714 camera voice coil lens driver 4 for driving voice coil lenses in camera modules.
|
/kernel/linux/linux-5.10/drivers/media/i2c/et8ek8/ |
D | Kconfig | 3 tristate "ET8EK8 camera sensor support" 9 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | cpia2_devel.rst | 36 values is the only way to control the camera. Some settings are 37 interdependant, such as the sequence required to power up the camera. I will 41 section is always powered on when the camera is plugged in. It contains 46 block is the video compressor (VC). The video stream sent from the camera is 52 the camera. There are three modes for this. Block mode requests a number
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | r8a7744-iwg20d-q7-dbcm-ca.dts | 4 * platform with camera daughter board 15 model = "iWave Systems RZ/G1N Qseven development platform with camera add-on";
|
D | r8a7743-iwg20d-q7-dbcm-ca.dts | 3 * Device Tree Source for the iWave-RZ/G1M Qseven board + camera daughter board 14 model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
D | leds-aat1290.txt | 6 (e.g. CPU or camera sensor) there is an additional switch required, independent 41 the camera sensor): 66 camera_flash_host: camera-flash-host { 72 camera_flash_isp: camera-flash-isp {
|
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
D | Kconfig | 15 video from a camera sensor. 18 connected camera.
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 1532 struct vchiq_mmal_component *camera, in set_camera_parameters() argument 1550 return vchiq_mmal_port_parameter_set(instance, &camera->control, in set_camera_parameters() 1564 struct vchiq_mmal_component *camera; in mmal_init() local 1579 camera = dev->component[COMP_CAMERA]; in mmal_init() 1580 if (camera->outputs < CAM_PORT_COUNT) { in mmal_init() 1582 __func__, camera->outputs, CAM_PORT_COUNT); in mmal_init() 1588 camera, in mmal_init() 1604 &camera->output[CAM_PORT_CAPTURE], in mmal_init() 1625 format = &camera->output[CAM_PORT_PREVIEW].format; in mmal_init() 1639 format = &camera->output[CAM_PORT_VIDEO].format; in mmal_init() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | Makefile | 7 gb-camera-y := camera.o 19 obj-$(CONFIG_GREYBUS_CAMERA) += gb-camera.o
|
/kernel/linux/linux-5.10/arch/arm/mach-mstar/ |
D | Kconfig | 19 Support for MStar/Sigmastar infinity IP camera SoCs. 25 Support for MStar/Sigmastar mercury dash camera SoCs.
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
D | Kconfig | 24 A video4linux camera sensor interface driver for i.MX5/6. 31 Enable support for video4linux camera sensor interface driver for
|