You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[addImageToBuffer](#addImageToBuffer)| Adds an image to the internal buffer. |
18
-
|[clearBuffer](#clearBuffer)| Clears all images from the buffer, resetting the state for new image fetching. |
19
17
|[fetchImage](#fetchImage)| Fetches the current frame from the camera's video feed. |
20
-
|[getBufferOverflowProtectionMode](#getBufferOverflowProtectionMode)| Retrieves the current mode for handling buffer overflow. |
21
18
|[getColourChannelUsageType](#getColourChannelUsageType)| Retrieves the current usage type for color channels in images. |
22
19
|[getImage](#getImage)| Retrieves a buffered image, of type `DSImageData`. |
23
-
|[getImageCount](#getImageCount)| Retrieves the current number of images in the buffer. |
24
-
|[getImageFetchInterval](#getImageFetchInterval)| Retrieves the current interval at which images are continuously fetched from the camera's video feed. |
25
-
|[getMaxImageCount](#getMaxImageCount)| Retrieves the maximum number of images that can be buffered. |
26
20
|[getPixelFormat](#getPixelFormat)| Retrieves the current pixel format used for images fetched from the camera. |
27
21
|[getScanRegion](#getScanRegion)| Retrieves the current scan region set within the camera's view. |
28
-
|[hasImage](#hasImage)| Checks if an image with the specified ID is present in the buffer. |
29
22
|[hasNextImageToFetch](#hasNextImageToFetch)| Determines whether there are more images available to fetch. |
30
23
|[isBufferEmpty](#isBufferEmpty)| Determines whether the buffer is currently empty. |
31
-
|[setBufferOverflowProtectionMode](#setBufferOverflowProtectionMode)| Sets the behavior for handling new incoming images when the buffer is full. |
32
24
|[setColourChannelUsageType](#setColourChannelUsageType)| Sets the usage type for color channels in images. |
33
-
|[setErrorListener](#setErrorListener)| Sets an error listener to receive notifications about errors that occur during image source operations. |
34
-
|[setImageFetchInterval](#setImageFetchInterval)| Sets the interval at which images are continuously fetched from the camera's video feed. |
35
-
|[setMaxImageCount](#setMaxImageCount)| Sets the maximum number of images that can be buffered at any time. |
36
-
|[setNextImageToReturn](#setNextImageToReturn)| Sets the processing priority of a specific image so that it is returned the next time `getImage()` is called. |
37
25
|[setPixelFormat](#setPixelFormat)| Sets the pixel format for the images fetched from the camera. |
38
26
|[setScanRegion](#setScanRegion)| Sets the scan region within the camera's view which limits the frame acquisition to a specific area of the video feed. |
39
27
|[singleFrameMode](#singleFrameMode)| Controls the single-frame mode of the `CameraEnhancer`. |
40
-
|[startFetching](#startFetching)| Starts the process of fetching images. |
41
-
|[stopFetching](#stopFetching)| Stops the process of fetching images. |
42
28
|[takePhoto](#takePhoto)| Initiates a sequence to capture a single frame/image, halting the video stream temporarily. |
|[addImageToBuffer](./acquisition.md#addImageToBuffer)| Adds an image to the internal buffer. |
79
-
|[clearBuffer](./acquisition.md#clearBuffer)| Clears all images from the buffer, resetting the state for new image fetching. |
80
78
|[fetchImage](./acquisition.md#fetchImage)| Fetches the current frame from the camera's video feed. |
81
-
|[getBufferOverflowProtectionMode](./acquisition.md#getBufferOverflowProtectionMode)| Retrieves the current mode for handling buffer overflow. |
82
79
|[getColourChannelUsageType](./acquisition.md#getColourChannelUsageType)| Retrieves the current usage type for color channels in images. |
83
80
|[getImage](./acquisition.md#getImage)| Retrieves a buffered image, of type `DSImageData`. |
84
-
|[getImageCount](./acquisition.md#getImageCount)| Retrieves the current number of images in the buffer. |
85
-
|[getImageFetchInterval](./acquisition.md#getImageFetchInterval)| Retrieves the current interval at which images are continuously fetched from the camera's video feed. |
86
-
|[getMaxImageCount](./acquisition.md#getMaxImageCount)| Retrieves the maximum number of images that can be buffered. |
87
81
|[getPixelFormat](./acquisition.md#getPixelFormat)| Retrieves the current pixel format used for images fetched from the camera. |
88
82
|[getScanRegion](./acquisition.md#getScanRegion)| Retrieves the current scan region set within the camera's view. |
89
-
|[hasImage](./acquisition.md#hasImage)| Checks if an image with the specified ID is present in the buffer. |
90
83
|[hasNextImageToFetch](./acquisition.md#hasNextImageToFetch)| Determines whether there are more images available to fetch. |
91
84
|[isBufferEmpty](./acquisition.md#isBufferEmpty)| Determines whether the buffer is currently empty. |
92
-
|[setBufferOverflowProtectionMode](./acquisition.md#setBufferOverflowProtectionMode)| Sets the behavior for handling new incoming images when the buffer is full. |
93
85
|[setColourChannelUsageType](./acquisition.md#setColourChannelUsageType)| Sets the usage type for color channels in images. |
94
-
|[setErrorListener](./acquisition.md#setErrorListener)| Sets an error listener to receive notifications about errors that occur during image source operations. |
95
-
|[setImageFetchInterval](./acquisition.md#setImageFetchInterval)| Sets the interval at which images are continuously fetched from the camera's video feed. |
96
-
|[setMaxImageCount](./acquisition.md#setMaxImageCount)| Sets the maximum number of images that can be buffered at any time. |
97
-
|[setNextImageToReturn](./acquisition.md#setNextImageToReturn)| Sets the processing priority of a specific image so that it is returned the next time `getImage()` is called. |
98
86
|[setPixelFormat](./acquisition.md#setPixelFormat)| Sets the pixel format for the images fetched from the camera. |
99
87
|[setScanRegion](./acquisition.md#setScanRegion)| Sets the scan region within the camera's view which limits the frame acquisition to a specific area of the video feed. |
100
88
|[singleFrameMode](./acquisition.md#singleFrameMode)| Controls the single-frame mode of the `CameraEnhancer`. |
101
-
|[startFetching](./acquisition.md#startFetching)| Starts the process of fetching images. |
102
-
|[stopFetching](./acquisition.md#stopFetching)| Stops the process of fetching images. |
103
89
|[takePhoto](./acquisition.md#takePhoto)| Initiates a sequence to capture a single frame/image, halting the video stream temporarily. |
0 commit comments