camera3_notify_msg 結構體參考資料

camera3_notify_msg 結構體參考資料

#include < camera3.h >

資料欄位

int  type
 
union {
    camera3_error_msg_t     error
 
    camera3_shutter_msg_t     shutter
 
   uint8_t    通用 [32]
 
訊息
 

詳細說明

camera3_notify_msg_t:

傳送至 camera3_callback_ops_t.notify() 的訊息結構

定義位於檔案 camera3.h 2027 行。

欄位說明文件

錯誤訊息內容。如果 type 為 CAMERA3_MSG_ERROR,則有效

定義位於檔案 camera3.h 2038 行。

uint8_t generic[32]

一般訊息內容。用於確保自訂訊息類型的最小大小。

定義位於檔案 camera3.h 的第 2049 行。

union { ... } message

快門訊息內容。如果 type 為 CAMERA3_MSG_SHUTTER,則有效

定義位於檔案 camera3.h 的第 2043 行

int 類型

訊息類型。使用 camera3_notify_msg_type 或私人擴充功能。

定義位於檔案 camera3.h 2032 行。


這個結構體的說明文件是由下列檔案產生: