device: allow to use dummy as a way to test streamer
This adds loopback tests via `tests/`
This commit is contained in:
@ -12,7 +12,8 @@
|
||||
|
||||
typedef enum {
|
||||
CAMERA_V4L2 = 0,
|
||||
CAMERA_LIBCAMERA
|
||||
CAMERA_LIBCAMERA,
|
||||
CAMERA_DUMMY
|
||||
} camera_type_t;
|
||||
|
||||
typedef struct camera_output_options_s {
|
||||
|
Reference in New Issue
Block a user