edge-impulse-linux 1.18.3 → 1.20.1

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 (197) hide show
  1. package/build/cli/linux/linux.js +17 -6
  2. package/build/cli/linux/linux.js.map +1 -1
  3. package/build/cli/linux/runner-downloader.d.ts +0 -1
  4. package/build/cli/linux/runner-downloader.js +5 -11
  5. package/build/cli/linux/runner-downloader.js.map +1 -1
  6. package/build/cli/linux/runner-profiling.d.ts +6 -4
  7. package/build/cli/linux/runner-profiling.js +167 -37
  8. package/build/cli/linux/runner-profiling.js.map +1 -1
  9. package/build/cli/linux/runner.js +69 -56
  10. package/build/cli/linux/runner.js.map +1 -1
  11. package/build/library/sensors/gstreamer.d.ts +10 -3
  12. package/build/library/sensors/gstreamer.js +219 -52
  13. package/build/library/sensors/gstreamer.js.map +1 -1
  14. package/build/library/sensors/icamera.d.ts +21 -1
  15. package/build/library/sensors/imagesnap.d.ts +3 -2
  16. package/build/library/sensors/imagesnap.js +18 -1
  17. package/build/library/sensors/imagesnap.js.map +1 -1
  18. package/build/library/sensors/prophesee.d.ts +2 -2
  19. package/build/library/sensors/sensors-helper.d.ts +6 -1
  20. package/build/library/sensors/sensors-helper.js +32 -9
  21. package/build/library/sensors/sensors-helper.js.map +1 -1
  22. package/build/sdk/studio/sdk/api/adminApi.d.ts +4 -6
  23. package/build/sdk/studio/sdk/api/adminApi.js +4782 -4928
  24. package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
  25. package/build/sdk/studio/sdk/api/authApi.d.ts +4 -6
  26. package/build/sdk/studio/sdk/api/authApi.js +88 -56
  27. package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
  28. package/build/sdk/studio/sdk/api/cDNApi.d.ts +4 -6
  29. package/build/sdk/studio/sdk/api/cDNApi.js +76 -53
  30. package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
  31. package/build/sdk/studio/sdk/api/canaryApi.d.ts +4 -6
  32. package/build/sdk/studio/sdk/api/canaryApi.js +79 -53
  33. package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
  34. package/build/sdk/studio/sdk/api/classifyApi.d.ts +4 -6
  35. package/build/sdk/studio/sdk/api/classifyApi.js +527 -499
  36. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  37. package/build/sdk/studio/sdk/api/dSPApi.d.ts +4 -6
  38. package/build/sdk/studio/sdk/api/dSPApi.js +938 -942
  39. package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
  40. package/build/sdk/studio/sdk/api/deploymentApi.d.ts +4 -6
  41. package/build/sdk/studio/sdk/api/deploymentApi.js +680 -603
  42. package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
  43. package/build/sdk/studio/sdk/api/devicesApi.d.ts +4 -6
  44. package/build/sdk/studio/sdk/api/devicesApi.js +802 -800
  45. package/build/sdk/studio/sdk/api/devicesApi.js.map +1 -1
  46. package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +4 -6
  47. package/build/sdk/studio/sdk/api/emailVerificationApi.js +184 -190
  48. package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
  49. package/build/sdk/studio/sdk/api/exportApi.d.ts +4 -6
  50. package/build/sdk/studio/sdk/api/exportApi.js +88 -56
  51. package/build/sdk/studio/sdk/api/exportApi.js.map +1 -1
  52. package/build/sdk/studio/sdk/api/featureFlagsApi.d.ts +4 -6
  53. package/build/sdk/studio/sdk/api/featureFlagsApi.js +76 -52
  54. package/build/sdk/studio/sdk/api/featureFlagsApi.js.map +1 -1
  55. package/build/sdk/studio/sdk/api/healthApi.d.ts +4 -6
  56. package/build/sdk/studio/sdk/api/healthApi.js +111 -97
  57. package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
  58. package/build/sdk/studio/sdk/api/impulseApi.d.ts +4 -6
  59. package/build/sdk/studio/sdk/api/impulseApi.js +942 -902
  60. package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
  61. package/build/sdk/studio/sdk/api/integrationsApi.d.ts +4 -6
  62. package/build/sdk/studio/sdk/api/integrationsApi.js +136 -106
  63. package/build/sdk/studio/sdk/api/integrationsApi.js.map +1 -1
  64. package/build/sdk/studio/sdk/api/jobsApi.d.ts +4 -6
  65. package/build/sdk/studio/sdk/api/jobsApi.js +2270 -2326
  66. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  67. package/build/sdk/studio/sdk/api/learnApi.d.ts +22 -6
  68. package/build/sdk/studio/sdk/api/learnApi.js +1597 -1424
  69. package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
  70. package/build/sdk/studio/sdk/api/loginApi.d.ts +4 -6
  71. package/build/sdk/studio/sdk/api/loginApi.js +112 -98
  72. package/build/sdk/studio/sdk/api/loginApi.js.map +1 -1
  73. package/build/sdk/studio/sdk/api/metricsApi.d.ts +4 -6
  74. package/build/sdk/studio/sdk/api/metricsApi.js +148 -144
  75. package/build/sdk/studio/sdk/api/metricsApi.js.map +1 -1
  76. package/build/sdk/studio/sdk/api/optimizationApi.d.ts +4 -6
  77. package/build/sdk/studio/sdk/api/optimizationApi.js +844 -844
  78. package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
  79. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +8 -6
  80. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +1974 -1548
  81. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  82. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +4 -6
  83. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +700 -652
  84. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
  85. package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +4 -6
  86. package/build/sdk/studio/sdk/api/organizationDataApi.js +2074 -1985
  87. package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
  88. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +4 -6
  89. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js +626 -602
  90. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  91. package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +4 -6
  92. package/build/sdk/studio/sdk/api/organizationJobsApi.js +417 -399
  93. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  94. package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +4 -6
  95. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +419 -401
  96. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
  97. package/build/sdk/studio/sdk/api/organizationPortalsApi.d.ts +4 -6
  98. package/build/sdk/studio/sdk/api/organizationPortalsApi.js +372 -352
  99. package/build/sdk/studio/sdk/api/organizationPortalsApi.js.map +1 -1
  100. package/build/sdk/studio/sdk/api/organizationsApi.d.ts +4 -6
  101. package/build/sdk/studio/sdk/api/organizationsApi.js +4024 -4050
  102. package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
  103. package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +4 -6
  104. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +586 -560
  105. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
  106. package/build/sdk/studio/sdk/api/postProcessingApi.d.ts +4 -6
  107. package/build/sdk/studio/sdk/api/postProcessingApi.js +279 -255
  108. package/build/sdk/studio/sdk/api/postProcessingApi.js.map +1 -1
  109. package/build/sdk/studio/sdk/api/projectsApi.d.ts +4 -6
  110. package/build/sdk/studio/sdk/api/projectsApi.js +2758 -2818
  111. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  112. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +4 -6
  113. package/build/sdk/studio/sdk/api/rawDataApi.js +3055 -3131
  114. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  115. package/build/sdk/studio/sdk/api/testApi.d.ts +4 -6
  116. package/build/sdk/studio/sdk/api/testApi.js +152 -108
  117. package/build/sdk/studio/sdk/api/testApi.js.map +1 -1
  118. package/build/sdk/studio/sdk/api/themesApi.d.ts +4 -6
  119. package/build/sdk/studio/sdk/api/themesApi.js +341 -305
  120. package/build/sdk/studio/sdk/api/themesApi.js.map +1 -1
  121. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +4 -6
  122. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +387 -353
  123. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
  124. package/build/sdk/studio/sdk/api/uploadPortalApi.d.ts +4 -6
  125. package/build/sdk/studio/sdk/api/uploadPortalApi.js +375 -355
  126. package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
  127. package/build/sdk/studio/sdk/api/userApi.d.ts +4 -6
  128. package/build/sdk/studio/sdk/api/userApi.js +2345 -2452
  129. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  130. package/build/sdk/studio/sdk/api/vlmApi.d.ts +4 -6
  131. package/build/sdk/studio/sdk/api/vlmApi.js +277 -253
  132. package/build/sdk/studio/sdk/api/vlmApi.js.map +1 -1
  133. package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +4 -6
  134. package/build/sdk/studio/sdk/api/whitelabelsApi.js +408 -398
  135. package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
  136. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockRequest.d.ts +4 -0
  137. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockRequest.js +5 -0
  138. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockRequest.js.map +1 -1
  139. package/build/sdk/studio/sdk/model/buildOnDeviceModelRequest.d.ts +6 -0
  140. package/build/sdk/studio/sdk/model/buildOnDeviceModelRequest.js +5 -0
  141. package/build/sdk/studio/sdk/model/buildOnDeviceModelRequest.js.map +1 -1
  142. package/build/sdk/studio/sdk/model/buildOrganizationOnDeviceModelRequest.d.ts +6 -0
  143. package/build/sdk/studio/sdk/model/buildOrganizationOnDeviceModelRequest.js +5 -0
  144. package/build/sdk/studio/sdk/model/buildOrganizationOnDeviceModelRequest.js.map +1 -1
  145. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +4 -0
  146. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +5 -0
  147. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
  148. package/build/sdk/studio/sdk/model/deploymentTarget.d.ts +2 -0
  149. package/build/sdk/studio/sdk/model/deploymentTarget.js +5 -0
  150. package/build/sdk/studio/sdk/model/deploymentTarget.js.map +1 -1
  151. package/build/sdk/studio/sdk/model/models.d.ts +47 -7
  152. package/build/sdk/studio/sdk/model/models.js +33 -22
  153. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  154. package/build/sdk/studio/sdk/model/organizationDeployBlock.d.ts +9 -0
  155. package/build/sdk/studio/sdk/model/organizationDeployBlock.js +10 -0
  156. package/build/sdk/studio/sdk/model/organizationDeployBlock.js.map +1 -1
  157. package/build/sdk/studio/sdk/model/projectDeploymentTarget.d.ts +2 -0
  158. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js +5 -0
  159. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js.map +1 -1
  160. package/build/sdk/studio/sdk/model/transferLearningModel.d.ts +4 -0
  161. package/build/sdk/studio/sdk/model/transferLearningModel.js +5 -0
  162. package/build/sdk/studio/sdk/model/transferLearningModel.js.map +1 -1
  163. package/build/sdk/studio/sdk/model/updateOrganizationDeployBlockRequest.d.ts +4 -0
  164. package/build/sdk/studio/sdk/model/updateOrganizationDeployBlockRequest.js +5 -0
  165. package/build/sdk/studio/sdk/model/updateOrganizationDeployBlockRequest.js.map +1 -1
  166. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.d.ts +47 -0
  167. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js +55 -0
  168. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js.map +1 -0
  169. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.d.ts +4 -0
  170. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js +5 -0
  171. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
  172. package/package.json +4 -2
  173. package/test/gstreamer.test.ts +984 -3788
  174. package/test/imx219-csi-on-arduino-unoq-inspect.txt +564 -0
  175. package/test/imx219-csi-on-arduino-unoq-monitor.txt +285 -0
  176. package/test/logitech-c920-on-ubuntu-22-parallells.txt +211 -0
  177. package/test/logitech-c922-on-rpi-bullseye-2.txt +270 -0
  178. package/test/logitech-c922-on-rpi-bullseye.txt +331 -0
  179. package/test/macbook-pro-w-internal-and-external-cam-inspect.txt +1496 -0
  180. package/test/macbook-pro-w-internal-and-external-cam-monitor.txt +209 -0
  181. package/test/nvidia-jetson-w-csi-camera.txt +94 -0
  182. package/test/nvidia-jetson-w-logitech-c922-monitor.txt +204 -0
  183. package/test/nvidia-orin-w-basler-camera-inspect.txt +859 -0
  184. package/test/nvidia-orin-w-basler-camera-pylonsrc.txt +806 -0
  185. package/test/rb1-debian-inspect.txt +568 -0
  186. package/test/rb1-debian-libcamera-monitor.txt +190 -0
  187. package/test/rpi-cam-v3-c920-webcam-bookworm-no-libcamerasrc.txt +383 -0
  188. package/test/rpi4-trixie-csi-gst-device-monitor.txt +1110 -0
  189. package/test/rpi4-trixie-csi-gst-inspect.txt +1379 -0
  190. package/test/rpi5-with-csi-imx500-camera-monitor.txt +3617 -0
  191. package/test/rpi5-with-csi-imx708-monitor.txt +2277 -0
  192. package/test/usb-camera-on-rpi-w-image-jpg.txt +130 -0
  193. /package/test/{qualcomm-rb3-inspect-qtiqmmfsrc.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect-qtiqmmfsrc.txt} +0 -0
  194. /package/test/{qualcomm-rb3-inspect.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect.txt} +0 -0
  195. /package/test/{qualcomm-rb3-monitor-brio.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-monitor.txt} +0 -0
  196. /package/test/{triple-vision-camera-inspect.txt → triple-vision-ai-industrial-camera-inspect.txt} +0 -0
  197. /package/test/{triple-vision-camera-monitor.txt → triple-vision-ai-industrial-camera-monitor.txt} +0 -0
