notes/computery_stuff/jetson_nano.md

797 B
Executable File

author date title tags uuid
Akbar Rahman \today Jetson Nano
nvidia
jetson
jetson_nano
droidcam
f312451a-2cd4-468a-9eef-ca9859c7cd1e

installing Droidcam

figured out with help from https://hizzely.hashnode.dev/instalasi-droidcam-cli-di-jetson-nano 🙏

  1. build and install libjpeg-turbo version 2.1.2 from github (cmake, make, make install)
  2. 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))
  3. install v4l2loopback-dkms with apt
  4. run droidcam (you may need to set LD_LIBRARY_PATH environment variable to wherever libjpeg-turbo installed to (for me, /opt/libjpeg-turbo/lib64))