Library Frame Consumer not Found

Hello everybody,

I have installed the Tegra Multimedia API with sdkmanager and in the /usr/src/tegra_multimedia_api folder and there are multiple samples which are working fine. But if I want to create my own project, I get the following error

error : undefined reference to `EGLStream::FrameConsumer::create(Argus::OutputStream*, unsigned int, Argus::Status*)’

The Header-File “FrameConsumer.h” is in the folder argus/include/EGLStream, but I cant find the corresponding library.

Where do I find the implementation of “FrameConsumer”.

Best regrads,
Joshua

Hi,
There is sample code in

/usr/src/jetson_multimedia_api/argus/apps/camera/modules/tasks/StillCapture.cpp

Please take a look.