This app allows to steer PTZ cameras with controllers like gamepads and joysticks.
- PTZ cameras:
- Panasonic AW-UN14
- Panasonic AW-UE150
- Panasonic AK-UB300
- Panasonic AW-HR140
- Panasonic AW-UE70
- Panasonic AW-HE40
- Panasonic AW-HE42
- Panasonic AW-HE50
- Panasonic AW-HE60
- Panasonic AW-HE120
- Panasonic AW-HE130
- Gamepads
- XBOX Wireless Gamepad
- Install SDL2 as described in the Readme of SDL2 package
For Linux Ubuntu:
sudo apt install -y build-essential cmake libsdl2-dev- Copy the
config/default.demo.tsfile and rename it toconfig/default.ts. - Edit your
config/default.tsfile according to the demo file and your configuration. - Install xone as described here
- Install dependencies with
npm install
- Start application
npm run start