Lines Matching +full:no +full:- +full:motion
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
4 .. _detect-controls:
10 The Detect class includes controls for common features of various motion
14 .. _detect-control-id:
25 Sets the motion detection mode.
29 .. flat-table::
30 :header-rows: 0
31 :stub-columns: 0
33 * - ``V4L2_DETECT_MD_MODE_DISABLED``
34 - Disable motion detection.
35 * - ``V4L2_DETECT_MD_MODE_GLOBAL``
36 - Use a single motion detection threshold.
37 * - ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID``
38 - The image is divided into a grid, each cell with its own motion
41 * - ``V4L2_DETECT_MD_MODE_REGION_GRID``
42 - The image is divided into a grid, each cell with its own region
43 value that specifies which per-region motion detection thresholds
45 per-region thresholds are set up is driver-specific. The region
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
59 top-left of the grid.
62 Sets the motion detection region value for each cell in the grid. To
63 be used with the ``V4L2_DETECT_MD_MODE_REGION_GRID`` motion
65 top-left of the grid.