Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A 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 …]
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A 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 …]
/openbmc/linux/drivers/media/i2c/
H A 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 …]
/openbmc/linux/Documentation/admin-guide/media/
H A 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 …]
H A 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
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A 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.
/openbmc/linux/Documentation/ABI/testing/
H A 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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/
H A D0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch25 start_timeout_func (Camera *camera, unsigned int timeout,
28 @@ -1219,7 +1219,7 @@ start_timeout_func (Camera *camera, unsigned int timeout,
32 -stop_timeout_func (Camera __unused__ *camera, unsigned int id,
33 +stop_timeout_func (Camera __unused__ *camera, pthread_t id,
H A D0001-Match-prototypes-of-callbacks-with-libgphoto.patch27 start_timeout_func (Camera *camera, unsigned int timeout,
30 @@ -1215,14 +1215,14 @@ start_timeout_func (Camera *camera, unsigned int timeout,
39 -stop_timeout_func (Camera __unused__ *camera, pthread_t id,
40 +stop_timeout_func (Camera __unused__ *camera, unsigned int id,
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A 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 …]
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A 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.
/openbmc/linux/Documentation/driver-api/media/
H A 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 …]
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config/
H A D0001-config.txt-reintroduce-start_x.patch8 that Raspberry Pi 4B 4GB may fail to enable the camera if
41 +## Set to "1" to enable the camera module.
43 +## Enabling the camera requires gpu_mem option to be specified with a value
51 ## Turn off the red camera led when recording video or taking a still
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A 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
/openbmc/linux/drivers/platform/x86/intel/atomisp2/
H A 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.
/openbmc/linux/drivers/media/platform/marvell/
H A 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
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A 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 {
/openbmc/linux/drivers/staging/media/atomisp/
H A 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.
/openbmc/linux/drivers/media/i2c/et8ek8/
H A DKconfig3 tristate "ET8EK8 camera sensor support"
5 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A 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
/openbmc/linux/drivers/media/platform/via/
H A DKconfig6 tristate "VIAFB camera controller support"
12 Driver support for the integrated camera controller in VIA
/openbmc/linux/drivers/platform/x86/intel/int3472/
H A 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
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7744-iwg20d-q7-dbcm-ca.dts4 * platform with camera daughter board
15 model = "iWave Systems RZ/G1N Qseven development platform with camera add-on";
H A 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";
H A Dr8a7742-iwg21d-q7-dbcm-ca.dts4 * platform with camera daughter board
16 model = "iWave Systems RZ/G1H Qseven development platform with camera add-on";
119 /* status set to "okay" when needed by camera configuration below */
127 /* status set to "okay" when needed by camera configuration below */
220 * Below configuration ties VINx endpoints to ov5640/ov7725 camera endpoints
238 * Set SW1 switch on camera board to 'OFF' as we are using 8bit mode

12345678910>>...13