SurfaceState
State of the surface
Parameter Info
Class | Category | Level | Type | Access |
---|---|---|---|---|
Surface | Surface Dynamics | ADJUST | Enumerated | Set and Get |
Num ID | String Identifier | C, C++ identifier |
---|---|---|
31 << 14 | SurfaceState | MC_SurfaceState |
Parameter Description
Get or set the current state of the surface.
Parameter Usage
TBDParameter Values
Enumeration: FREE, FILLING, FILLED, PROCESSING, RESERVED
MC_SurfaceState_FREE |
---|
Description The surface is able to receive image data from the grabber. |
MC_SurfaceState_FILLING |
---|
Description The surface is currently receiving or ready to receive image data from the grabber. |
MC_SurfaceState_FILLED |
---|
Description The surface has finished receiving image data from the grabber, and thus is ready for processing |
MC_SurfaceState_PROCESSING |
---|
Description The surface is being processed by the host processor. |
MC_SurfaceState_RESERVED |
---|
Description The surface is removed from the standard state transition. |