You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have few problems with guide for pipeline handler writers. The code always ends up with many errors. In every stage of coding - in the test parts and in the final stage, when the code should already be complete. One of the most frequently occurring errors in the output is this:
../src/libcamera/pipeline/vivid/[vivid.cpp:63:40:](http://vivid.cpp:63:40/) error: invalid use of incomplete type ‘class libcamera::Camera::Private’
63 | class VividCameraData : public Camera::Private
| ^~~~~~~
In file included from ../include/libcamera/base/log.h:15,
from ../src/libcamera/pipeline/vivid/[vivid.cpp:1:](http://vivid.cpp:1/)
../include/libcamera/base/class.h:35:15: note: forward declaration of ‘class libcamera::Camera::Private’
35 | class Private; \
| ^~~~~~~
../include/libcamera/camera.h:116:9: note: in expansion of macro ‘LIBCAMERA_DECLARE_PRIVATE’
116 | LIBCAMERA_DECLARE_PRIVATE()
| ^~~~~~~~~~~~~~~~~~~~~~~~~
Any clue what could this mean and how can I make it work? Thank you.
The text was updated successfully, but these errors were encountered:
VeruGromnicova
changed the title
Pipeline handler writers guide - vivid pipeline handler
Pipeline handler writers guide - vivid pipeline handler not functional
Dec 14, 2023
Hello, I have few problems with guide for pipeline handler writers. The code always ends up with many errors. In every stage of coding - in the test parts and in the final stage, when the code should already be complete. One of the most frequently occurring errors in the output is this:
Any clue what could this mean and how can I make it work? Thank you.
The text was updated successfully, but these errors were encountered: