JetsonHacksNano / CSI-Camera

Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Developer Kit
Other
818 stars 287 forks source link

face_detect.py requires libcamberra-gtk-module #6

Closed commento closed 5 years ago

commento commented 5 years ago

this is just to report the error I had here.

error: Failed to load module "canberra-gtk-module"

issue solved installing: sudo apt-get install libcanberra-gtk-module

commento commented 5 years ago

issue solved installing: sudo apt-get install libcanberra-gtk-module