Astra SDK  v2.1.3
函数
colorized body stream apis

函数

ASTRA_API_EX astra_status_t astra_reader_get_colorizedbodystream (astra_reader_t reader, astra_colorizedbodystream_t *colorizedbodyStream)
 
ASTRA_API_EX astra_status_t astra_colorizedbodystream_is_available (astra_colorizedbodystream_t colorizedbodyStream, bool *isAvailable)
 
ASTRA_API_EX astra_status_t astra_frame_get_colorizedbodyframe (astra_reader_frame_t readerFrame, astra_colorizedbodyframe_t *colorizedbodyFrame)
 
ASTRA_API_EX astra_status_t astra_frame_get_colorizedbodyframe_with_subtype (astra_reader_frame_t readerFrame, astra_stream_subtype_t subtype, astra_colorizedbodyframe_t *colorizedbodyFrame)
 
ASTRA_API_EX astra_status_t astra_colorizedbodyframe_get_data_byte_length (astra_colorizedbodyframe_t colorizedbodyFrame, uint32_t *byteLength)
 
ASTRA_API_EX astra_status_t astra_colorizedbodyframe_get_data_ptr (astra_colorizedbodyframe_t colorizedbodyFrame, astra_rgba_pixel_t **data, uint32_t *byteLength)
 
ASTRA_API_EX astra_status_t astra_colorizedbodyframe_copy_data (astra_colorizedbodyframe_t colorizedbodyFrame, astra_rgba_pixel_t *data)
 
ASTRA_API_EX astra_status_t astra_colorizedbodyframe_get_metadata (astra_colorizedbodyframe_t colorizedbodyFrame, astra_image_metadata_t *metadata)
 
ASTRA_API_EX astra_status_t astra_colorizedbodyframe_get_frameindex (astra_colorizedbodyframe_t colorizedbodyFrame, astra_frame_index_t *index)
 

详细描述