IImageBuffer Interface

Definition

Namespace: P1.CameraSdk

Contains an image buffer, encoded in either in bitmap or JPEG format. More…

public interface IImageBuffer :  IDisposable

Remarks

Contains an image buffer, encoded in either in bitmap or JPEG format.

Properties

Data

A referrence to the pixel buffer data stored in unmanaged memory

Format

The image encoding type of this buffer (bitmap, jpeg)

BufferType

The type of image this buffer contains

Methods

ToString()