Frame2D Class |
Namespace: Zivid.NET
The Frame2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | CameraInfo | Get information about the camera used to capture the frame |
![]() | Info | Get information collected at the time of the capture |
![]() | IsDisposed | Check if the frame is disposed |
![]() | Settings | Get the settings used to capture this frame |
![]() | State | Get the camera state data at the time of the capture |
Name | Description | |
---|---|---|
![]() | Clone |
Returns a clone of the frame. The clone will include a copy of all of the frame data.
|
![]() | Dispose | Releases all resources used by the Frame2D |
![]() | ImageBGRA | Get the associated 2D color image in 8-bit BGRA format |
![]() | ImageBGRA_SRGB | Get the associated 2D color image in the sRGB color space in 8-bit BGRA format |
![]() | ImageRGBA | Get the associated 2D color image in 8-bit RGBA format |
![]() | ImageRGBA_SRGB | Get the associated 2D color image in the sRGB color space in 8-bit RGBA format |
![]() | ImageSRGB | Get the associated 2D color image in the sRGB color space in 8-bit RGBA format |
![]() | ShallowCopy |
Returns a shallow copy of the frame. The copy will share the image data with the original frame.
|
![]() | ToString | Get string representation of the frame (Overrides ObjectToString.) |