| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-detect.rst | 10 The Detect class includes controls for common features of various motion 25 Sets the motion detection mode. 34 - Disable motion detection. 36 - Use a single motion detection threshold. 38 - The image is divided into a grid, each cell with its own motion 43 value that specifies which per-region motion detection thresholds 52 Sets the global motion detection threshold to be used with the 53 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode. 56 Sets the motion detection thresholds for each cell in the grid. To 57 be used with the ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID`` motion [all …]
|
| H A D | vidioc-g-parm.rst | 240 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.
|
| H A D | vidioc-dqevent.rst | 181 - 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
|
| H A D | ext-ctrls-camera.rst | 112 left. A value of zero does not cause motion. This is a write-only 118 negative value down. A value of zero does not cause motion. This is 452 to freeze motion of rapidly-moving subjects. Increased image noise 501 left. A value of zero stops the motion if one is in progress and has 507 value down. A value of zero stops the motion if one is in progress
|
| H A D | ext-ctrls-codec-stateless.rst | 1062 - Sign of motion vectors when the golden frame is referenced. 1065 - Sign of motion vectors when the alt frame is referenced. 1402 - If set motion vectors are coded for intra macroblocks. 1747 - The frame can use high precision motion vectors. 1854 to generate motion compensated prediction. 2439 temporal motion vector prediction. 2442 - Specifies the maximum number of merging motion vector prediction 3215 "Global motion params semantics" of :ref:`av1`. 3233 - The type of global motion transform used. 3239 - Bitfield indicating whether the global motion params are invalid for a [all …]
|
| H A D | field-order.rst | 25 applications analysing motion it is of paramount importance to recognize
|
| H A D | ext-ctrls-codec.rst | 1234 Quarter pixel motion estimation for MPEG4. Applicable to the MPEG4 1350 search range for motion estimation module in video encoder. 1358 range for motion estimation module in video encoder. 2601 Indicates maximum number of merge candidate motion vectors. 2605 Indicates temporal motion vector prediction for HEVC encoder. Setting it to
|
| /linux/drivers/iio/imu/inv_icm45600/ |
| H A D | Kconfig | 15 This driver supports the InvenSense ICM-456xx motion tracking 36 This driver supports the InvenSense ICM-456xx motion tracking 57 This driver supports the InvenSense ICM-456xx motion tracking
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-gyro-bmg160 | 1 What: /sys/bus/iio/devices/triggerX/name = "bmg160-any-motion-devX" 7 only when there is any motion.
|
| H A D | sysfs-bus-iio-accel-bmc150 | 1 What: /sys/bus/iio/devices/triggerX/name = "bmc150_accel-any-motion-devX" 7 only when there is any motion.
|
| H A D | sysfs-bus-iio-mpu6050 | 7 This is mounting matrix for motion sensors. Mounting matrix
|
| H A D | sysfs-driver-hid-wiimote | 26 extension. You will get uevent notifications for the motion-plus
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 59 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 …]
|
| H A D | cma3000_d0x.rst | 22 when motion exceeds the defined thresholds.
|
| /linux/drivers/iio/imu/inv_icm42600/ |
| H A D | Kconfig | 14 This driver supports the InvenSense ICM-426xx motion tracking 26 This driver supports the InvenSense ICM-426xx motion tracking
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| H A D | Kconfig | 21 and IAM20680 motion tracking devices over I2C. 33 and IAM20680 motion tracking devices over SPI.
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 64 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/drivers/media/usb/go7007/ |
| H A D | go7007-driver.c | 415 unsigned motion[4] = { 0, 0, 0, 0 }; in go7007_motion_regions() local 427 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions() 430 motion_regions = ((motion[0] > 0) << 0) | in go7007_motion_regions() 431 ((motion[1] > 0) << 1) | in go7007_motion_regions() 432 ((motion[2] > 0) << 2) | in go7007_motion_regions() 433 ((motion[3] > 0) << 3); in go7007_motion_regions()
|
| /linux/include/xen/interface/io/ |
| H A D | kbdif.h | 484 struct xenkbd_motion motion; member
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | Kconfig | 40 or a significant motion detector.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 23 in the presence of fast motion and 2D deinterlacing with diagonal
|
| /linux/drivers/macintosh/ |
| H A D | Kconfig | 259 Support for the motion sensor included in PowerBooks. Includes 270 PMU variant of motion sensor, found in late 2005 PowerBooks. 277 I2C variant of motion sensor, found in early 2005 PowerBooks and
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 100 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.
|
| /linux/drivers/usb/serial/ |
| H A D | Kconfig | 582 tristate "Xsens motion tracker serial interface driver" 584 Say Y here if you want to use Xsens motion trackers. 586 This driver supports the new generation of motion trackers
|
| /linux/Documentation/hid/ |
| H A D | hid-sensor.rst | 36 This accelerometer-3D has some fields. Here for example field 2 is motion intensity
|