@@ -0,0 +1,806 @@
1
+ Factory Details:
2
+ Rank none (0)
3
+ Long-name Basler/Pylon source element
4
+ Klass Source/Video/Hardware
5
+ Description Source element for Basler cameras
6
+ Author Basler AG <support.europe@baslerweb.com>
7
+
8
+ Plugin Details:
9
+ Name pylon
10
+ Description Basler/Pylon plugin for pylon SDK 7.4.0(38864)
11
+ Filename /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstpylon.so
12
+ Version 0.7.0-15-g86e4ccf
13
+ License BSD
14
+ Source module gst-plugin-pylon
15
+ Binary package GStreamer Pylon Plug-in source release
16
+ Origin URL https://github.com/basler/gst-plugin-pylon
17
+
18
+ GObject
19
+ +----GInitiallyUnowned
20
+ +----GstObject
21
+ +----GstElement
22
+ +----GstBaseSrc
23
+ +----GstPushSrc
24
+ +----GstPylonSrc
25
+
26
+ Implemented Interfaces:
27
+ GstChildProxy
28
+
29
+ Pad Templates:
30
+ SRC template: 'src'
31
+ Availability: Always
32
+ Capabilities:
33
+ video/x-raw
34
+ format: { (string)GRAY8, (string)RGB, (string)BGR, (string)YUY2, (string)UYVY }
35
+ width: [ 1, 2147483647 ]
36
+ height: [ 1, 2147483647 ]
37
+ framerate: [ 0/1, 2147483647/1 ]
38
+ video/x-bayer
39
+ format: { (string)rggb, (string)bggr, (string)gbgr, (string)grgb }
40
+ width: [ 1, 2147483647 ]
41
+ height: [ 1, 2147483647 ]
42
+ framerate: [ 0/1, 2147483647/1 ]
43
+
44
+ Element has no clocking capabilities.
45
+ Element has no URI handling capabilities.
46
+
47
+ Pads:
48
+ SRC: 'src'
49
+ Pad Template: 'src'
50
+
51
+ Element Properties:
52
+ blocksize : Size in bytes to read per buffer (-1 = default)
53
+ flags: readable, writable
54
+ Unsigned Integer. Range: 0 - 4294967295 Default: 4096
55
+ cam : The camera to use.
56
+ According to the selected camera different properties will be available.
57
+ These properties can be accessed using the "cam::<property>" syntax.
58
+ The following list details the properties for each camera.
59
+ Basler acA1440-220um (40407253) Camera:
60
+
61
+ name : The name of the object
62
+ flags: readable, writable
63
+ String. Default: "(null)"
64
+ parent : The parent of the object
65
+ flags: readable, writable
66
+ (null)
67
+ SensorWidth : Width of the camera's sensor in pixels.
68
+ flags: readable
69
+ Integer64. Range: 0 - 4294967295 Default: 1456
70
+ SensorHeight : Height of the camera's sensor in pixels.
71
+ flags: readable
72
+ Integer64. Range: 0 - 4294967295 Default: 1088
73
+ WidthMax : Maximum width of the region of interest (area of interest) in pixels.
74
+ flags: readable
75
+ Integer64. Range: 0 - 4294967295 Default: 1456
76
+ HeightMax : Maximum height of the region of interest (area of interest) in pixels.
77
+ flags: readable
78
+ Integer64. Range: 0 - 4294967295 Default: 1088
79
+ OffsetX : Horizontal offset of the region of interest (area of interest) from the left side of the sensor (in pixels).
80
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
81
+ Integer64. Range: 0 - 1452 Default: 8
82
+ OffsetY : Vertical offset of the region of interest (area of interest) from the top of the sensor (in pixels).
83
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
84
+ Integer64. Range: 0 - 1087 Default: 4
85
+ CenterX : Centers the image horizontally.
86
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
87
+ Boolean. Default: false
88
+ CenterY : Centers the image vertically.
89
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
90
+ Boolean. Default: false
91
+ BinningHorizontalMode : Sets the binning mode for horizontal binning.
92
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
93
+ Enum "_2676_ba02_2_3_5_BinningHorizontalMode" Default: 0, "Sum"
94
+ (0): Sum - The values of the binned pixels are summed.
95
+ (1): Average - The values of the binned pixels are averaged.
96
+ BinningHorizontal : Number of adjacent horizontal pixels to be summed.
97
+ flags: readable, writable, changeable only in NULL or READY state
98
+ Integer64. Range: 1 - 4 Default: 1
99
+ BinningVerticalMode : Sets the binning mode for vertical binning.
100
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
101
+ Enum "_2676_ba02_2_3_5_BinningVerticalMode" Default: 0, "Sum"
102
+ (0): Sum - The values of the binned pixels are summed.
103
+ (1): Average - The values of the binned pixels are averaged.
104
+ BinningVertical : Number of adjacent vertical pixels to be summed.
105
+ flags: readable, writable, changeable only in NULL or READY state
106
+ Integer64. Range: 1 - 4 Default: 1
107
+ ReverseX : Enables horizontal mirroring of the image.
108
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
109
+ Boolean. Default: false
110
+ ReverseY : Enables vertical mirroring of the image.
111
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
112
+ Boolean. Default: false
113
+ PixelSize : Indicates the depth of the pixel values in the image (in bits per pixel).
114
+ flags: readable
115
+ Enum "_2676_ba02_2_3_5_PixelSize" Default: 8, "Bpp8"
116
+ (8): Bpp8 - The pixel depth in the acquired images is 8 bits per pixel.
117
+ (10): Bpp10 - The pixel depth in the acquired images is 10 bits per pixel.
118
+ (12): Bpp12 - The pixel depth in the acquired images is 12 bits per pixel.
119
+ (16): Bpp16 - The pixel depth in the acquired images is 16 bits per pixel.
120
+ (24): Bpp24 - The pixel depth in the acquired images is 24 bits per pixel.
121
+ PixelColorFilter : Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images.
122
+ flags: readable
123
+ Enum "_2676_ba02_2_3_5_PixelColorFilter" Default: 0, "None"
124
+ (0): None - The camera doesn't have a Bayer filter.
125
+ (1): BayerRG - The Bayer filter has an RG/GB alignment to the pixels in the acquired images.
126
+ (2): BayerGB - The Bayer filter has a GB/RG alignment to the pixels in the acquired images.
127
+ (3): BayerGR - The Bayer filter has a GR/BG alignment to the pixels in the acquired images.
128
+ (4): BayerBG - The Bayer filter has a BG/GR alignment to the pixels in the acquired images.
129
+ PixelDynamicRangeMin : Minimum possible pixel value that can be transferred from the camera.
130
+ flags: readable
131
+ Integer64. Range: 0 - 4294967295 Default: 0
132
+ PixelDynamicRangeMax : Maximum possible pixel value that can be transferred from the camera.
133
+ flags: readable
134
+ Integer64. Range: 0 - 4294967295 Default: 255
135
+ TestImageSelector : Sets the test image to display.
136
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
137
+ Enum "_2676_ba02_2_3_5_TestImageSelector" Default: 0, "Off"
138
+ (0): Off - The camera doesn't display a test image.
139
+ (1): Testimage1 - The camera generates a test image with the test image 1 pattern.
140
+ (2): Testimage2 - The camera generates a test image with the test image 2 pattern.
141
+ (3): Testimage3 - The camera generates a test image with the test image 3 pattern.
142
+ (4): Testimage4 - The camera generates a test image with the test image 4 pattern.
143
+ (5): Testimage5 - The camera generates a test image with the test image 5 pattern.
144
+ TestImageResetAndHold : Allows you to turn a moving test image into a fixed one.
145
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
146
+ Boolean. Default: false
147
+ ROIZoneMode-Zone0 : Enables or disables the currently selected ROI zone.
148
+ flags: readable, writable, changeable only in NULL or READY state
149
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
150
+ (0): Off - The currently selected ROI zone is disabled.
151
+ (1): On - The currently selected ROI zone is enabled.
152
+ ROIZoneMode-Zone1 : Enables or disables the currently selected ROI zone.
153
+ flags: readable, writable, changeable only in NULL or READY state
154
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
155
+ (0): Off - The currently selected ROI zone is disabled.
156
+ (1): On - The currently selected ROI zone is enabled.
157
+ ROIZoneMode-Zone2 : Enables or disables the currently selected ROI zone.
158
+ flags: readable, writable, changeable only in NULL or READY state
159
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
160
+ (0): Off - The currently selected ROI zone is disabled.
161
+ (1): On - The currently selected ROI zone is enabled.
162
+ ROIZoneMode-Zone3 : Enables or disables the currently selected ROI zone.
163
+ flags: readable, writable, changeable only in NULL or READY state
164
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
165
+ (0): Off - The currently selected ROI zone is disabled.
166
+ (1): On - The currently selected ROI zone is enabled.
167
+ ROIZoneMode-Zone4 : Enables or disables the currently selected ROI zone.
168
+ flags: readable, writable, changeable only in NULL or READY state
169
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
170
+ (0): Off - The currently selected ROI zone is disabled.
171
+ (1): On - The currently selected ROI zone is enabled.
172
+ ROIZoneMode-Zone5 : Enables or disables the currently selected ROI zone.
173
+ flags: readable, writable, changeable only in NULL or READY state
174
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
175
+ (0): Off - The currently selected ROI zone is disabled.
176
+ (1): On - The currently selected ROI zone is enabled.
177
+ ROIZoneMode-Zone6 : Enables or disables the currently selected ROI zone.
178
+ flags: readable, writable, changeable only in NULL or READY state
179
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
180
+ (0): Off - The currently selected ROI zone is disabled.
181
+ (1): On - The currently selected ROI zone is enabled.
182
+ ROIZoneMode-Zone7 : Enables or disables the currently selected ROI zone.
183
+ flags: readable, writable, changeable only in NULL or READY state
184
+ Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
185
+ (0): Off - The currently selected ROI zone is disabled.
186
+ (1): On - The currently selected ROI zone is enabled.
187
+ ROIZoneSize-Zone0 : Height of the currently selected ROI zone.
188
+ flags: readable, writable, changeable only in NULL or READY state
189
+ Integer64. Range: 4 - 1088 Default: 4
190
+ ROIZoneSize-Zone1 : Height of the currently selected ROI zone.
191
+ flags: readable, writable, changeable only in NULL or READY state
192
+ Integer64. Range: 4 - 1088 Default: 4
193
+ ROIZoneOffset-Zone0 : Vertical offset of the currently selected ROI zone.
194
+ flags: readable, writable, changeable only in NULL or READY state
195
+ Integer64. Range: 0 - 1084 Default: 0
196
+ ROIZoneOffset-Zone1 : Vertical offset of the currently selected ROI zone.
197
+ flags: readable, writable, changeable only in NULL or READY state
198
+ Integer64. Range: 0 - 1084 Default: 0
199
+ GainAuto : Sets the operation mode of the Gain Auto auto function.
200
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
201
+ Enum "_2676_ba02_2_3_5_GainAuto" Default: 0, "Off"
202
+ (0): Off - Automatic gain adjustment is disabled.
203
+ (1): Once - The gain is adjusted automatically to reach the specifed target value.
204
+ (2): Continuous - The gain is adjusted continuously while images are being acquired.
205
+ Gain : Value of the currently selected gain in dB.
206
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
207
+ Double. Range: 0 - 48 Default: 0
208
+ BlackLevel : Black level value to be applied to the currently selected sensor tap.
209
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
210
+ Double. Range: 0 - 4.1e+03 Default: 0
211
+ Gamma : Gamma correction to be applied.
212
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
213
+ Double. Range: 0 - 4 Default: 1
214
+ DigitalShift : Digital shift to be applied.
215
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
216
+ Integer64. Range: 0 - 4 Default: 0
217
+ AcquisitionMode : Sets the image acquisition mode.
218
+ flags: readable, writable, changeable only in NULL or READY state
219
+ Enum "_2676_ba02_2_3_5_AcquisitionMode" Default: 2, "Continuous"
220
+ (0): SingleFrame - The acquisition mode is set to Single Frame.
221
+ (2): Continuous - The acquisition mode is set to Continuous.
222
+ ShutterMode : Sets the shutter mode of the camera.
223
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
224
+ Enum "_2676_ba02_2_3_5_ShutterMode" Default: 2, "Global"
225
+ (2): Global - The shutter opens and closes at the same time for all pixels.
226
+ ExposureAuto : Sets the operation mode of the Exposure Auto auto function.
227
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
228
+ Enum "_2676_ba02_2_3_5_ExposureAuto" Default: 0, "Off"
229
+ (0): Off - Automatic exposure time adjustment is disabled.
230
+ (1): Once - The exposure time is adjusted automatically to reach the specified target value.
231
+ (2): Continuous - The exposure time is adjusted continuously while images are being acquired.
232
+ ExposureTimeMode : Sets the exposure time mode.
233
+ flags: readable, writable, changeable only in NULL or READY state
234
+ Enum "_2676_ba02_2_3_5_ExposureTimeMode" Default: 0, "Standard"
235
+ (0): Standard - The exposure time mode is set to Standard.
236
+ (1): UltraShort - The exposure time mode is set to Ultra Short.
237
+ ExposureMode : Sets the exposure mode.
238
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
239
+ Enum "_2676_ba02_2_3_5_ExposureMode" Default: 1, "Timed"
240
+ (1): Timed - The exposure mode is set to Timed.
241
+ ExposureTime : Exposure time of the camera in microseconds.
242
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
243
+ Double. Range: 1 - 1e+07 Default: 3e+03
244
+ AcquisitionBurstFrameCount : Number of frames to acquire for each Frame Burst Start trigger.
245
+ flags: readable, writable, changeable only in NULL or READY state
246
+ Integer64. Range: 1 - 255 Default: 1
247
+ TriggerMode-FrameBurstStart : Sets the mode for the currently selected trigger.
248
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
249
+ Enum "_2676_ba02_2_3_5_TriggerMode" Default: 0, "Off"
250
+ (0): Off - The currently selected trigger is turned off.
251
+ (1): On - The currently selected trigger is turned on.
252
+ TriggerMode-FrameStart : Sets the mode for the currently selected trigger.
253
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
254
+ Enum "_2676_ba02_2_3_5_TriggerMode" Default: 0, "Off"
255
+ (0): Off - The currently selected trigger is turned off.
256
+ (1): On - The currently selected trigger is turned on.
257
+ TriggerSource-FrameBurstStart : Sets the source signal for the selected trigger.
258
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
259
+ Enum "_2676_ba02_2_3_5_TriggerSource" Default: 1, "Line1"
260
+ (0): Software - The source signal for the selected trigger is set to software triggering.
261
+ (1): Line1 - The source signal for the selected trigger is set to Line 1.
262
+ (3): Line3 - The source signal for the selected trigger is set to Line 3.
263
+ (4): Line4 - The source signal for the selected trigger is set to Line 4.
264
+ (15): SoftwareSignal1 - The source signal for the selected trigger is set to software signal 1.
265
+ (16): SoftwareSignal2 - The source signal for the selected trigger is set to software signal 2.
266
+ (17): SoftwareSignal3 - The source signal for the selected trigger is set to software signal 3.
267
+ TriggerSource-FrameStart : Sets the source signal for the selected trigger.
268
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
269
+ Enum "_2676_ba02_2_3_5_TriggerSource" Default: 1, "Line1"
270
+ (0): Software - The source signal for the selected trigger is set to software triggering.
271
+ (1): Line1 - The source signal for the selected trigger is set to Line 1.
272
+ (3): Line3 - The source signal for the selected trigger is set to Line 3.
273
+ (4): Line4 - The source signal for the selected trigger is set to Line 4.
274
+ (15): SoftwareSignal1 - The source signal for the selected trigger is set to software signal 1.
275
+ (16): SoftwareSignal2 - The source signal for the selected trigger is set to software signal 2.
276
+ (17): SoftwareSignal3 - The source signal for the selected trigger is set to software signal 3.
277
+ TriggerActivation-FrameBurstStart : Sets the type of signal transition that will activate the selected trigger.
278
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
279
+ Enum "_2676_ba02_2_3_5_TriggerActivation" Default: 0, "RisingEdge"
280
+ (0): RisingEdge - The selected trigger is activated by the rising edge of the source signal.
281
+ (1): FallingEdge - The selected trigger is activated by the falling edge of the source signal.
282
+ TriggerActivation-FrameStart : Sets the type of signal transition that will activate the selected trigger.
283
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
284
+ Enum "_2676_ba02_2_3_5_TriggerActivation" Default: 0, "RisingEdge"
285
+ (0): RisingEdge - The selected trigger is activated by the rising edge of the source signal.
286
+ (1): FallingEdge - The selected trigger is activated by the falling edge of the source signal.
287
+ TriggerDelay : Trigger delay time in microseconds.
288
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
289
+ Double. Range: 0 - 1e+06 Default: 0
290
+ ResultingFrameRate : Maximum frame acquisition rate with current camera settings.
291
+ flags: readable
292
+ Double. Range: -1.8e+308 - 1.8e+308 Default: 2.3e+02
293
+ SensorReadoutTime : Sensor readout time with current settings.
294
+ flags: readable
295
+ Double. Range: -1.8e+308 - 1.8e+308 Default: 4.4e+03
296
+ AcquisitionStatus-FrameBurstTriggerWait: Indicates whether the camera is waiting for trigger signals.
297
+ flags: readable
298
+ Boolean. Default: false
299
+ AcquisitionStatus-FrameTriggerWait : Indicates whether the camera is waiting for trigger signals.
300
+ flags: readable
301
+ Boolean. Default: false
302
+ AutoTargetBrightness : Target brightness for the Gain Auto and the Exposure Auto auto functions.
303
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
304
+ Double. Range: 0.2 - 0.8 Default: 0.5
305
+ AutoFunctionProfile : Sets how gain and exposure time will be balanced when the camera is making automatic adjustments.
306
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
307
+ Enum "_2676_ba02_2_3_5_AutoFunctionProfile" Default: 0, "MinimizeGain"
308
+ (0): MinimizeGain - Gain is kept as low as possible.
309
+ (1): MinimizeExposureTime - Exposure time is kept as low as possible.
310
+ AutoGainLowerLimit : Lower limit of the Gain parameter when the Gain Auto auto function is active.
311
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
312
+ Double. Range: 0 - 36 Default: 0
313
+ AutoGainUpperLimit : Upper limit of the Gain parameter when the Gain Auto auto function is active.
314
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
315
+ Double. Range: 0 - 48 Default: 24
316
+ AutoExposureTimeLowerLimit : Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active.
317
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
318
+ Double. Range: 21 - 1e+07 Default: 50
319
+ AutoExposureTimeUpperLimit : Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active.
320
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
321
+ Double. Range: 21 - 1e+07 Default: 5e+05
322
+ LUTEnable : Enables the selected lookup table (LUT).
323
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
324
+ Boolean. Default: false
325
+ LineMode-Line1 : Sets the mode for the selected line.
326
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
327
+ Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
328
+ (0): Input - The selected physical line can be used to input an electrical signal.
329
+ LineMode-Line2 : Sets the mode for the selected line.
330
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
331
+ Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
332
+ (0): Input - The selected physical line can be used to input an electrical signal.
333
+ LineMode-Line3 : Sets the mode for the selected line.
334
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
335
+ Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
336
+ (0): Input - The selected physical line can be used to input an electrical signal.
337
+ LineMode-Line4 : Sets the mode for the selected line.
338
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
339
+ Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
340
+ (0): Input - The selected physical line can be used to input an electrical signal.
341
+ LineFormat-Line1 : Indicates the electrical configuration of the currently selected line.
342
+ flags: readable
343
+ Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
344
+ (5): OptoCoupled - The line is opto-coupled.
345
+ LineFormat-Line2 : Indicates the electrical configuration of the currently selected line.
346
+ flags: readable
347
+ Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
348
+ (5): OptoCoupled - The line is opto-coupled.
349
+ LineFormat-Line3 : Indicates the electrical configuration of the currently selected line.
350
+ flags: readable
351
+ Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
352
+ (5): OptoCoupled - The line is opto-coupled.
353
+ LineFormat-Line4 : Indicates the electrical configuration of the currently selected line.
354
+ flags: readable
355
+ Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
356
+ (5): OptoCoupled - The line is opto-coupled.
357
+ LineLogic-Line1 : Indicates the line logic of the currently selected line.
358
+ flags: readable
359
+ Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
360
+ (0): Positive - The line logic of the currently selected line is positive.
361
+ (1): Negative - The line logic of the currently selected line is negative.
362
+ LineLogic-Line2 : Indicates the line logic of the currently selected line.
363
+ flags: readable
364
+ Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
365
+ (0): Positive - The line logic of the currently selected line is positive.
366
+ (1): Negative - The line logic of the currently selected line is negative.
367
+ LineLogic-Line3 : Indicates the line logic of the currently selected line.
368
+ flags: readable
369
+ Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
370
+ (0): Positive - The line logic of the currently selected line is positive.
371
+ (1): Negative - The line logic of the currently selected line is negative.
372
+ LineLogic-Line4 : Indicates the line logic of the currently selected line.
373
+ flags: readable
374
+ Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
375
+ (0): Positive - The line logic of the currently selected line is positive.
376
+ (1): Negative - The line logic of the currently selected line is negative.
377
+ LineInverter-Line1 : Enables the signal inverter function for the currently selected input or output line.
378
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
379
+ Boolean. Default: false
380
+ LineInverter-Line2 : Enables the signal inverter function for the currently selected input or output line.
381
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
382
+ Boolean. Default: false
383
+ LineInverter-Line3 : Enables the signal inverter function for the currently selected input or output line.
384
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
385
+ Boolean. Default: false
386
+ LineInverter-Line4 : Enables the signal inverter function for the currently selected input or output line.
387
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
388
+ Boolean. Default: false
389
+ LineDebouncerTime-Line1 : Line debouncer time in microseconds.
390
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
391
+ Double. Range: 0 - 2e+04 Default: 0
392
+ LineDebouncerTime-Line3 : Line debouncer time in microseconds.
393
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
394
+ Double. Range: 0 - 2e+04 Default: 0
395
+ LineDebouncerTime-Line4 : Line debouncer time in microseconds.
396
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
397
+ Double. Range: 0 - 2e+04 Default: 0
398
+ LineMinimumOutputPulseWidth-Line2 : Minimum signal width of an output signal (in microseconds).
399
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
400
+ Double. Range: 0 - 1e+02 Default: 0
401
+ LineStatus-Line1 : Indicates the current logical state of the selected line.
402
+ flags: readable
403
+ Boolean. Default: true
404
+ LineStatus-Line2 : Indicates the current logical state of the selected line.
405
+ flags: readable
406
+ Boolean. Default: true
407
+ LineStatus-Line3 : Indicates the current logical state of the selected line.
408
+ flags: readable
409
+ Boolean. Default: true
410
+ LineStatus-Line4 : Indicates the current logical state of the selected line.
411
+ flags: readable
412
+ Boolean. Default: true
413
+ LineStatusAll : Single bit field indicating the current logical state of all available line signals at time of polling.
414
+ flags: readable
415
+ Integer64. Range: 0 - 4294967295 Default: 14
416
+ UserOutputValue-UserOutput1 : Enables the selected user-settable output line.
417
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
418
+ Boolean. Default: false
419
+ UserOutputValue-UserOutput2 : Enables the selected user-settable output line.
420
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
421
+ Boolean. Default: false
422
+ UserOutputValue-UserOutput3 : Enables the selected user-settable output line.
423
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
424
+ Boolean. Default: false
425
+ UserOutputValueAll : Single bit field that sets the state of all user-settable output signals in one access.
426
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
427
+ Integer64. Range: 0 - 4294967295 Default: 0
428
+ TimerDuration : Duration of the currently selected timer in microseconds.
429
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
430
+ Double. Range: 0 - 1.7e+07 Default: 10
431
+ TimerDelay : Delay of the currently selected timer in microseconds.
432
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
433
+ Double. Range: 0 - 1.7e+07 Default: 0
434
+ TimerTriggerSource : Sets the internal camera signal used to trigger the selected timer.
435
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
436
+ Enum "_2676_ba02_2_3_5_TimerTriggerSource" Default: 0, "ExposureStart"
437
+ (0): ExposureStart - The timer will start at an Exposure Start signal.
438
+ CounterEventSource-Counter1 : Sets which event that increases the currently selected counter.
439
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
440
+ Enum "_2676_ba02_2_3_5_CounterEventSource" Default: 5, "FrameStart"
441
+ (5): FrameStart - The selected counter counts the number of Frame Start events.
442
+ CounterEventSource-Counter2 : Sets which event that increases the currently selected counter.
443
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
444
+ Enum "_2676_ba02_2_3_5_CounterEventSource" Default: 5, "FrameStart"
445
+ (5): FrameStart - The selected counter counts the number of Frame Start events.
446
+ CounterResetSource-Counter1 : Sets which source signal will reset the currently selected counter.
447
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
448
+ Enum "_2676_ba02_2_3_5_CounterResetSource" Default: 0, "Off"
449
+ (0): Off - The counter reset is disabled.
450
+ (3): Software - The selected counter can be reset by a software command.
451
+ (1): Line1 - The selected counter can be reset by a signal applied to Line 1.
452
+ (4): Line3 - The selected counter can be reset by a signal applied to Line 3.
453
+ (5): Line4 - The selected counter can be reset by a signal applied to Line 4.
454
+ CounterResetSource-Counter2 : Sets which source signal will reset the currently selected counter.
455
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
456
+ Enum "_2676_ba02_2_3_5_CounterResetSource" Default: 0, "Off"
457
+ (0): Off - The counter reset is disabled.
458
+ (3): Software - The selected counter can be reset by a software command.
459
+ (1): Line1 - The selected counter can be reset by a signal applied to Line 1.
460
+ (4): Line3 - The selected counter can be reset by a signal applied to Line 3.
461
+ (5): Line4 - The selected counter can be reset by a signal applied to Line 4.
462
+ CounterResetActivation-Counter1 : Sets which type of signal transition will reset the counter.
463
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
464
+ Enum "_2676_ba02_2_3_5_CounterResetActivation" Default: 0, "RisingEdge"
465
+ (0): RisingEdge - The counter is reset on the rising edge of the signal.
466
+ CounterResetActivation-Counter2 : Sets which type of signal transition will reset the counter.
467
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
468
+ Enum "_2676_ba02_2_3_5_CounterResetActivation" Default: 0, "RisingEdge"
469
+ (0): RisingEdge - The counter is reset on the rising edge of the signal.
470
+ CounterDuration-Counter2 : Number of times a sequencer set is used before the Counter End event is generated.
471
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
472
+ Integer64. Range: 1 - 256 Default: 1
473
+ BslLightControlMode : Enables/disables the light control features.
474
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
475
+ Enum "_2676_ba02_2_3_5_BslLightControlMode" Default: 0, "Off"
476
+ (0): Off - The light control features are disabled.
477
+ (1): On - The light control features are enabled.
478
+ BslLightControlSource : Sets which line is used to control the light features.
479
+ flags: readable, writable
480
+ Enum "_2676_ba02_2_3_5_BslLightControlSource" Default: 0, "Off"
481
+ (0): Off - No line is used to control the light features.
482
+ (1): Line3 - Line 3 is used to control the light features.
483
+ (2): Line4 - Line 4 is used to control the light features.
484
+ BslLightControlStatus : Indicates the current state of the control mode.
485
+ flags: readable, writable
486
+ Enum "_2676_ba02_2_3_5_BslLightControlStatus" Default: 0, "Off"
487
+ (0): Off - The light control mode is disabled.
488
+ (1): Idle - No light device has been detected.
489
+ (2): Searching - The controller ist searching for light devices connected to your camera.
490
+ (3): Updating - Parameters are being updated.
491
+ (4): Ready - The light device is ready for use.
492
+ BslLightControlErrorStatus : Indicates whether any of the light devices are currently experiencing problems.
493
+ flags: readable, writable
494
+ Enum "_2676_ba02_2_3_5_BslLightControlErrorStatus" Default: 0, "NoError"
495
+ (0): NoError - No error was detected.
496
+ (1): Device1 - Light device 1 is experiencing problems.
497
+ (2): Device2 - Light device 2 is experiencing problems.
498
+ (3): Device3 - Light device 3 is experiencing problems.
499
+ (4): Device4 - Light device 4 is experiencing problems.
500
+ (5): MultipleDevices - Multiple light devices are experiencing problems.
501
+ BslLightControlTriggerMode : Sets which signal is used to trigger the light in strobe mode.
502
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
503
+ Enum "_2676_ba02_2_3_5_BslLightControlTriggerMode" Default: 0, "ExposureActive"
504
+ (0): ExposureActive - The Exposure Active signal is used to trigger the light in strobe mode.
505
+ ChunkModeActive : Enables the chunk mode.
506
+ flags: readable, writable, changeable only in NULL or READY state
507
+ Boolean. Default: false
508
+ ChunkEnable-Gain : Includes the currently selected chunk in the payload data.
509
+ flags: readable, writable, changeable only in NULL or READY state
510
+ Boolean. Default: false
511
+ ChunkEnable-ExposureTime : Includes the currently selected chunk in the payload data.
512
+ flags: readable, writable, changeable only in NULL or READY state
513
+ Boolean. Default: false
514
+ ChunkEnable-Timestamp : Includes the currently selected chunk in the payload data.
515
+ flags: readable, writable, changeable only in NULL or READY state
516
+ Boolean. Default: false
517
+ ChunkEnable-LineStatusAll : Includes the currently selected chunk in the payload data.
518
+ flags: readable, writable, changeable only in NULL or READY state
519
+ Boolean. Default: false
520
+ ChunkEnable-CounterValue : Includes the currently selected chunk in the payload data.
521
+ flags: readable, writable, changeable only in NULL or READY state
522
+ Boolean. Default: false
523
+ ChunkEnable-SequencerSetActive : Includes the currently selected chunk in the payload data.
524
+ flags: readable, writable, changeable only in NULL or READY state
525
+ Boolean. Default: false
526
+ ChunkEnable-PayloadCRC16 : Includes the currently selected chunk in the payload data.
527
+ flags: readable, writable, changeable only in NULL or READY state
528
+ Boolean. Default: false
529
+ UserSetDefault : Sets the user set or the factory set to be used as the startup set.
530
+ flags: readable, writable, changeable only in NULL or READY state
531
+ Enum "_2676_ba02_2_3_5_UserSetDefault" Default: 0, "Default"
532
+ (0): Default - The Default User Set factory set is set as the default startup set.
533
+ (8): HighGain - The High Gain factory set is set as the default startup set.
534
+ (9): AutoFunctions - The Auto Functions factory set is set as the default startup set.
535
+ (1): UserSet1 - User set 1 is set as the default startup set.
536
+ (2): UserSet2 - User set 2 is set as the default startup set.
537
+ (3): UserSet3 - User set 3 is set as the default startup set.
538
+ PayloadSize : Size of the payload in bytes.
539
+ flags: readable
540
+ Integer64. Range: 0 - 9223372036854775807 Default: 1555200
541
+ BslUSBSpeedMode : Indicates the speed mode of the USB port.
542
+ flags: readable
543
+ Enum "_2676_ba02_2_3_5_BslUSBSpeedMode" Default: 8, "SuperSpeed"
544
+ (4): HighSpeed - The USB port is operating at High Speed.
545
+ (8): SuperSpeed - The USB port is operating at SuperSpeed.
546
+ SIPayloadTransferSize : For information only. May be required when contacting Basler support.
547
+ flags: readable
548
+ Integer64. Range: 0 - 4294967295 Default: 0
549
+ SIPayloadTransferCount : For information only. May be required when contacting Basler support.
550
+ flags: readable
551
+ Integer64. Range: 0 - 4294967295 Default: 0
552
+ SIPayloadFinalTransfer1Size : For information only. May be required when contacting Basler support.
553
+ flags: readable
554
+ Integer64. Range: 0 - 4294967295 Default: 0
555
+ SIPayloadFinalTransfer2Size : For information only. May be required when contacting Basler support.
556
+ flags: readable
557
+ Integer64. Range: 0 - 4294967295 Default: 0
558
+ DeviceVendorName : Name of the camera vendor.
559
+ flags: readable
560
+ String. Default: "Basler"
561
+ DeviceModelName : Model name of the camera.
562
+ flags: readable
563
+ String. Default: "acA1440-220um"
564
+ DeviceManufacturerInfo : Additional information from the vendor about the camera.
565
+ flags: readable
566
+ String. Default: "none"
567
+ DeviceVersion : Version of the camera.
568
+ flags: readable
569
+ String. Default: "107652-13"
570
+ DeviceFirmwareVersion : Version of the camera's firmware.
571
+ flags: readable
572
+ String. Default: "107652-13;U;acA1440_220um;V1.5-2;0"
573
+ DeviceSerialNumber : Serial number of the camera.
574
+ flags: readable
575
+ String. Default: "40407253"
576
+ DeviceUserID : User-settable ID of the camera.
577
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
578
+ String. Default: ""
579
+ DeviceScanType : Indicates the scan type of the camera's sensor (area or line scan).
580
+ flags: readable
581
+ Enum "_2676_ba02_2_3_5_DeviceScanType" Default: 0, "Areascan"
582
+ (0): Areascan - The camera has an area scan sensor.
583
+ (1): Linescan - The camera has a line scan sensor.
584
+ TimestampLatchValue : Latched value of the timestamp counter.
585
+ flags: readable
586
+ Integer64. Range: 0 - 9223372036854775807 Default: 0
587
+ DeviceLinkSpeed : Speed of transmission negotiated on the selected link.
588
+ flags: readable
589
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 500000000
590
+ DeviceLinkThroughputLimitMode : Enables/disables the device link throughput limit.
591
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
592
+ Enum "_2676_ba02_2_3_5_DeviceLinkThroughputLimitMode" Default: 1, "On"
593
+ (0): Off - The Device Link Throughput Limit parameter is disabled.
594
+ (1): On - The Device Link Throughput Limit parameter is enabled.
595
+ DeviceLinkThroughputLimit : Bandwidth limit for data transmission (in bytes per second).
596
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
597
+ Integer64. Range: 524288 - 419430400 Default: 360000000
598
+ DeviceLinkCurrentThroughput : Actual bandwidth the camera will use.
599
+ flags: readable
600
+ Integer64. Range: 0 - 4294967295 Default: 354198133
601
+ DeviceTemperature : Temperature at the selected location in the camera (in degrees centigrade).
602
+ flags: readable
603
+ Double. Range: -2.1e+09 - 2.1e+09 Default: 54
604
+ TemperatureState : Indicates the temperature state.
605
+ flags: readable
606
+ Enum "_2676_ba02_2_3_5_TemperatureState" Default: 0, "Ok"
607
+ (0): Ok - The temperature is normal.
608
+ (1): Critical - The temperature is critical.
609
+ (2): Error - The temperature state could not be retrieved.
610
+ DeviceSFNCVersionMajor : Major version number of the SFNC specification that the camera is compatible with.
611
+ flags: readable
612
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 2
613
+ DeviceSFNCVersionMinor : Minor version number of the SFNC specification that the camera is compatible with.
614
+ flags: readable
615
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 1
616
+ DeviceSFNCVersionSubMinor : Subminor version number of the SFNC specification that the camera is compatible with.
617
+ flags: readable
618
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
619
+ UserDefinedValue-Value1 : User-defined value.
620
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
621
+ Integer64. Range: -2147483648 - 2147483647 Default: 0
622
+ UserDefinedValue-Value2 : User-defined value.
623
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
624
+ Integer64. Range: -2147483648 - 2147483647 Default: 0
625
+ UserDefinedValue-Value3 : User-defined value.
626
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
627
+ Integer64. Range: -2147483648 - 2147483647 Default: 0
628
+ UserDefinedValue-Value4 : User-defined value.
629
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
630
+ Integer64. Range: -2147483648 - 2147483647 Default: 0
631
+ UserDefinedValue-Value5 : User-defined value.
632
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
633
+ Integer64. Range: -2147483648 - 2147483647 Default: 0
634
+ RemoveParameterLimit : Removes the factory-set limit of the selected parameter.
635
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
636
+ Boolean. Default: false
637
+ ExpertFeatureAccessKey-ExpertFeature1: Key for making the selected expert feature available.
638
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
639
+ Integer64. Range: 0 - 4294967295 Default: 0
640
+ ExpertFeatureAccessKey-ExpertFeature2: Key for making the selected expert feature available.
641
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
642
+ Integer64. Range: 0 - 4294967295 Default: 0
643
+ ExpertFeatureAccessKey-ExpertFeature3: Key for making the selected expert feature available.
644
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
645
+ Integer64. Range: 0 - 4294967295 Default: 0
646
+ ExpertFeatureAccessKey-ExpertFeature4: Key for making the selected expert feature available.
647
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
648
+ Integer64. Range: 0 - 4294967295 Default: 0
649
+ ExpertFeatureAccessKey-ExpertFeature5: Key for making the selected expert feature available.
650
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
651
+ Integer64. Range: 0 - 4294967295 Default: 0
652
+ ExpertFeatureAccessKey-ExpertFeature6: Key for making the selected expert feature available.
653
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
654
+ Integer64. Range: 0 - 4294967295 Default: 0
655
+ ExpertFeatureAccessKey-ExpertFeature7: Key for making the selected expert feature available.
656
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
657
+ Integer64. Range: 0 - 4294967295 Default: 0
658
+ ExpertFeatureAccessKey-ExpertFeature8: Key for making the selected expert feature available.
659
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
660
+ Integer64. Range: 0 - 4294967295 Default: 0
661
+ ExpertFeatureAccessKey-ExpertFeature9: Key for making the selected expert feature available.
662
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
663
+ Integer64. Range: 0 - 4294967295 Default: 0
664
+ ExpertFeatureAccessKey-ExpertFeature10: Key for making the selected expert feature available.
665
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
666
+ Integer64. Range: 0 - 4294967295 Default: 0
667
+ ExpertFeatureAccessKey-ExpertFeature11: Key for making the selected expert feature available.
668
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
669
+ Integer64. Range: 0 - 4294967295 Default: 0
670
+ PgiMode : Enables Basler PGI image optimizations.
671
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
672
+ Enum "_2676_ba02_2_3_5_PgiMode" Default: 0, "Off"
673
+ (0): Off - Basler PGI image optimizations are disabled.
674
+ (1): On - Basler PGI image optimizations are enabled.
675
+ AutoFunctionROIWidth-ROI1 : Width of the auto function ROI (in pixels).
676
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
677
+ Integer64. Range: 0 - 1456 Default: 1440
678
+ AutoFunctionROIWidth-ROI2 : Width of the auto function ROI (in pixels).
679
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
680
+ Integer64. Range: 0 - 1456 Default: 1440
681
+ AutoFunctionROIHeight-ROI1 : Height of the auto function ROI (in pixels).
682
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
683
+ Integer64. Range: 0 - 1088 Default: 1080
684
+ AutoFunctionROIHeight-ROI2 : Height of the auto function ROI (in pixels).
685
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
686
+ Integer64. Range: 0 - 1088 Default: 1080
687
+ AutoFunctionROIOffsetX-ROI1 : Horizontal offset of the auto function ROI from the left side of the sensor (in pixels).
688
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
689
+ Integer64. Range: 0 - 1452 Default: 8
690
+ AutoFunctionROIOffsetX-ROI2 : Horizontal offset of the auto function ROI from the left side of the sensor (in pixels).
691
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
692
+ Integer64. Range: 0 - 1452 Default: 8
693
+ AutoFunctionROIOffsetY-ROI1 : Vertical offset from the top of the sensor to the auto function ROI (in pixels).
694
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
695
+ Integer64. Range: 0 - 1087 Default: 8
696
+ AutoFunctionROIOffsetY-ROI2 : Vertical offset from the top of the sensor to the auto function ROI (in pixels).
697
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
698
+ Integer64. Range: 0 - 1087 Default: 8
699
+ AutoFunctionROIUseBrightness-ROI1 : Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI.
700
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
701
+ Boolean. Default: false
702
+ AutoFunctionROIUseBrightness-ROI2 : Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI.
703
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
704
+ Boolean. Default: false
705
+ AutoFunctionROIUseWhiteBalance-ROI1: Assigns the Balance White Auto auto function to the currently selected auto function ROI.
706
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
707
+ Boolean. Default: true
708
+ AutoFunctionROIUseWhiteBalance-ROI2: Assigns the Balance White Auto auto function to the currently selected auto function ROI.
709
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
710
+ Boolean. Default: true
711
+ flags: readable
712
+ Object of type "GObject"
713
+ capture-error : The strategy to use in case of a camera capture error.
714
+ flags: readable, writable, controllable
715
+ Enum "GstPylonCaptureErrorEnum" Default: 2, "Stop pipeline in case of any capture error"
716
+ (0): Use partial or corrupt buffers - keep
717
+ (1): Skip partial or corrupt buffers. A maximum of 100 buffers can be skipped before the pipeline aborts. - skip
718
+ (2): Stop pipeline in case of any capture error - abort
719
+ device-index : The index of the device to use.This index applies to the resulting device list after applying the other device selection properties. The index is mandatory if multiple devices match the given search criteria.
720
+ flags: readable, writable, changeable only in NULL or READY state
721
+ Integer. Range: -1 - 2147483647 Default: -1
722
+ device-serial-number: The serial number of the device to use. May be combined with other device selection properties to reduce the search.
723
+ flags: readable, writable, changeable only in NULL or READY state
724
+ String. Default: null
725
+ device-user-name : The user-defined name of the device to use. May be combinedwith other device selection properties to reduce the search.
726
+ flags: readable, writable, changeable only in NULL or READY state
727
+ String. Default: null
728
+ do-timestamp : Apply current stream time to buffers
729
+ flags: readable, writable
730
+ Boolean. Default: false
731
+ enable-correction : If enabled, the values from other parameters will be automatically corrected. If any of the properties holds an incorrect value given an specific configuration it will be corrected
732
+ flags: readable, writable, changeable only in NULL or READY state
733
+ Boolean. Default: true
734
+ name : The name of the object
735
+ flags: readable, writable
736
+ String. Default: "pylonsrc0"
737
+ num-buffers : Number of buffers to output before sending EOS (-1 = unlimited)
738
+ flags: readable, writable
739
+ Integer. Range: -1 - 2147483647 Default: -1
740
+ parent : The parent of the object
741
+ flags: readable, writable
742
+ Object of type "GstObject"
743
+ pfs-location : The filepath to the PFS file from which to load the device configuration. Setting this property will override the user set property if also set.
744
+ flags: readable, writable, changeable only in NULL or READY state
745
+ String. Default: null
746
+ stream : The stream grabber to use.
747
+ According to the selected stream grabber different properties will be available.
748
+ These properties can be accessed using the "stream::<property>" syntax.
749
+ The following list details the properties for each stream grabber.
750
+ Basler acA1440-220um (40407253) Stream Grabber:
751
+
752
+ name : The name of the object
753
+ flags: readable, writable
754
+ String. Default: "(null)"
755
+ parent : The parent of the object
756
+ flags: readable, writable
757
+ (null)
758
+ MaxNumBuffer : Maximum number of buffers that can be used simultaneously for grabbing images.
759
+ flags: readable, writable, changeable only in NULL or READY state
760
+ Integer64. Range: 1 - 2147483647 Default: 16
761
+ MaxBufferSize : Maximum size (in bytes) of a buffer used for grabbing images.
762
+ flags: readable, writable, changeable only in NULL or READY state
763
+ Integer64. Range: 1 - 9223372036854775807 Default: 131072
764
+ MaxTransferSize : Maximum USB data transfer size in bytes.
765
+ flags: readable, writable, changeable only in NULL or READY state
766
+ Integer64. Range: 1024 - 4194304 Default: 262144
767
+ NumMaxQueuedUrbs : Maximum number of USB request blocks (URBs) to be enqueued simultaneously.
768
+ flags: readable, writable, changeable only in NULL or READY state
769
+ Integer64. Range: 1 - 4294967295 Default: 64
770
+ TransferLoopThreadPriority : Priority of the thread that handles USB requests from the stream interface.
771
+ flags: readable, writable, changeable only in NULL or READY state
772
+ Integer64. Range: 0 - 0 Default: 0
773
+ Statistic-Total-Buffer-Count : GigE cameras: Number of frames received. Other cameras: Number of buffers processed.
774
+ flags: readable
775
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
776
+ Statistic-Failed-Buffer-Count : GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned with an error status.
777
+ flags: readable
778
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
779
+ Statistic-Last-Failed-Buffer-Status: Status code of the last failed buffer.
780
+ flags: readable
781
+ Integer64. Range: 0 - 4294967295 Default: 0
782
+ Statistic-Last-Failed-Buffer-Status-Text: Status code of the last failed buffer.
783
+ flags: readable
784
+ String. Default: ""
785
+ Statistic-Missed-Frame-Count : Number of corrupt or lost frames between successfully grabbed images.
786
+ flags: readable
787
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
788
+ Statistic-Resynchronization-Count : Number of stream resynchronizations.
789
+ flags: readable
790
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
791
+ Statistic-Last-Block-Id : Last grabbed block ID.
792
+ flags: readable
793
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
794
+ Statistic-Out-Of-Memory-Error-Count: Number of out-of-memory errors.
795
+ flags: readable
796
+ Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
797
+ flags: readable
798
+ Object of type "GObject"
799
+ typefind : Run typefind before negotiating (deprecated, non-functional)
800
+ flags: readable, writable, deprecated
801
+ Boolean. Default: false
802
+ user-set : The user-defined configuration set to use. Leaving this property unset, or using 'Auto' result in selecting the power-on default camera configuration.
803
+ flags: readable, writable, changeable only in NULL or READY state
804
+ String. Default: null
805
+
806
+