arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
CameraFrameSourceESP32.h File Reference
#include "AudioTools/Video/Video.h"
#include "esp_camera.h"

Go to the source code of this file.

Classes

class  CameraFrameSource
 VideoFrameSource that pulls frames from the ESP32 camera (esp_camera.h, the Arduino-ESP32 "esp32-camera" component) - nextFrame() returns esp_camera_fb_get()'s buffer, releasing the previous frame (esp_camera_fb_return()) first; as with any VideoFrameSource, the returned pointer is only valid until the next nextFrame() call. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Typedefs

using CameraFrameSource = CameraFrameSourceESP32