Allow to disable libcamera

This commit is contained in:
Kamil Trzcinski
2022-04-11 10:55:54 +02:00
parent aa0f7276bf
commit 9eeee04560
5 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#ifdef USE_LIBCAMERA
#include "libcamera.hh"
int libcamera_buffer_list_open(buffer_list_t *buf_list, unsigned width, unsigned height, unsigned format, unsigned bytesperline, int nbufs)
@ -104,3 +105,4 @@ int libcamera_buffer_list_set_stream(buffer_list_t *buf_list, bool do_on)
error:
return -1;
}
#endif // USE_LIBCAMERA