Home
last modified time | relevance | path

Searched refs:camera (Results 1 – 25 of 258) sorted by relevance

1234567891011

/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst53 Determines the exposure time of the camera sensor. The exposure time
73 light at the image sensor. The camera performs the exposure
82 Determines how the camera measures the amount of light available for
108 This control turns the camera horizontally by the specified amount.
109 The unit is undefined. A positive value moves the camera to the
115 This control turns the camera vertically by the specified amount.
116 The unit is undefined. A positive value moves the camera up, a
121 When this control is set, the camera moves horizontally to the
125 When this control is set, the camera moves vertically to the default
129 This control turns the camera horizontally to the specified
[all …]
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dgmsl-cameras.dtsi6 * Device Tree Source (overlay) that describes GMSL camera connected to
12 * by specifying the camera model with:
40 #error "A single camera model should be selected"
47 #error "At least one camera should be selected"
61 /* Deduce the camera model compatible string. */
134 camera@51 {
151 camera@52 {
168 camera@53 {
185 camera@54 {
267 camera@55 {
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt8 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 …]
/Linux-v6.1/drivers/staging/media/atomisp/i2c/
DKconfig12 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.
/Linux-v6.1/Documentation/admin-guide/media/
Dphilips.rst41 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 …]
Dcpia2.rst15 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 …]
Dmeye.rst15 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
Dplatform-cardlist.rst30 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
72 via-camera VIAFB camera controller
/Linux-v6.1/drivers/media/i2c/
DKconfig45 AR0521 camera.
58 Hi-556 camera.
71 Hi-846 camera.
84 Hi-847 camera.
97 IMX208 camera.
111 IMX214 camera.
124 IMX219 camera.
136 IMX258 camera.
160 IMX290 camera sensor.
172 IMX319 camera.
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform-dell-privacy-wmi18 Identifies camera shutter controlled by hardware, which is a micromechanical
19 shutter assembly that is built onto the camera module to block capturing images
53 Identifies camera shutter controlled by hardware, which is a micromechanical
54 shutter assembly that is built onto the camera module to block capturing images
64 audio or camera driver can get stream from mic
65 and camera module to OS applications
/Linux-v6.1/Documentation/userspace-api/media/drivers/
Dccs.rst5 MIPI CCS camera sensor driver
8 The MIPI CCS camera sensor driver is a generic driver for `MIPI CCS
9 <https://www.mipi.org/specifications/camera-command-set>`_ compliant
10 camera sensors. It exposes three sub-devices representing the pixel array,
19 The pixel array sub-device represents the camera sensor's pixel matrix, as well
54 the cropped information is never retrieved. In case of camera sensors, the
63 ``V4L2_CID_USER_BASE_CCS`` to control the MIPI CCS compliant camera sensors.
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c595 if (!isp->inputs[index].camera) in atomisp_enum_input()
599 strscpy(input->name, isp->inputs[index].camera->name, in atomisp_enum_input()
673 struct v4l2_subdev *camera = NULL; in atomisp_s_input() local
698 camera = isp->inputs[input].camera; in atomisp_s_input()
699 if (!camera) { in atomisp_s_input()
707 ret = v4l2_subdev_call(isp->inputs[asd->input_curr].camera, in atomisp_s_input()
717 ret = v4l2_subdev_call(isp->inputs[input].camera, core, s_power, 1); in atomisp_s_input()
729 ret = v4l2_subdev_call(isp->inputs[input].camera, video, s_routing, in atomisp_s_input()
766 ret = v4l2_subdev_call(isp->inputs[asd->input_curr].camera, in atomisp_enum_framesizes()
793 ret = v4l2_subdev_call(isp->inputs[asd->input_curr].camera, in atomisp_enum_frameintervals()
[all …]
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/
DKconfig12 Say Y here to enable camera host interface devices for
21 tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
29 This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
48 tristate "EXYNOS FIMC-LITE camera interface driver"
55 This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
/Linux-v6.1/drivers/media/platform/marvell/
DKconfig16 CMOS camera controller. This is the controller found on first-
20 tristate "Marvell Armada 610 integrated camera controller support"
31 This is a Video4Linux2 driver for the integrated camera
/Linux-v6.1/drivers/platform/x86/intel/atomisp2/
DKconfig10 tristate "Intel AtomISP v2 camera LED driver"
14 Many Bay Trail and Cherry Trail devices come with a camera attached
16 driver for these, so they do not work as a camera. Some of these
17 camera's have a LED which is controlled through a GPIO.
/Linux-v6.1/drivers/staging/media/atomisp/
DKconfig3 bool "Enable support to Intel Atom ISP camera drivers"
9 Enable support for the Intel ISP2 camera interfaces and MIPI
21 camera imaging subsystem.
/Linux-v6.1/Documentation/driver-api/media/drivers/ccs/
Dccs.rst5 MIPI CCS camera sensor driver
8 The MIPI CCS camera sensor driver is a generic driver for `MIPI CCS
9 <https://www.mipi.org/specifications/camera-command-set>`_ compliant
10 camera sensors. It exposes three sub-devices representing the pixel array,
19 The pixel array sub-device represents the camera sensor's pixel matrix, as well
54 the cropped information is never retrieved. In case of camera sensors, the
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dcpia2_devel.rst36 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
/Linux-v6.1/Documentation/driver-api/media/
Dcamera-sensor.rst3 Writing camera sensor drivers
48 There are two distinct ways to configure the frame size produced by camera
51 Freely configurable camera sensor drivers
54 Freely configurable camera sensor drivers expose the device's internal
80 Raw camera sensors
84 a result of the configuration of a number of camera sensor implementation
86 less all modern raw camera sensors.
94 large variety of devices beyond camera sensors. Devices that have no analogue
129 Existing camera sensor drivers may rely on the old
/Linux-v6.1/drivers/media/i2c/et8ek8/
DKconfig3 tristate "ET8EK8 camera sensor support"
9 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
/Linux-v6.1/drivers/media/platform/via/
DKconfig6 tristate "VIAFB camera controller support"
12 Driver support for the integrated camera controller in VIA
/Linux-v6.1/drivers/platform/x86/intel/int3472/
DKconfig14 The INT3472 is a camera power controller, a logical device found on
17 it maps to a TPS68470 camera PMIC. On machines designed for Windows,
18 it maps to either a TP68470 camera PMIC, a uP6641Q sensor PMIC, or a
/Linux-v6.1/arch/arm/boot/dts/
Dr8a7743-iwg20d-q7-dbcm-ca.dts3 * 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";
Dr8a7744-iwg20d-q7-dbcm-ca.dts4 * platform with camera daughter board
15 model = "iWave Systems RZ/G1N Qseven development platform with camera add-on";
/Linux-v6.1/drivers/media/platform/ti/omap3isp/
DKconfig15 Driver for an OMAP 3 camera controller.
21 Enable debug messages on OMAP 3 camera controller driver.

1234567891011