Having pulled the latest from jetson-inference, and installed qtbase5-dev, I am getting a compilation error for gstCamera.cpp:396:13: error: ‘class Event’ has no member named ‘Wake’; did you mean ‘Wait’?
mWaitEvent.Wake();
Having pulled the latest from jetson-inference, and installed qtbase5-dev, I am getting a compilation error for gstCamera.cpp:396:13: error: ‘class Event’ has no member named ‘Wake’; did you mean ‘Wait’?
mWaitEvent.Wake();
Hi robotmad, it seems like your jetson-utils submodule wasn’t updated when you pulled the latest. Can you try this:
$ cd jetson-inference/utils
$ git pull origin master
Then try building again. If that doesn’t work, you probably will want to re-clone the repo.