camera3_device Struct Reference

camera3_device Struct Reference

#include < camera3.h >

Data Fields

hw_device_t   common
 
camera3_device_ops_t ops
 
void *  priv
 

Detailed Description

Definition at line 3088 of file camera3.h .

Field Documentation

common.version must equal CAMERA_DEVICE_API_VERSION_3_0 to identify this device as implementing version 3.0 of the camera device HAL.

Performance requirements:

Camera open (common.module->common.methods->open) should return in 200ms, and must return in 500ms. Camera close (common.close) should return in 200ms, and must return in 500ms.

Definition at line 3100 of file camera3.h .

Definition at line 3101 of file camera3.h .

void* priv

Definition at line 3102 of file camera3.h .


The documentation for this struct was generated from the following file: