797 B
Executable File
797 B
Executable File
author, date, title, tags, uuid
| author | date | title | tags | uuid | ||||
|---|---|---|---|---|---|---|---|---|
| Akbar Rahman | \today | Jetson Nano |
|
f312451a-2cd4-468a-9eef-ca9859c7cd1e |
installing Droidcam
figured out with help from https://hizzely.hashnode.dev/instalasi-droidcam-cli-di-jetson-nano 🙏
- build and install libjpeg-turbo version 2.1.2 from github (cmake, make, make install)
- build droidcam (2.1.3 confirmed working) from source (make) and install (./install-client) (may need to set
PKG_CONFIG_PATHenvironment varible to whatever libjpeg turbo installed at (for me,/opt/libjpeg-turbo/lib64/pkgconfig)) - install v4l2loopback-dkms with apt
- run droidcam (you may need to set
LD_LIBRARY_PATHenvironment variable to wherever libjpeg-turbo installed to (for me,/opt/libjpeg-turbo/lib64))