Astra SDK  v2.1.3
函数
masked color stream apis

函数

ASTRA_API_EX astra_status_t astra_reader_get_maskedcolorstream (astra_reader_t reader, astra_maskedcolorstream_t *maskedcolorStream)
 
ASTRA_API_EX astra_status_t astra_maskedcolorstream_is_available (astra_maskedcolorstream_t maskedcolorStream, bool *isAvailable)
 
ASTRA_API_EX astra_status_t astra_frame_get_maskedcolorframe (astra_reader_frame_t readerFrame, astra_maskedcolorframe_t *maskedcolorFrame)
 
ASTRA_API_EX astra_status_t astra_frame_get_maskedcolorframe_with_subtype (astra_reader_frame_t readerFrame, astra_stream_subtype_t subtype, astra_maskedcolorframe_t *maskedcolorFrame)
 
ASTRA_API_EX astra_status_t astra_maskedcolorframe_get_data_byte_length (astra_maskedcolorframe_t maskedcolorFrame, uint32_t *byteLength)
 
ASTRA_API_EX astra_status_t astra_maskedcolorframe_get_data_ptr (astra_maskedcolorframe_t maskedcolorFrame, astra_rgba_pixel_t **data, uint32_t *byteLength)
 
ASTRA_API_EX astra_status_t astra_maskedcolorframe_copy_data (astra_maskedcolorframe_t maskedcolorFrame, astra_rgba_pixel_t *data)
 
ASTRA_API_EX astra_status_t astra_maskedcolorframe_get_metadata (astra_maskedcolorframe_t maskedcolorFrame, astra_image_metadata_t *metadata)
 
ASTRA_API_EX astra_status_t astra_maskedcolorframe_get_frameindex (astra_maskedcolorframe_t maskedcolorFrame, astra_frame_index_t *index)
 

详细描述