Shell scripts that transform a single-board computer (SBC) running a Debian-based system into a USB-over-IP camera server.
- SBC running the latest version of a Debian or Ubuntu-based Linux distribution like DietPi system
On the SBC, run the following command (replace [device_id]
with the actual device ID, that can be obtained using the lsusb
command):
bash <(curl -sSL https://raw.githubusercontent.com/dmpop/usbip/main/install.sh) [device_id]
For example:
bash <(curl -sSL https://raw.githubusercontent.com/dmpop/usbip/main/install.sh) "04b0:042a"
The Linux Photography book provides detailed instructions on installing and using USBIP. Get your copy at Google Play Store or Gumroad.
Dmitri Popov dmpop@cameracode.coffee