mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
doc: New cropping parameters added to v4l2src
v4l2src add several new parameters to control cropping of the captured video stream. Update the doc cache to reflect this. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1089>
This commit is contained in:
parent
1fc8347c1e
commit
bd2a55dcb3
1 changed files with 67 additions and 0 deletions
|
@ -24443,6 +24443,73 @@
|
|||
"type": "gint",
|
||||
"writable": true
|
||||
},
|
||||
"crop-bottom": {
|
||||
"blurb": "Pixels to crop at bottom of video capture input",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "0",
|
||||
"max": "-1",
|
||||
"min": "0",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "guint",
|
||||
"writable": true
|
||||
},
|
||||
"crop-bounds": {
|
||||
"blurb": "The bounding region for crop rectangles ('<x, y, width, height>').",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "GstValueArray",
|
||||
"writable": false
|
||||
},
|
||||
"crop-left": {
|
||||
"blurb": "Pixels to crop at left of video capture input",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "0",
|
||||
"max": "-1",
|
||||
"min": "0",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "guint",
|
||||
"writable": true
|
||||
},
|
||||
"crop-right": {
|
||||
"blurb": "Pixels to crop at right of video capture input",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "0",
|
||||
"max": "-1",
|
||||
"min": "0",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "guint",
|
||||
"writable": true
|
||||
},
|
||||
"crop-top": {
|
||||
"blurb": "Pixels to crop at top of video capture input",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "0",
|
||||
"max": "-1",
|
||||
"min": "0",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "guint",
|
||||
"writable": true
|
||||
},
|
||||
"device": {
|
||||
"blurb": "Device location",
|
||||
"conditionally-available": false,
|
||||
|
|
Loading…
Reference in a new issue