how to install droidcam on jetson nano
This commit is contained in:
parent
1e90d6c8a9
commit
5e3bdbe2f6
17
computery_stuff/jetson_nano.md
Executable file
17
computery_stuff/jetson_nano.md
Executable file
@ -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 <https://hizzely.hashnode.dev/instalasi-droidcam-cli-di-jetson-nano> :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`))
|
Loading…
Reference in New Issue
Block a user