edge-impulse-linux 1.20.1 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cli/linux/linux.js +1 -0
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner.js +14 -4
- package/build/cli/linux/runner.js.map +1 -1
- package/build/library/classifier/image-classifier.d.ts +2 -0
- package/build/library/classifier/image-classifier.js +84 -54
- package/build/library/classifier/image-classifier.js.map +1 -1
- package/build/library/data-forwarder.d.ts +1 -1
- package/build/library/data-forwarder.js +17 -33
- package/build/library/data-forwarder.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +6 -3
- package/build/library/sensors/gstreamer.js +156 -30
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/icamera.d.ts +30 -1
- package/build/library/sensors/imagesnap.d.ts +2 -2
- package/build/library/sensors/imagesnap.js +8 -2
- package/build/library/sensors/imagesnap.js.map +1 -1
- package/build/library/sensors/prophesee.d.ts +2 -2
- package/build/library/sensors/prophesee.js +6 -1
- package/build/library/sensors/prophesee.js.map +1 -1
- package/build/library/sensors/sensors-helper.d.ts +2 -0
- package/build/library/sensors/sensors-helper.js +2 -2
- package/build/library/sensors/sensors-helper.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.js +10 -17
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/package.json +1 -1
- package/test/gstreamer.test.ts +456 -5
- package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect-qtiqmmfsrc.txt +438 -0
- package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect.txt +958 -0
- package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-monitor.txt +159 -0
|
@@ -0,0 +1,438 @@
|
|
|
1
|
+
Factory Details:
|
|
2
|
+
Rank primary (256)
|
|
3
|
+
Long-name QMMF Video Source
|
|
4
|
+
Klass Source/Video
|
|
5
|
+
Description Reads frames from a device via QMMF service
|
|
6
|
+
Author QTI
|
|
7
|
+
|
|
8
|
+
Plugin Details:
|
|
9
|
+
Name qtiqmmfsrc
|
|
10
|
+
Description QTI QMMF plugin library
|
|
11
|
+
Filename /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstqtiqmmfsrc.so
|
|
12
|
+
Version 1.0.0
|
|
13
|
+
License BSD
|
|
14
|
+
Source module gstreamer1.0-plugins-qcom-oss
|
|
15
|
+
Binary package Qualcomm open-source GStreamer Plug-ins
|
|
16
|
+
Origin URL http://www.qualcomm.com
|
|
17
|
+
|
|
18
|
+
GObject
|
|
19
|
+
+----GInitiallyUnowned
|
|
20
|
+
+----GstObject
|
|
21
|
+
+----GstElement
|
|
22
|
+
+----GstQmmfSrc
|
|
23
|
+
|
|
24
|
+
Implemented Interfaces:
|
|
25
|
+
GstChildProxy
|
|
26
|
+
|
|
27
|
+
Pad Templates:
|
|
28
|
+
SRC template: 'image_%u'
|
|
29
|
+
Availability: On request
|
|
30
|
+
Capabilities:
|
|
31
|
+
image/jpeg
|
|
32
|
+
width: [ 16, 5184 ]
|
|
33
|
+
height: [ 16, 3880 ]
|
|
34
|
+
framerate: [ 0/1, 30/1 ]
|
|
35
|
+
video/x-raw
|
|
36
|
+
format: { (string)NV21 }
|
|
37
|
+
width: [ 16, 5184 ]
|
|
38
|
+
height: [ 16, 3880 ]
|
|
39
|
+
framerate: [ 0/1, 30/1 ]
|
|
40
|
+
video/x-bayer
|
|
41
|
+
format: { (string)bggr, (string)rggb, (string)gbrg, (string)grbg, (string)mono }
|
|
42
|
+
bpp: { (string)8, (string)10, (string)12, (string)16 }
|
|
43
|
+
width: [ 16, 5184 ]
|
|
44
|
+
height: [ 16, 3880 ]
|
|
45
|
+
framerate: [ 0/1, 30/1 ]
|
|
46
|
+
Type: GstQmmfSrcImagePad
|
|
47
|
+
Pad Properties:
|
|
48
|
+
|
|
49
|
+
rotate : Set Orientation Angle for Image Stream
|
|
50
|
+
flags: readable, writable
|
|
51
|
+
Enum "GstRotate" Default: 0, "none"
|
|
52
|
+
(0): none - No Rotation
|
|
53
|
+
(1): 90CCW - Rotate 90 degrees counter-clockwise
|
|
54
|
+
(2): 180CCW - Rotate 180 degrees counter-clockwise
|
|
55
|
+
(3): 270CCW - Rotate 270 degrees counter-clockwise
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
SRC template: 'video_%u'
|
|
59
|
+
Availability: On request
|
|
60
|
+
Capabilities:
|
|
61
|
+
image/jpeg
|
|
62
|
+
width: [ 16, 5184 ]
|
|
63
|
+
height: [ 16, 3880 ]
|
|
64
|
+
framerate: [ 0/1, 120/1 ]
|
|
65
|
+
video/x-raw
|
|
66
|
+
format: { (string)NV12, (string)NV16, (string)NV12_Q08C, (string)RGB }
|
|
67
|
+
width: [ 16, 5184 ]
|
|
68
|
+
height: [ 16, 3880 ]
|
|
69
|
+
framerate: [ 0/1, 120/1 ]
|
|
70
|
+
video/x-bayer
|
|
71
|
+
format: { (string)bggr, (string)rggb, (string)gbrg, (string)grbg, (string)mono }
|
|
72
|
+
bpp: { (string)8, (string)10, (string)12, (string)16 }
|
|
73
|
+
width: [ 16, 5184 ]
|
|
74
|
+
height: [ 16, 3880 ]
|
|
75
|
+
framerate: [ 0/1, 120/1 ]
|
|
76
|
+
Type: GstQmmfSrcVideoPad
|
|
77
|
+
Pad Properties:
|
|
78
|
+
|
|
79
|
+
crop : Crop rectangle ('<X, Y, WIDTH, HEIGHT>'). Applicable only for JPEG and YUY2 formats
|
|
80
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
81
|
+
Default: "< >"
|
|
82
|
+
GstValueArray of GValues of type "gint"
|
|
83
|
+
|
|
84
|
+
extra-buffers : Number of additional buffers that will be allocated.
|
|
85
|
+
flags: readable, writable, changeable only in NULL or READY state
|
|
86
|
+
Unsigned Integer. Range: 0 - 4294967295 Default: 0
|
|
87
|
+
|
|
88
|
+
framerate : Target framerate in frames per second for displaying
|
|
89
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
90
|
+
Double. Range: 0 - 30 Default: 30
|
|
91
|
+
|
|
92
|
+
reprocess-enable : Indicates realtime video pad which will be used as input for reprocess
|
|
93
|
+
flags: readable, writable, changeable only in NULL or READY state
|
|
94
|
+
Boolean. Default: false
|
|
95
|
+
|
|
96
|
+
rotate : Set Orientation Angle for Video Stream
|
|
97
|
+
flags: readable, writable
|
|
98
|
+
Enum "GstRotate" Default: 0, "none"
|
|
99
|
+
(0): none - No Rotation
|
|
100
|
+
(1): 90CCW - Rotate 90 degrees counter-clockwise
|
|
101
|
+
(2): 180CCW - Rotate 180 degrees counter-clockwise
|
|
102
|
+
(3): 270CCW - Rotate 270 degrees counter-clockwise
|
|
103
|
+
|
|
104
|
+
source-index : Index of the source video pad to which this pad will be linked
|
|
105
|
+
flags: readable, writable, changeable only in NULL or READY state
|
|
106
|
+
Integer. Range: -1 - 2147483647 Default: -1
|
|
107
|
+
|
|
108
|
+
super-buffer-mode : Enable Super Buffer Mode for HFR mode, in this mode, each video padworks on super buffer mode, allowing one buffer to hold multiple framesof data. The number of frames in a single super buffer is determined bythe ratio of the framerate to the superframerate. The default superframerateis 60fps
|
|
109
|
+
flags: readable, writable, changeable only in NULL or READY state
|
|
110
|
+
Boolean. Default: false
|
|
111
|
+
|
|
112
|
+
type : The type of the stream.
|
|
113
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
114
|
+
Enum "GstQmmfSrcStreamType" Default: 0, "video"
|
|
115
|
+
(0): video - The stream will be configured with tunings and settings most fitted for directly encoding the buffers.
|
|
116
|
+
(1): preview - The stream will be configured with tunings and settings most fitted for directly visualizing the buffers.
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
Element has no clocking capabilities.
|
|
120
|
+
Element has no URI handling capabilities.
|
|
121
|
+
|
|
122
|
+
Pads:
|
|
123
|
+
none
|
|
124
|
+
|
|
125
|
+
Element Properties:
|
|
126
|
+
|
|
127
|
+
active-sensor-size : The active pixel array of the camera sensor ('<X, Y, WIDTH, HEIGHT >') and it is filled only when the plugin is in READY or above state
|
|
128
|
+
flags: readable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
129
|
+
Default: "< (int)0, (int)0, (int)0, (int)0 >"
|
|
130
|
+
GstValueArray of GValues of type "gint"
|
|
131
|
+
|
|
132
|
+
adrc : Automatic Dynamic Range Compression
|
|
133
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
134
|
+
Boolean. Default: false
|
|
135
|
+
|
|
136
|
+
antibanding : Camera antibanding routine for the current illumination condition
|
|
137
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
138
|
+
Enum "GstAntibandingMode" Default: 3, "auto"
|
|
139
|
+
(0): off - The camera device will not adjust exposure duration to avoid banding problems.
|
|
140
|
+
(1): 50hz - The camera device will adjust exposure duration to avoid banding problems with 50Hz illumination sources.
|
|
141
|
+
(2): 60hz - The camera device will adjust exposure duration to avoid banding problems with 60Hz illumination sources.
|
|
142
|
+
(3): auto - The camera device will automatically adapt its antibanding routine to the current illumination condition.
|
|
143
|
+
|
|
144
|
+
camera : Camera device ID to be used by video/image pads
|
|
145
|
+
flags: readable, writable
|
|
146
|
+
Unsigned Integer. Range: 0 - 32 Default: 0
|
|
147
|
+
|
|
148
|
+
contrast : Image Contrast Strength
|
|
149
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
150
|
+
Integer. Range: 1 - 10 Default: 5
|
|
151
|
+
|
|
152
|
+
control-mode : Overall mode of 3A (auto-exposure, auto-white-balance, auto-focus) control routines. This is a top-level 3A control switch. When set to OFF, all 3A control by the camera device is disabled.
|
|
153
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
154
|
+
Enum "GstCameraControlMode" Default: 1, "auto"
|
|
155
|
+
(0): off - Full application control of pipeline.
|
|
156
|
+
(1): auto - Manual control of capture parameters is disabled.
|
|
157
|
+
(2): use-scene-mode - Use a specific scene mode.
|
|
158
|
+
(3): off-keep-state - Same as OFF mode, except that this capture will not be used by camera device background auto-exposure, auto-white balance and auto-focus algorithms (3A) to update their statistics.
|
|
159
|
+
|
|
160
|
+
custom-exposure-table: A GstStructure describing custom exposure table
|
|
161
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
162
|
+
String. Default: "org.codeaurora.qcamera3.exposuretable;"
|
|
163
|
+
|
|
164
|
+
defog-table : A GstStructure describing defog table
|
|
165
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
166
|
+
String. Default: "org.quic.camera.defog;"
|
|
167
|
+
|
|
168
|
+
effect : Effect applied on the camera frames
|
|
169
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
170
|
+
Enum "GstCameraEffectMode" Default: 0, "off"
|
|
171
|
+
(0): off - No color effect will be applied.
|
|
172
|
+
(1): mono - A 'monocolor' effect where the image is mapped into a single color.
|
|
173
|
+
(2): negative - A 'photo-negative' effect where the image's colors are inverted.
|
|
174
|
+
(3): solarize - A 'solarisation' effect (Sabattier effect) where the image is wholly or partially reversed in tone.
|
|
175
|
+
(4): sepia - A 'sepia' effect where the image is mapped into warm gray, red, and brown tones.
|
|
176
|
+
(5): posterize - A 'posterization' effect where the image uses discrete regions of tone rather than a continuous gradient of tones.
|
|
177
|
+
(6): whiteboard - A 'whiteboard' effect where the image is typically displayed as regions of white, with black or grey details.
|
|
178
|
+
(7): blackboard - A 'blackboard' effect where the image is typically displayed as regions of black, with white or grey details.
|
|
179
|
+
(8): aqua - An 'aqua' effect where a blue hue is added to the image.
|
|
180
|
+
|
|
181
|
+
eis : Electronic Image Stabilization mode to reduce the effects of camera shake
|
|
182
|
+
flags: readable, writable
|
|
183
|
+
Enum "GstEisMode" Default: 0, "eis-off"
|
|
184
|
+
(0): eis-off - EIS is not applied.
|
|
185
|
+
(1): eis-on-single-stream - EIS is applied on first (non-snapshot) stream. Maximum number of each of preview, video and snapshot streams can be one.
|
|
186
|
+
(2): eis-on-dual-stream - EIS is applied on both preview and video streams. Maximum number of each of preview, video and snapshot streams can be one.
|
|
187
|
+
|
|
188
|
+
exposure-compensation: Adjust (Compensate) camera images target brightness. Adjustment is measured as a count of steps.
|
|
189
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
190
|
+
Integer. Range: -12 - 12 Default: 0
|
|
191
|
+
|
|
192
|
+
exposure-lock : Locks current camera exposure routine values from changing.
|
|
193
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
194
|
+
Boolean. Default: false
|
|
195
|
+
|
|
196
|
+
exposure-metering : The desired mode for the camera's exposure metering routine.
|
|
197
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
198
|
+
Enum "GstCameraExposureMetering" Default: 0, "average"
|
|
199
|
+
(0): average - The camera device's exposure metering is calculated as average from the whole frame.
|
|
200
|
+
(1): center-weighted - The camera device's exposure metering is calculated from the center region of the frame.
|
|
201
|
+
(2): spot - The camera device's exposure metering is calculated from a chosen spot.
|
|
202
|
+
(6): custom - The camera device's exposure metering is calculated from a custom metering table.
|
|
203
|
+
|
|
204
|
+
exposure-mode : The desired mode for the camera's exposure routine.
|
|
205
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
206
|
+
Enum "GstCameraExposureMode" Default: 1, "auto"
|
|
207
|
+
(0): off - The auto exposure routine is disabled. Manual exposure time will be used set via the 'exposure-time' property
|
|
208
|
+
(1): auto - The auto exposure routine is active.
|
|
209
|
+
|
|
210
|
+
focus-mode : Whether auto-focus is currently enabled, and in what mode it is.
|
|
211
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
212
|
+
Enum "GstCameraFocusMode" Default: 0, "off"
|
|
213
|
+
(0): off - The auto focus routine is disabled.
|
|
214
|
+
(1): auto - The auto focus routine is active.
|
|
215
|
+
(2): macro - In this mode, the auto focus algorithm is optimized for focusing on objects very close to the camera.
|
|
216
|
+
(3): continuous - In this mode, the AF algorithm modifies the lens position continually to attempt to provide a constantly-in-focus image stream.
|
|
217
|
+
(4): edof - The camera device will produce images with an extended depth of field automatically; no special focusing operations need to be done before taking a picture.
|
|
218
|
+
|
|
219
|
+
frc-mode : Stream frame rate control mode.
|
|
220
|
+
flags: readable, writable
|
|
221
|
+
Enum "GstFrcMode" Default: 0, "frame-skip"
|
|
222
|
+
(0): frame-skip - Control stream frame rate by frame skip
|
|
223
|
+
(1): capture-request - Control stream frame rate by camera capture request
|
|
224
|
+
|
|
225
|
+
ife-direct-stream : IFE direct stream support, with this param, ISP will generateoutput stream from IFE directly and skip others ISP moduleslike IPE
|
|
226
|
+
flags: readable, writable
|
|
227
|
+
Boolean. Default: false
|
|
228
|
+
|
|
229
|
+
image-metadata : Settings and parameters used for submitting capture requests for high quality images via the capture-image signal in the form of CameraMetadata object. Caller is responsible for releasing the object.
|
|
230
|
+
flags: readable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
231
|
+
Pointer.
|
|
232
|
+
|
|
233
|
+
infrared-mode : Infrared Mode
|
|
234
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
235
|
+
Enum "GstCameraIRMode" Default: 0, "off"
|
|
236
|
+
(0): off - The infrared LED is OFF and cut filter is applied i.e. infrared light is blocked.
|
|
237
|
+
(1): on - The infrared LED is ON and cut filter is removed i.e. infrared light is allowed.
|
|
238
|
+
(2): auto - The infrared LED and cut filter are turned ON or OFF dependingon the conditions.
|
|
239
|
+
(3): cut-filter-only - The infrared LED is turned OFF and cut filter is applied i.e. IR light is blocked.
|
|
240
|
+
(4): cut-filter-disable - Infrared cut filter is removed allowing IR light to pass. This mode is used for transitioning from 'cut-filter-only' mode i.e. disabling only the cut filter.
|
|
241
|
+
|
|
242
|
+
input-roi-enable : Input ROI if enabled, Input ROI reprocess usecase will be selected
|
|
243
|
+
flags: readable, writable
|
|
244
|
+
Boolean. Default: false
|
|
245
|
+
|
|
246
|
+
input-roi-info : Applicable only if input-roi-enable property is set.input-roi-info is array for each roi ('<X1, Y1, WIDTH1, HEIGHT1 X2, Y2, WIDTH2, HEIGHT2, ...>') it needs to be filled for the no. of Input ROI's in playing state
|
|
247
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
248
|
+
Default: "< >"
|
|
249
|
+
GstValueArray of GValues of type "gint"
|
|
250
|
+
|
|
251
|
+
iso-mode : ISO exposure mode
|
|
252
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
253
|
+
Enum "GstCameraISOMode" Default: 0, "auto"
|
|
254
|
+
(0): auto - The ISO exposure mode will be chosen depending on the scene.
|
|
255
|
+
(1): deblur - The ISO exposure sensitivity set to prioritize motion deblur.
|
|
256
|
+
(2): 100 - The ISO exposure sensitivity set to prioritize level 100.
|
|
257
|
+
(3): 200 - The ISO exposure sensitivity set to prioritize level 200.
|
|
258
|
+
(4): 400 - The ISO exposure sensitivity set to prioritize level 400.
|
|
259
|
+
(5): 800 - The ISO exposure sensitivity set to prioritize level 800.
|
|
260
|
+
(6): 1600 - The ISO exposure sensitivity set to prioritize level 1600.
|
|
261
|
+
(7): 3200 - The ISO exposure sensitivity set to prioritize level 3200.
|
|
262
|
+
(8): manual - The ISO exposure value provided by manual-iso-value will be used.
|
|
263
|
+
|
|
264
|
+
lcac : Lateral Chromatic Aberration Correction
|
|
265
|
+
flags: readable, writable
|
|
266
|
+
Boolean. Default: false
|
|
267
|
+
|
|
268
|
+
ldc : Lens Distortion Correction
|
|
269
|
+
flags: readable, writable
|
|
270
|
+
Boolean. Default: false
|
|
271
|
+
|
|
272
|
+
ltm-data : A GstStructure describing local tone mapping data
|
|
273
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
274
|
+
String. Default: "org.quic.camera.ltmDynamicContrast;"
|
|
275
|
+
|
|
276
|
+
manual-exposure-time: Manual exposure time in nanoseconds. Used when the Exposure mode is set to 'off'.
|
|
277
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
278
|
+
Integer64. Range: 0 - 9223372036854775807 Default: 33333333
|
|
279
|
+
|
|
280
|
+
manual-iso-value : Manual exposure ISO value. Used when the ISO mode is set to 'manual'
|
|
281
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
282
|
+
Integer. Range: 100 - 3200 Default: 800
|
|
283
|
+
|
|
284
|
+
manual-wb-settings : Manual White Balance settings such as color correction temperature and R/G/B gains. Used in manual white balance modes.
|
|
285
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
286
|
+
String. Default: "org.codeaurora.qcamera3.manualWB;"
|
|
287
|
+
|
|
288
|
+
multicamera-hint : multicamera-hint if enabled, this flag will make camera hardwares to work in offline which is useful when camera sensors are more then camera hardwares, it has impact on memory usage and latency.
|
|
289
|
+
flags: readable, writable
|
|
290
|
+
Boolean. Default: false
|
|
291
|
+
|
|
292
|
+
name : The name of the object
|
|
293
|
+
flags: readable, writable
|
|
294
|
+
String. Default: "qmmfsrc0"
|
|
295
|
+
|
|
296
|
+
noise-reduction : Noise reduction filter mode
|
|
297
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
298
|
+
Enum "GstCameraNoiseReduction" Default: 1, "fast"
|
|
299
|
+
(0): off - No noise reduction filter is applied.
|
|
300
|
+
(1): fast - TNR (Temoral Noise Reduction) Fast Mode.
|
|
301
|
+
(2): hq - TNR (Temoral Noise Reduction) High Quality Mode.
|
|
302
|
+
|
|
303
|
+
noise-reduction-tuning: A GstStructure describing noise reduction tuning
|
|
304
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
305
|
+
String. Default: "org.quic.camera.anr_tuning;"
|
|
306
|
+
|
|
307
|
+
op-mode : provide camera operation mode to support specified camera function support mode : none, frameselection and fastswitchby default camera operation mode is none.
|
|
308
|
+
flags: readable, writable
|
|
309
|
+
Flags "GstFrameSelection" Default: 0x00000001, "none"
|
|
310
|
+
(0x00000001): none - Normal Camera Operation Mode
|
|
311
|
+
(0x00000002): frameselection - Camera Operation Mode Frame Selection
|
|
312
|
+
(0x00000004): fastswitch - Camera Operation Mode Fast Switch
|
|
313
|
+
|
|
314
|
+
parent : The parent of the object
|
|
315
|
+
flags: readable, writable
|
|
316
|
+
Object of type "GstObject"
|
|
317
|
+
|
|
318
|
+
saturation : Image Saturation Strength
|
|
319
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
320
|
+
Integer. Range: 0 - 10 Default: 5
|
|
321
|
+
|
|
322
|
+
scene : Camera optimizations depending on the scene
|
|
323
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
324
|
+
Enum "GstCameraSceneMode" Default: 1, "face-priority"
|
|
325
|
+
(0): disabled - Indicates that no scene modes are set.
|
|
326
|
+
(1): face-priority - Optimized for photos of with priority of people faces.
|
|
327
|
+
(2): action - Optimized for photos of quickly moving objects.
|
|
328
|
+
(3): portrait - Optimized for still photos of people.
|
|
329
|
+
(4): landscape - Optimized for photos of distant macroscopic objects.
|
|
330
|
+
(5): night - Optimized for low-light settings.
|
|
331
|
+
(6): night-portrait - Optimized for still photos of people in low-light settings.
|
|
332
|
+
(7): theatre - Optimized for dim, indoor settings where flash must remain off.
|
|
333
|
+
(8): beach - Optimized for bright, outdoor beach settings.
|
|
334
|
+
(9): snow - Optimized for bright, outdoor settings containing snow.
|
|
335
|
+
(10): sunset - Optimized for scenes of the setting sun.
|
|
336
|
+
(11): steady-photo - Optimized to avoid blurry photos due to small amounts of device motion (for example: due to hand shake).
|
|
337
|
+
(12): fireworks - Optimized for nighttime photos of fireworks.
|
|
338
|
+
(13): sports - Optimized for photos of quickly moving people.
|
|
339
|
+
(14): party - Optimized for dim, indoor settings with multiple moving people.
|
|
340
|
+
(15): candlelight - Optimized for dim settings where the main light source is a candle.
|
|
341
|
+
(16): hdr - Turn on a device-specific high dynamic range (HDR) mode.
|
|
342
|
+
|
|
343
|
+
sensor-mode : Force set Sensor Mode index (0-15). -1 for Auto selection
|
|
344
|
+
flags: readable, writable
|
|
345
|
+
Integer. Range: -1 - 15 Default: -1
|
|
346
|
+
|
|
347
|
+
session-metadata : Settings parameters used for configure stream as CameraMetadata object. Caller is responsible for releasing the object.
|
|
348
|
+
flags: writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
349
|
+
Pointer. Write only
|
|
350
|
+
|
|
351
|
+
sharpness : Image Sharpness Strength
|
|
352
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
353
|
+
Integer. Range: 0 - 6 Default: 2
|
|
354
|
+
|
|
355
|
+
slave : Set camera as slave device
|
|
356
|
+
flags: readable, writable
|
|
357
|
+
Boolean. Default: false
|
|
358
|
+
|
|
359
|
+
static-metadata : Supported camera capabilities as CameraMetadata object. Caller is responsible for releasing the object.
|
|
360
|
+
flags: readable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
361
|
+
Pointer.
|
|
362
|
+
|
|
363
|
+
static-metas : It contains the map of each connected camera and its metadata
|
|
364
|
+
flags: readable
|
|
365
|
+
Boxed pointer of type "GHashTable"
|
|
366
|
+
|
|
367
|
+
vhdr : Video High Dynamic Range Imaging Modes
|
|
368
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
369
|
+
Enum "GstSHDRMode" Default: 0, "off"
|
|
370
|
+
(0): off - VHDR is disabled.
|
|
371
|
+
(1): shdr-raw - Raw SHDR line interleaved mode with 2 frame. Use this mode for better performance on supporting sensor.
|
|
372
|
+
(2): shdr-yuv - YUV SHDR virtual channel mode with 2 frames. Use this mode for better quality on supporting sensor. This mode may result in reduced framerate.
|
|
373
|
+
(3): raw-shdr-switch - Enable Raw SHDR switch. Use this mode for enabling shdr switch in camera backend based on lux value. The switch is between linear and Raw SHDR based on support in camera.
|
|
374
|
+
(4): yuv-shdr-switch - Enable YUV SHDR switch. Use this mode for enabling shdr switch in camera backend based on lux value. The switch is between linear and YUV SHDR based on support in camera.
|
|
375
|
+
(5): qbc-hdr-video - Enable in-sensor HDR for video stream. This mode is applicable for sensor that support this feature only.
|
|
376
|
+
(6): qbc-hdr-snapshot - Enable in-sensor HDR for snapshot. When enabled camera backend decides to enable in-sensor hdr for snapshot based on the scene. This mode is applicable for sensor that support this feature only.
|
|
377
|
+
|
|
378
|
+
video-metadata : Settings and parameters used for submitting capture requests for video streams in the form of CameraMetadata object. Caller is responsible for releasing the object.
|
|
379
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
380
|
+
Pointer.
|
|
381
|
+
|
|
382
|
+
video-pads-activation-mode: set video pad activation mode, by default is normal, use "signal" to control video pad activation by plugin signal "video-pads-activation" together with gst_pad_set_active()
|
|
383
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
384
|
+
Enum "GstPadActivationMode" Default: 0, "normal"
|
|
385
|
+
(0): normal - Pad activation normal mode
|
|
386
|
+
(1): signal - Pad activation by signal
|
|
387
|
+
|
|
388
|
+
white-balance-lock : Locks current White Balance values from changing. Affects only non-manual white balance modes.
|
|
389
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
390
|
+
Boolean. Default: false
|
|
391
|
+
|
|
392
|
+
white-balance-mode : The desired mode for the camera's white balance routine.
|
|
393
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
394
|
+
Enum "GstCameraWiteBalanceMode" Default: 3, "auto"
|
|
395
|
+
(0): off - Both auto and manual white balance routines are disabled.
|
|
396
|
+
(1): manual-cc-temp - The auto-white balance routine is inactive and manual color correction temperature is used which is set via the 'manual-wb-settings' property.
|
|
397
|
+
(2): manual-rgb-gains - The auto-white balance routine is inactive and manual R/G/B gains are used which are set via the 'manual-wb-settings' property.
|
|
398
|
+
(3): auto - The auto-white balance routine is active.
|
|
399
|
+
(4): shade - The camera device uses shade light as the assumed scene illumination for white balance correction.
|
|
400
|
+
(5): incandescent - The camera device uses incandescent light as the assumed scene illumination for white balance correction.
|
|
401
|
+
(6): fluorescent - The camera device uses fluorescent light as the assumed scene illumination for white balance correction.
|
|
402
|
+
(7): warm-fluorescent - The camera device uses warm fluorescent light as the assumed scene illumination for white balance correction.
|
|
403
|
+
(8): daylight - The camera device uses daylight light as the assumed scene illumination for white balance correction.
|
|
404
|
+
(9): cloudy-daylight - The camera device uses cloudy daylight light as the assumed scene illumination for white balance correction.
|
|
405
|
+
(10): twilight - The camera device uses twilight light as the assumed scene illumination for white balance correction.
|
|
406
|
+
|
|
407
|
+
zoom : Camera zoom rectangle ('<X, Y, WIDTH, HEIGHT >') in sensor active pixel array coordinates. Defaults to active-sensor-size values for 1x or no zoom
|
|
408
|
+
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
|
|
409
|
+
Default: "< (int)0, (int)0, (int)0, (int)0 >"
|
|
410
|
+
GstValueArray of GValues of type "gint"
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
Element Signals:
|
|
414
|
+
|
|
415
|
+
"result-metadata" : void user_function (GstElement * object,
|
|
416
|
+
gpointer arg0,
|
|
417
|
+
gpointer user_data);
|
|
418
|
+
|
|
419
|
+
"urgent-metadata" : void user_function (GstElement * object,
|
|
420
|
+
gpointer arg0,
|
|
421
|
+
gpointer user_data);
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
Element Actions:
|
|
425
|
+
|
|
426
|
+
"capture-image" -> gboolean : g_signal_emit_by_name (element, "capture-image",
|
|
427
|
+
GstImageCaptureMode arg0,
|
|
428
|
+
guint arg1,
|
|
429
|
+
GPtrArray * arg2,
|
|
430
|
+
gboolean * p_return_value);
|
|
431
|
+
|
|
432
|
+
"cancel-capture" -> gboolean : g_signal_emit_by_name (element, "cancel-capture",
|
|
433
|
+
gboolean * p_return_value);
|
|
434
|
+
|
|
435
|
+
"video-pads-activation" -> gboolean : g_signal_emit_by_name (element, "video-pads-activation",
|
|
436
|
+
gboolean arg0,
|
|
437
|
+
GPtrArray * arg1,
|
|
438
|
+
gboolean * p_return_value);
|