Lines Matching +full:mode +full:- +full:capable
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _detect-controls:
10 or object detection capable devices.
13 .. _detect-control-id:
24 Sets the motion detection mode.
28 .. flat-table::
29 :header-rows: 0
30 :stub-columns: 0
32 * - ``V4L2_DETECT_MD_MODE_DISABLED``
33 - Disable motion detection.
34 * - ``V4L2_DETECT_MD_MODE_GLOBAL``
35 - Use a single motion detection threshold.
36 * - ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID``
37 - The image is divided into a grid, each cell with its own motion
40 * - ``V4L2_DETECT_MD_MODE_REGION_GRID``
41 - The image is divided into a grid, each cell with its own region
42 value that specifies which per-region motion detection thresholds
44 per-region thresholds are set up is driver-specific. The region
52 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode.
57 detection mode. Matrix element (0, 0) represents the cell at the
58 top-left of the grid.
63 detection mode. Matrix element (0, 0) represents the cell at the
64 top-left of the grid.