Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-detect.rst16 The Detect class includes controls for common features of various motion
31 Sets the motion detection mode.
40 - Disable motion detection.
42 - Use a single motion detection threshold.
44 - The image is divided into a grid, each cell with its own motion
49 value that specifies which per-region motion detection thresholds
58 Sets the global motion detection threshold to be used with the
59 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode.
62 Sets the motion detection thresholds for each cell in the grid. To
63 be used with the ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID`` motion
[all …]
Dvidioc-g-parm.rst244 different mode from the regular motion video capture modes. In
248 motion capture.
250 - The driver may support fewer pixel formats than motion capture
262 motion capture.
264 - Moving objects in the image might have excessive motion blur.
Dvidioc-dqevent.rst204 - Triggered whenever the motion detection state for one or more of
341 - The bitmask of the regions that reported motion. There is at least
342 one region. If this field is 0, then no motion was detected at
345 each cell in the motion detection grid, then that all cells are
Dext-ctrls-camera.rst117 left. A value of zero does not cause motion. This is a write-only
123 negative value down. A value of zero does not cause motion. This is
455 to freeze motion of rapidly-moving subjects. Increased image noise
504 left. A value of zero stops the motion if one is in progress and has
510 value down. A value of zero stops the motion if one is in progress
Dext-ctrls-codec.rst1075 Quarter pixel motion estimation for MPEG4. Applicable to the MPEG4
1177 search range for motion estimation module in video encoder.
1185 range for motion estimation module in video encoder.
2227 - If set to 1, motion vectors are coded for intra macroblocks.
2446 - Sign of motion vectors when the golden frame is referenced.
2449 - Sign of motion vectors when the alt frame is referenced.
3621 Indicates maximum number of merge candidate motion vectors.
3625 Indicates temporal motion vector prediction for HEVC encoder. Setting it to
/Linux-v5.4/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-wiimote25 extension. You will get uevent notifications for the motion-plus
/Linux-v5.4/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-v5.4/drivers/iio/imu/inv_mpu6050/
DKconfig18 MPU9150/9250/9255 and ICM20608/20602 motion tracking devices
30 MPU9150/9250/9255 and ICM20608/20602 motion tracking devices
/Linux-v5.4/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-v5.4/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()
771 if (priv->csi_direct && priv->motion != HIGH_MOTION) { in vdic_link_validate()
/Linux-v5.4/Documentation/media/v4l-drivers/
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
170 will carry out motion-compensated de-interlace using "high motion" mode
187 interweave without motion compensation, which is activated if the source
332 The VDIC carries out motion compensated de-interlacing, with three
333 motion compensation modes: low, medium, and high motion. The mode is
338 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
Dmeye.rst104 Get and set the extended parameters of the motion eye camera.
/Linux-v5.4/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-v5.4/include/xen/interface/io/
Dkbdif.h501 struct xenkbd_motion motion; member
/Linux-v5.4/drivers/macintosh/
DKconfig252 Support for the motion sensor included in PowerBooks. Includes
263 PMU variant of motion sensor, found in late 2005 PowerBooks.
270 I2C variant of motion sensor, found in early 2005 PowerBooks and
/Linux-v5.4/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-v5.4/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.
168 BTN_TOOL_DOUBLETAP should be set to value 1 for the duration of the motion.
/Linux-v5.4/drivers/usb/serial/
DKconfig595 tristate "Xsens motion tracker serial interface driver"
597 Say Y here if you want to use Xsens motion trackers.
599 This driver supports the new generation of motion trackers

12