Home
last modified time | relevance | path

Searched refs:motion (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-detect.rst9 The Detect class includes controls for common features of various motion
24 Sets the motion detection mode.
33 - Disable motion detection.
35 - Use a single motion detection threshold.
37 - The image is divided into a grid, each cell with its own motion
42 value that specifies which per-region motion detection thresholds
51 Sets the global motion detection threshold to be used with the
52 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode.
55 Sets the motion detection thresholds for each cell in the grid. To
56 be used with the ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID`` motion
[all …]
Dvidioc-g-parm.rst240 different mode from the regular motion video capture modes. In
244 motion capture.
246 - The driver may support fewer pixel formats than motion capture
258 motion capture.
260 - Moving objects in the image might have excessive motion blur.
Dvidioc-dqevent.rst181 - Triggered whenever the motion detection state for one or more of
304 - The bitmask of the regions that reported motion. There is at least
305 one region. If this field is 0, then no motion was detected at
308 each cell in the motion detection grid, then that all cells are
Dext-ctrls-camera.rst111 left. A value of zero does not cause motion. This is a write-only
117 negative value down. A value of zero does not cause motion. This is
451 to freeze motion of rapidly-moving subjects. Increased image noise
500 left. A value of zero stops the motion if one is in progress and has
506 value down. A value of zero stops the motion if one is in progress
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-gyro-bmg1601 What: /sys/bus/iio/devices/triggerX/name = "bmg160-any-motion-devX"
7 only when there is any motion.
Dsysfs-bus-iio-accel-bmc1501 What: /sys/bus/iio/devices/triggerX/name = "bmc150_accel-any-motion-devX"
7 only when there is any motion.
Dsysfs-bus-iio-cros-ec16 the motion sensor is placed. For example, in a laptop a motion
Dsysfs-bus-iio-mpu60507 This is mounting matrix for motion sensors. Mounting matrix
Dsysfs-driver-hid-wiimote26 extension. You will get uevent notifications for the motion-plus
/Linux-v6.1/Documentation/input/devices/
Datarikbd.rst59 The ikbd can report mouse motion in three distinctly different ways. It can
60 report relative motion, absolute motion in a coordinate system maintained
61 within the ikbd, or by converting mouse motion into keyboard cursor control
71 button being pressed or released, or motion in either axis exceeding a
72 settable threshold of motion. Regardless of the threshold, all bits of
76 relative mouse motion events will be generated: (a) while the keyboard has
91 If the accumulated motion before the report packet is generated exceeds the
92 +127...-128 range, the motion is broken into multiple packets.
106 The ikbd can translate mouse motion into the equivalent cursor keystrokes.
108 each axis. The ikbd internally maintains mouse motion information to the
[all …]
Dcma3000_d0x.rst22 when motion exceeds the defined thresholds.
Delantech.rst57 combine a status packet with multiple head or motion packets. Hardware version
644 head packets or motion packets. A head packet contains data of finger id, finger
645 position (absolute x, y values), width, and pressure. A motion packet contains
650 the following packets would be motion packets, only sending delta of finger
/Linux-v6.1/drivers/iio/imu/inv_icm42600/
DKconfig13 This driver supports the InvenSense ICM-426xx motion tracking
25 This driver supports the InvenSense ICM-426xx motion tracking
/Linux-v6.1/drivers/iio/imu/inv_mpu6050/
DKconfig20 and IAM20680 motion tracking devices over I2C.
32 and IAM20680 motion tracking devices over SPI.
/Linux-v6.1/drivers/input/misc/
Dxen-kbdfront.c64 struct xenkbd_motion *motion) in xenkbd_handle_motion_event() argument
69 input_report_rel(info->ptr, REL_X, motion->rel_x); in xenkbd_handle_motion_event()
70 input_report_rel(info->ptr, REL_Y, motion->rel_y); in xenkbd_handle_motion_event()
71 if (motion->rel_z) in xenkbd_handle_motion_event()
72 input_report_rel(info->ptr, REL_WHEEL, -motion->rel_z); in xenkbd_handle_motion_event()
164 xenkbd_handle_motion_event(info, &event->motion); in xenkbd_handle_event()
/Linux-v6.1/drivers/staging/media/imx/
Dimx-media-vdic.c110 enum ipu_motion_sel motion; member
382 ipu_vdi_set_motion(priv->vdi, priv->motion); in vdic_start()
416 enum ipu_motion_sel motion; in vdic_s_ctrl() local
423 motion = ctrl->val; in vdic_s_ctrl()
424 if (motion != priv->motion) { in vdic_s_ctrl()
430 priv->motion = motion; in vdic_s_ctrl()
773 if (priv->csi_direct && priv->motion != HIGH_MOTION) { in vdic_link_validate()
/Linux-v6.1/drivers/media/usb/go7007/
Dgo7007-driver.c413 unsigned motion[4] = { 0, 0, 0, 0 }; in go7007_motion_regions() local
425 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
428 motion_regions = ((motion[0] > 0) << 0) | in go7007_motion_regions()
429 ((motion[1] > 0) << 1) | in go7007_motion_regions()
430 ((motion[2] > 0) << 2) | in go7007_motion_regions()
431 ((motion[3] > 0) << 3); in go7007_motion_regions()
/Linux-v6.1/Documentation/admin-guide/media/
Dimx.rst29 (without motion compensation which requires the VDIC).
57 support for different motion compensation modes (low, medium, and high
58 motion). The deinterlaced output frames from the VDIC can be sent to the
95 - The VDIC subdev supports motion compensated de-interlacing, with three
96 motion compensation modes: low, medium, and high motion. Pipelines are
199 will carry out motion-compensated de-interlace using "high motion" mode
216 interweave without motion compensation, which is activated if the source
277 The VDIC carries out motion compensated de-interlacing, with three
278 motion compensation modes: low, medium, and high motion. The mode is
283 link the VDIC can only operate in high motion mode.
[all …]
Drcar-fdp1.rst23 in the presence of fast motion and 2D deinterlacing with diagonal
/Linux-v6.1/include/xen/interface/io/
Dkbdif.h484 struct xenkbd_motion motion; member
/Linux-v6.1/Documentation/userspace-api/media/drivers/
Dmeye-uapi.rst28 Get and set the extended parameters of the motion eye camera.
/Linux-v6.1/drivers/macintosh/
DKconfig257 Support for the motion sensor included in PowerBooks. Includes
268 PMU variant of motion sensor, found in late 2005 PowerBooks.
275 I2C variant of motion sensor, found in early 2005 PowerBooks and
/Linux-v6.1/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c90 int motion; member
528 if (solo_is_motion_on(solo_enc) && enc_buf->motion) { in solo_enc_fillbuf()
535 .region_mask = enc_buf->motion ? 1 : 0, in solo_enc_fillbuf()
625 enc_buf.motion = 1; in solo_handle_ring()
627 enc_buf.motion = 0; in solo_handle_ring()
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Dsh_css_params.c1771 const struct ia_css_vector *motion) in sh_css_set_motion_vector() argument
1773 if (!motion) in sh_css_set_motion_vector()
1777 IA_CSS_ENTER_PRIVATE("x=%d, y=%d", motion->x, motion->y); in sh_css_set_motion_vector()
1779 params->motion_config = *motion; in sh_css_set_motion_vector()
1789 struct ia_css_vector *motion) in sh_css_get_motion_vector() argument
1791 if (!motion) in sh_css_get_motion_vector()
1795 IA_CSS_ENTER_PRIVATE("motion=%p", motion); in sh_css_get_motion_vector()
1797 *motion = params->motion_config; in sh_css_get_motion_vector()
1799 IA_CSS_LEAVE_PRIVATE("x=%d, y=%d", motion->x, motion->y); in sh_css_get_motion_vector()
/Linux-v6.1/Documentation/input/
Devent-codes.rst100 occurring at the same moment in time. For example, motion of a mouse may set
101 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next
102 motion will emit more REL_X and REL_Y values and send another SYN_REPORT.
172 BTN_TOOL_DOUBLETAP should be set to value 1 for the duration of the motion.

12