/usbip

Turn Raspberry Pi into a USB/IP camera server

Primary LanguageShellGNU General Public License v3.0GPL-3.0

USBIP

Shell scripts that transform a single-board computer (SBC) running a Debian-based system into a USB-over-IP camera server.

Requirements

  • SBC running the latest version of a Debian or Ubuntu-based Linux distribution like DietPi system

Installation

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.

Author

Dmitri Popov dmpop@cameracode.coffee

License

The GNU General Public License version 3