Struct CameraInfo
Basic information of the camera module.
#include <ArducamCamera.h>
Public Attributes
| Type | Name |
|---|---|
| char * | cameraId |
| unsigned char | deviceAddress |
| unsigned long | exposureValueMax |
| unsigned int | exposureValueMin |
| unsigned int | gainValueMax |
| unsigned int | gainValueMin |
| unsigned char | supportFocus |
| int | supportResolution |
| unsigned char | supportSharpness |
| int | supportSpecialEffects |
Public Attributes Documentation
variable cameraId
char* CameraInfo::cameraId;
Model of camera module
variable deviceAddress
unsigned char CameraInfo::deviceAddress;
variable exposureValueMax
unsigned long CameraInfo::exposureValueMax;
Maximum exposure time supported by the camera module
variable exposureValueMin
unsigned int CameraInfo::exposureValueMin;
Minimum exposure time supported by the camera module
variable gainValueMax
unsigned int CameraInfo::gainValueMax;
Maximum gain supported by the camera module
variable gainValueMin
unsigned int CameraInfo::gainValueMin;
Minimum gain supported by the camera module
variable supportFocus
unsigned char CameraInfo::supportFocus;
Does the camera module support the focus function
variable supportResolution
int CameraInfo::supportResolution;
Resolution supported by the camera module
variable supportSharpness
unsigned char CameraInfo::supportSharpness;
Does the camera module support the sharpening function
variable supportSpecialEffects
int CameraInfo::supportSpecialEffects;
Special effects supported by the camera module
The documentation for this class was generated from the following file neuralSPOT/neuralspot/ns-camera/includes-api/ArducamCamera.h