Open Smart-Surgery-Eason opened 1 month ago
Thanks for the report @Smart-Surgery-Eason. Can you confirm that you are running on IGX iGPU? We have seen the same issue on AGX (Jetson) and will look into it.
@Smart-Surgery-Eason, I was investigating this issue and found that this might be related to a v4l2 issue. On your IGX, please run the following commands and then try running the florence-2-vision application again.
cd /usr/lib/aarch64-linux-gnu/
ls -l libv4l2.so.0.0.999999
sudo rm libv4l2.so.0.0.999999
sudo ln -s libv4l2.so.0.0.0.0 libv4l2.so.0.0.999999
Description
I tried to follow the tutorial, with the
florence-2-vision
example. Knowing that the full QT UI app is not yet supported for iGPU. But I need to use UI in my app, and I perfer PySide. So, I decide to give a try.I'm just wondering how to run the
florence-2-vision
example on IGX. Anyone tried it before?Hardware Discription
Steps to Reproduce
Step 1 - clone the repo
Step 2 - switch branch
Step 3 - modify code
Step 4 - build container
Step 5 - launch container
Step 6 - build application
Step 7 - launch application
Output
A GUI window pop up for seconds and the app crash, with log below: