From 5e3bdbe2f6f1d1a64b00af4c0ad5a9e83d9a0857 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Tue, 16 Apr 2024 18:41:51 +0100 Subject: [PATCH] how to install droidcam on jetson nano --- computery_stuff/jetson_nano.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 computery_stuff/jetson_nano.md diff --git a/computery_stuff/jetson_nano.md b/computery_stuff/jetson_nano.md new file mode 100755 index 0000000..e9633b5 --- /dev/null +++ b/computery_stuff/jetson_nano.md @@ -0,0 +1,17 @@ +--- +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`))