device: allow to use dummy as a way to test streamer

This adds loopback tests via `tests/`
This commit is contained in:
Kamil Trzcinski
2023-02-21 22:13:42 +01:00
parent 2e9718fea7
commit c9600d1253
15 changed files with 182 additions and 13 deletions

View File

@ -12,7 +12,8 @@
typedef enum {
CAMERA_V4L2 = 0,
CAMERA_LIBCAMERA
CAMERA_LIBCAMERA,
CAMERA_DUMMY
} camera_type_t;
typedef struct camera_output_options_s {