edge-impulse-linux 1.19.0 → 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.
Files changed (180) hide show
  1. package/build/cli/linux/linux.js +9 -1
  2. package/build/cli/linux/linux.js.map +1 -1
  3. package/build/cli/linux/runner-downloader.js +5 -1
  4. package/build/cli/linux/runner-downloader.js.map +1 -1
  5. package/build/cli/linux/runner.js +21 -6
  6. package/build/cli/linux/runner.js.map +1 -1
  7. package/build/library/classifier/image-classifier.d.ts +2 -0
  8. package/build/library/classifier/image-classifier.js +84 -54
  9. package/build/library/classifier/image-classifier.js.map +1 -1
  10. package/build/library/data-forwarder.d.ts +1 -1
  11. package/build/library/data-forwarder.js +17 -33
  12. package/build/library/data-forwarder.js.map +1 -1
  13. package/build/library/sensors/gstreamer.d.ts +10 -4
  14. package/build/library/sensors/gstreamer.js +248 -58
  15. package/build/library/sensors/gstreamer.js.map +1 -1
  16. package/build/library/sensors/icamera.d.ts +30 -1
  17. package/build/library/sensors/imagesnap.d.ts +2 -2
  18. package/build/library/sensors/imagesnap.js +8 -2
  19. package/build/library/sensors/imagesnap.js.map +1 -1
  20. package/build/library/sensors/prophesee.d.ts +2 -2
  21. package/build/library/sensors/prophesee.js +6 -1
  22. package/build/library/sensors/prophesee.js.map +1 -1
  23. package/build/library/sensors/sensors-helper.d.ts +3 -0
  24. package/build/library/sensors/sensors-helper.js +4 -3
  25. package/build/library/sensors/sensors-helper.js.map +1 -1
  26. package/build/sdk/studio/sdk/api/adminApi.d.ts +4 -6
  27. package/build/sdk/studio/sdk/api/adminApi.js +4782 -4928
  28. package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
  29. package/build/sdk/studio/sdk/api/authApi.d.ts +4 -6
  30. package/build/sdk/studio/sdk/api/authApi.js +88 -56
  31. package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
  32. package/build/sdk/studio/sdk/api/cDNApi.d.ts +4 -6
  33. package/build/sdk/studio/sdk/api/cDNApi.js +76 -53
  34. package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
  35. package/build/sdk/studio/sdk/api/canaryApi.d.ts +4 -6
  36. package/build/sdk/studio/sdk/api/canaryApi.js +79 -53
  37. package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
  38. package/build/sdk/studio/sdk/api/classifyApi.d.ts +4 -6
  39. package/build/sdk/studio/sdk/api/classifyApi.js +527 -499
  40. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  41. package/build/sdk/studio/sdk/api/dSPApi.d.ts +4 -6
  42. package/build/sdk/studio/sdk/api/dSPApi.js +938 -942
  43. package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
  44. package/build/sdk/studio/sdk/api/deploymentApi.d.ts +4 -6
  45. package/build/sdk/studio/sdk/api/deploymentApi.js +680 -603
  46. package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
  47. package/build/sdk/studio/sdk/api/devicesApi.d.ts +4 -6
  48. package/build/sdk/studio/sdk/api/devicesApi.js +802 -800
  49. package/build/sdk/studio/sdk/api/devicesApi.js.map +1 -1
  50. package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +4 -6
  51. package/build/sdk/studio/sdk/api/emailVerificationApi.js +184 -190
  52. package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
  53. package/build/sdk/studio/sdk/api/exportApi.d.ts +4 -6
  54. package/build/sdk/studio/sdk/api/exportApi.js +88 -56
  55. package/build/sdk/studio/sdk/api/exportApi.js.map +1 -1
  56. package/build/sdk/studio/sdk/api/featureFlagsApi.d.ts +4 -6
  57. package/build/sdk/studio/sdk/api/featureFlagsApi.js +76 -52
  58. package/build/sdk/studio/sdk/api/featureFlagsApi.js.map +1 -1
  59. package/build/sdk/studio/sdk/api/healthApi.d.ts +4 -6
  60. package/build/sdk/studio/sdk/api/healthApi.js +111 -97
  61. package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
  62. package/build/sdk/studio/sdk/api/impulseApi.d.ts +4 -6
  63. package/build/sdk/studio/sdk/api/impulseApi.js +942 -902
  64. package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
  65. package/build/sdk/studio/sdk/api/integrationsApi.d.ts +4 -6
  66. package/build/sdk/studio/sdk/api/integrationsApi.js +136 -106
  67. package/build/sdk/studio/sdk/api/integrationsApi.js.map +1 -1
  68. package/build/sdk/studio/sdk/api/jobsApi.d.ts +4 -6
  69. package/build/sdk/studio/sdk/api/jobsApi.js +2270 -2326
  70. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  71. package/build/sdk/studio/sdk/api/learnApi.d.ts +22 -6
  72. package/build/sdk/studio/sdk/api/learnApi.js +1597 -1424
  73. package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
  74. package/build/sdk/studio/sdk/api/loginApi.d.ts +4 -6
  75. package/build/sdk/studio/sdk/api/loginApi.js +112 -98
  76. package/build/sdk/studio/sdk/api/loginApi.js.map +1 -1
  77. package/build/sdk/studio/sdk/api/metricsApi.d.ts +4 -6
  78. package/build/sdk/studio/sdk/api/metricsApi.js +148 -144
  79. package/build/sdk/studio/sdk/api/metricsApi.js.map +1 -1
  80. package/build/sdk/studio/sdk/api/optimizationApi.d.ts +4 -6
  81. package/build/sdk/studio/sdk/api/optimizationApi.js +844 -844
  82. package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
  83. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +4 -6
  84. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +1968 -1550
  85. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  86. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +4 -6
  87. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +700 -652
  88. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
  89. package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +4 -6
  90. package/build/sdk/studio/sdk/api/organizationDataApi.js +2074 -1985
  91. package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
  92. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +4 -6
  93. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js +626 -602
  94. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  95. package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +4 -6
  96. package/build/sdk/studio/sdk/api/organizationJobsApi.js +417 -399
  97. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  98. package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +4 -6
  99. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +419 -401
  100. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
  101. package/build/sdk/studio/sdk/api/organizationPortalsApi.d.ts +4 -6
  102. package/build/sdk/studio/sdk/api/organizationPortalsApi.js +372 -352
  103. package/build/sdk/studio/sdk/api/organizationPortalsApi.js.map +1 -1
  104. package/build/sdk/studio/sdk/api/organizationsApi.d.ts +4 -6
  105. package/build/sdk/studio/sdk/api/organizationsApi.js +4024 -4050
  106. package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
  107. package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +4 -6
  108. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +586 -560
  109. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
  110. package/build/sdk/studio/sdk/api/postProcessingApi.d.ts +4 -6
  111. package/build/sdk/studio/sdk/api/postProcessingApi.js +279 -255
  112. package/build/sdk/studio/sdk/api/postProcessingApi.js.map +1 -1
  113. package/build/sdk/studio/sdk/api/projectsApi.d.ts +4 -6
  114. package/build/sdk/studio/sdk/api/projectsApi.js +2758 -2818
  115. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  116. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +4 -6
  117. package/build/sdk/studio/sdk/api/rawDataApi.js +3055 -3131
  118. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  119. package/build/sdk/studio/sdk/api/testApi.d.ts +4 -6
  120. package/build/sdk/studio/sdk/api/testApi.js +152 -108
  121. package/build/sdk/studio/sdk/api/testApi.js.map +1 -1
  122. package/build/sdk/studio/sdk/api/themesApi.d.ts +4 -6
  123. package/build/sdk/studio/sdk/api/themesApi.js +341 -305
  124. package/build/sdk/studio/sdk/api/themesApi.js.map +1 -1
  125. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +4 -6
  126. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +387 -353
  127. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
  128. package/build/sdk/studio/sdk/api/uploadPortalApi.d.ts +4 -6
  129. package/build/sdk/studio/sdk/api/uploadPortalApi.js +375 -355
  130. package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
  131. package/build/sdk/studio/sdk/api/userApi.d.ts +4 -6
  132. package/build/sdk/studio/sdk/api/userApi.js +2345 -2452
  133. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  134. package/build/sdk/studio/sdk/api/vlmApi.d.ts +4 -6
  135. package/build/sdk/studio/sdk/api/vlmApi.js +277 -253
  136. package/build/sdk/studio/sdk/api/vlmApi.js.map +1 -1
  137. package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +4 -6
  138. package/build/sdk/studio/sdk/api/whitelabelsApi.js +408 -398
  139. package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
  140. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +4 -0
  141. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +5 -0
  142. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
  143. package/build/sdk/studio/sdk/model/models.d.ts +47 -7
  144. package/build/sdk/studio/sdk/model/models.js +42 -38
  145. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  146. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.d.ts +47 -0
  147. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js +55 -0
  148. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js.map +1 -0
  149. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.d.ts +4 -0
  150. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js +5 -0
  151. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
  152. package/package.json +4 -2
  153. package/test/gstreamer.test.ts +1487 -3840
  154. package/test/imx219-csi-on-arduino-unoq-inspect.txt +564 -0
  155. package/test/imx219-csi-on-arduino-unoq-monitor.txt +285 -0
  156. package/test/logitech-c920-on-ubuntu-22-parallells.txt +211 -0
  157. package/test/logitech-c922-on-rpi-bullseye-2.txt +270 -0
  158. package/test/logitech-c922-on-rpi-bullseye.txt +331 -0
  159. package/test/macbook-pro-w-internal-and-external-cam-inspect.txt +1496 -0
  160. package/test/macbook-pro-w-internal-and-external-cam-monitor.txt +209 -0
  161. package/test/nvidia-jetson-w-csi-camera.txt +94 -0
  162. package/test/nvidia-jetson-w-logitech-c922-monitor.txt +204 -0
  163. package/test/nvidia-orin-w-basler-camera-inspect.txt +859 -0
  164. package/test/nvidia-orin-w-basler-camera-pylonsrc.txt +806 -0
  165. package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect-qtiqmmfsrc.txt +438 -0
  166. package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect.txt +958 -0
  167. package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-monitor.txt +159 -0
  168. package/test/rb1-debian-inspect.txt +568 -0
  169. package/test/rb1-debian-libcamera-monitor.txt +190 -0
  170. package/test/rpi-cam-v3-c920-webcam-bookworm-no-libcamerasrc.txt +383 -0
  171. package/test/rpi4-trixie-csi-gst-device-monitor.txt +1110 -0
  172. package/test/rpi4-trixie-csi-gst-inspect.txt +1379 -0
  173. package/test/rpi5-with-csi-imx500-camera-monitor.txt +3617 -0
  174. package/test/rpi5-with-csi-imx708-monitor.txt +2277 -0
  175. package/test/usb-camera-on-rpi-w-image-jpg.txt +130 -0
  176. /package/test/{qualcomm-rb3-inspect-qtiqmmfsrc.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect-qtiqmmfsrc.txt} +0 -0
  177. /package/test/{qualcomm-rb3-inspect.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect.txt} +0 -0
  178. /package/test/{qualcomm-rb3-monitor-brio.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-monitor.txt} +0 -0
  179. /package/test/{triple-vision-camera-inspect.txt → triple-vision-ai-industrial-camera-inspect.txt} +0 -0
  180. /package/test/{triple-vision-camera-monitor.txt → triple-vision-ai-industrial-camera-monitor.txt} +0 -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);