|
arduino-audio-tools
|
#include "AudioTools/Video/Video.h"#include <opencv2/core/core.hpp>#include <opencv2/videoio/videoio.hpp>#include <opencv2/imgcodecs/imgcodecs.hpp>#include <vector>Go to the source code of this file.
Classes | |
| class | CameraFrameSourceOpenCV |
| VideoFrameSource that pulls frames from an OpenCV cv::VideoCapture (e.g. a USB/CSI webcam via V4L2 on Linux/Raspberry Pi, or any other OpenCV-supported backend) - the desktop/Linux counterpart to CameraFrameSource, which targets the ESP32 esp_camera.h driver instead. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |