Hi. I’m Hyejin.
After I failed to detect car or pedestrian with driveworks-0.6, I just decided I use 0.6, because I expect that problem could be fixed.
So I tried reinstall driveworks-0.6 on Drive-PX2, so I checked most samples are run well except drivenetNcamera.
And I install some library for simple screen recorder, then I found the camera function of all sample programs cannot run anymore.
I installed these libraries.
nvidia@nvidia:~/ssr$ sudo apt-get install ffmpeg
nvidia@nvidia:~/ssr$ sudo apt-get install libavcodec-dev
nvidia@nvidia:~/ssr$ sudo apt-get install qtbase5-dev
sudo apt-get install build-essential pkg-config qt4-qmake libqt4-dev libavformat-dev
libavcodec-dev libavutil-dev libswscale-dev libasound2-dev libpulse-dev libjack-jackd2-dev
libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxfixes-dev libxext-dev libxi-dev
And here are the error messages from “sample_camera_gmsl”
Camera image with 1920x1208 at 30 FPS
nvmEglStProducerCreateCommon: Entered
NvMediaEglStreamWrapperInitializeEgl: Cannot find function NvEglApiGetAccess
nvmEglStProducerCreateCommon:Wrapper initialization failed
NvMediaEglStreamProducerCreate: Failed to Create Producer
StreamProducerNvMediaImage: could not create NvMedia Image stream producer!
Driveworks exception thrown: DW_CANNOT_CREATE_OBJECT: could not create NvMedia Image stream producer
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
ERROR postNvMedia: DW_INVALID_ARGUMENT
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
Driveworks exception thrown: DW_INVALID_ARGUMENT: Cannot cast handle, given instance is a nullptr
…
Even though I will reinstall Drive-PX2 again becausue I need recording test on this Monday,
I want some Expert let me know what was happened on my Drive-PX2 camera samples.