ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error

richard9999999999 opened this issue · comments

device/libcamera/buffer_list.cc: In function ‘int libcamera_buffer_list_open(buffer_list_t*)’:
device/libcamera/buffer_list.cc:103:21: error: ‘using element_type = class libcamera::CameraConfiguration’ {aka ‘class libcamera::CameraConfiguration’} has no member named ‘transform’
103 | configurations->transform |= libcamera::Transform::VFlip;
| ^~~~~~~~~
device/libcamera/buffer_list.cc:106:21: error: ‘using element_type = class libcamera::CameraConfiguration’ {aka ‘class libcamera::CameraConfiguration’} has no member named ‘transform’
106 | configurations->transform |= libcamera::Transform::HFlip;
| ^~~~~~~~~
device/libcamera/buffer_list.cc:108:26: error: ‘using element_type = class libcamera::CameraConfiguration’ {aka ‘class libcamera::CameraConfiguration’} has no member named ‘transform’
108 | if (!!(configurations->transform & libcamera::Transform::Transpose)) {
| ^~~~~~~~~
make: *** [Makefile:99: device/libcamera/buffer_list.o] Error 1

I am sorry, issue put into a wrong project..