Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.6.21/Documentation/devicetree/bindings/media/
Dvideo-interface-devices.yaml29 The camera rotation is expressed as the angular difference in degrees
30 between two reference systems, one relative to the camera module, and one
34 A camera sensor has a 2-dimensional reference system 'Rc' defined by its
53 reference system on the focal plane of the camera module. The origin is
57 and depend on the environment in which the camera is used.
60 to right, as seen from the camera, is:
76 with the reference system 'Rs' placed on the camera focal plane:
90 camera module's lens optical inversion effect.
94 pixel array, seen from the front of the camera sensor, as follows:
114 The camera rotation property is then defined as the angular difference in
[all …]
Dmarvell,mmp2-ccic.yaml8 title: Marvell MMP2 camera host interface
15 pattern: '^camera@[a-f0-9]+$'
74 camera@d420a000 {
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/media/i2c/
DKconfig48 AR0521 camera.
57 Hi-556 camera.
66 Hi-846 camera.
75 Hi-847 camera.
84 IMX208 camera.
95 IMX214 camera.
105 IMX219 camera.
114 IMX258 camera.
132 IMX290 camera sensor.
141 IMX296 camera.
[all …]
/linux-6.6.21/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 …]
Dplatform-cardlist.rst30 exynos-fimc-lite EXYNOS FIMC-LITE camera interface
35 mmp_camera Marvell Armada 610 integrated camera controller
55 s5p-fimc S5P/EXYNOS4 FIMC/CAMIF camera interface
71 via-camera VIAFB camera controller
/linux-6.6.21/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 ov5693 5 Mpixel camera.
68 ov5693 is video camera sensor.
/linux-6.6.21/Documentation/devicetree/bindings/media/i2c/
Dimi,rdacm2x-gmsl.yaml17 The IMI D&D RDACM20 and RDACM21 are GMSL-compatible camera designed for
20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer,
25 The RDACM21 camera module encloses the same serializer, coupled with an
47 Both camera modules serialize video data generated by the embedded camera
59 deserializer's I2C bus corresponding to the GMSL link that the camera is
108 camera@31 {
127 camera@31 {
Ddongwoon,dw9714.yaml7 title: Dongwoon Anatech DW9714 camera voice coil lens driver
14 driving voice coil lenses in camera modules.
42 camera-lens@c {
Dmaxim,max9286.yaml78 Some camera modules (for example RDACM20) include an on-board MCU that
103 available ones controls the remote camera power enablement.
178 "^camera@[a-f0-9]+$":
181 The remote camera device, composed by a GMSL serializer and a
317 camera@51 {
335 camera@52 {
352 camera@53 {
369 camera@54 {
384 * Example of a deserializer that controls the camera Power over Coax
393 * The remote camera power is controlled by MAX9286 GPIO line #0.
Dmipi-ccs.yaml8 title: MIPI CCS, SMIA++ and SMIA compliant camera sensors
15 CCS (Camera Command Set) is a raw Bayer camera sensor standard defined by the
17 <URL:https://www.mipi.org/specifications/camera-command-set>.
115 camera-sensor@10 {
/linux-6.6.21/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-6.6.21/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c565 if (!isp->inputs[index].camera) in atomisp_enum_input()
569 strscpy(input->name, isp->inputs[index].camera->name, in atomisp_enum_input()
631 struct v4l2_subdev *camera = NULL; in atomisp_s_input() local
644 camera = isp->inputs[input].camera; in atomisp_s_input()
645 if (!camera) { in atomisp_s_input()
653 ret = v4l2_subdev_call(isp->inputs[asd->input_curr].camera, in atomisp_s_input()
663 ret = v4l2_subdev_call(isp->inputs[input].camera, core, s_power, 1); in atomisp_s_input()
675 ret = v4l2_subdev_call(isp->inputs[input].camera, video, s_routing, in atomisp_s_input()
791 ret = v4l2_subdev_call(input->camera, pad, enum_frame_size, NULL, &fse); in atomisp_enum_framesizes()
817 ret = v4l2_subdev_call(isp->inputs[asd->input_curr].camera, in atomisp_enum_frameintervals()
[all …]
/linux-6.6.21/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-6.6.21/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
158 Some systems have the camera sensor mounted upside down compared to its natural
[all …]
/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/arch/arm64/boot/dts/qcom/
Dapq8016-sbc-d3-camera-mezzanine.dts12 camera_vdddo_1v8: camera-vdddo-1v8 {
20 camera_vdda_2v8: camera-vdda-2v8 {
28 camera_vddd_1v5: camera-vddd-1v5 {
/linux-6.6.21/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
25 camera imaging subsystem.
/linux-6.6.21/drivers/media/i2c/et8ek8/
DKconfig3 tristate "ET8EK8 camera sensor support"
5 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
/linux-6.6.21/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-6.6.21/drivers/media/platform/via/
DKconfig6 tristate "VIAFB camera controller support"
12 Driver support for the integrated camera controller in VIA
/linux-6.6.21/drivers/platform/x86/intel/int3472/
DKconfig15 The INT3472 is a camera power controller, a logical device found on
18 it maps to a TPS68470 camera PMIC. On machines designed for Windows,
19 it maps to either a TP68470 camera PMIC, a uP6641Q sensor PMIC, or a

12345678910>>...14