Reads the next frame from the video stream into an <Image> object.
int32 ReadNextFrame( int32 p_eFormat, Image p_oDest, VideoFrameMetadata p_oMetaData )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_eFormat | The pixel format of the video. This must be a pixel format of one of the following supported video formats: YUV420P, NV12, YUYV, or YU12. This refers to the Image_Pixel_Format enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL for more information. |
| <Image> | p_oDest | A pointer to the <Image> object that stores the video frame. |
| <VideoFrameMetadata> | p_oMetaData | A pointer to the <VideoFrameMetadata> object that contains the correct metadata for the video stream. |
None published. Please look for an example in the Simdify Scripting Language code base.