--- author: Akbar Rahman date: \today title: Jetson Nano tags: [ nvidia, jetson, jetson_nano, droidcam ] uuid: f312451a-2cd4-468a-9eef-ca9859c7cd1e --- # installing Droidcam figured out with help from :pray: 0. build and install libjpeg-turbo version 2.1.2 from github (cmake, make, make install) 0. build droidcam (2.1.3 confirmed working) from source (make) and install (./install-client) (may need to set `PKG_CONFIG_PATH` environment varible to whatever libjpeg turbo installed at (for me, `/opt/libjpeg-turbo/lib64/pkgconfig`)) 0. install v4l2loopback-dkms with apt 0. run droidcam (you may need to set `LD_LIBRARY_PATH` environment variable to wherever libjpeg-turbo installed to (for me, `/opt/libjpeg-turbo/lib64`))