![]() |
PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
|
GitHub |
Data structure of camera frame buffer. More...
#include <pico_camera.h>
Data Fields | |
| uint8_t * | buf |
| size_t | len |
| size_t | width |
| size_t | height |
| pixformat_t | format |
| struct timeval | timestamp |
Data structure of camera frame buffer.