|
BlinkID C SDK version 5.16.0
|
#include <ImageOptions.h>
Public Member Functions | |
| MB_API void MB_CALL | imageOptionsDefaultInit (MBImageOptions *) |
| Populate MBImageOptions structure with default values. More... | |
Data Fields | |
| MBBool | returnRawImage |
| MBBool | returnEncodedImage |
| uint16_t | imageDpi |
Options for all images.
| MB_API void MB_CALL imageOptionsDefaultInit | ( | MBImageOptions * | ) |
Populate MBImageOptions structure with default values.
| uint16_t MBImageOptions::imageDpi |
The image DPI.
| MBBool MBImageOptions::returnEncodedImage |
If only encoded image is needed.
| MBBool MBImageOptions::returnRawImage |
If only raw image is needed.