camera-control-webcam-switc.../CameraControl.sh

9 lines
368 B
Bash
Executable File

#!/bin/bash
#Please uncomment, the one you need and comment the one you do not need
#If Sudo Password is 123456789 and want it to be stored here
#/opt/CameraControl/cameracontrol.bin -'123456789' >/dev/null
#If Sudo Password is providen directly ./CameraControlStart.sh -'123456789' as a an external bash command
/opt/CameraControl/cameracontrol.bin "$1" >/dev/null