PixelSensorStreamBuffers
NameSpace: PixelSensors
A class that represents the buffer information of all the streams supported by a pixel sensor
Inherits from:
IDisposable,
IEnumerable< PixelSensorStreamBuffer >
Public Fields
this[uint streamIndex]
public PixelSensorStreamBuffer this[uint streamIndex] { get; set; }
Public Methods
void Dispose
public void Dispose()
IEnumerator< PixelSensorStreamBuffer > GetEnumerator
public IEnumerator< PixelSensorStreamBuffer > GetEnumerator()
PixelSensorStreamBuffers
public PixelSensorStreamBuffers(
PixelSensor sensor
)
Parameters
Type | Name | Description |
---|---|---|
PixelSensor | sensor |