camera3_stream_configuration 結構參考
camera3_stream_configuration 結構體參考資料
#include <
camera3.h
>
資料欄位 |
|
uint32_t | num_streams |
camera3_stream_t ** | 串流 |
uint32_t | operation_mode |
詳細說明
camera3_stream_configuration_t:
由 configure_streams() 使用的串流定義結構。這個結構定義了目前相機用途的所有輸出串流和重新處理輸入串流。
欄位說明文件
uint32_t operation_mode |
>= CAMERA_DEVICE_API_VERSION_3_3:
此設定中串流的作業模式,為 camera3_stream_configuration_mode_t 中定義的其中一個值。HAL 可使用這個模式做為指標,適當設定串流屬性 (例如 camera3_stream->max_buffers)。舉例來說,如果設定為 CAMERA3_STREAM_CONFIGURATION_CONSTRAINED_HIGH_SPEED_MODE,HAL 可能會為批次模式作業預留更多緩衝區 (請參閱 android.control.availableHighSpeedVideoConfigurations 瞭解批次模式定義)。
camera3_stream_t ** 串流 |
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ camera3.h