Please Note: These instructions will install the latest development release, we would highly recommend you rather install the latest stable release which can be found here.
Below are the installation instructions for installing BOB, your friendly Object (bird, insect, bat, uap) detector, tracker and recorder The application uses Docker and Docker Compose to run, at present we are still in a very early release phase so this the install process is not polished at all. We will endeavour to improve this over time so please bear with us.
It is possible to run Bobcamera on Windows 10 or Windows 11 through WSL. Please refer to the Windows setup instructions to prep your machine before running the steps below.
- Ubuntu 24.04 has been tested
- Ubuntu 23.10 has been tested
- Ubuntu 22.04 has been tested
- Git
- Curl
sudo apt-get install git curl
git clone --recursive https://github.com/bobcamera/bobcamera.git
cd bobcamera
./setup.sh
- Only required if Docker has been installed during the setup script
sudo shutdown -r now
cd ~/bobcamera
- copy the ex_config_rtsp.yaml to a file of your on:
cp ex_config_rtsp.yaml my_rtsp_config.yaml
- open the yaml file with your prefeered text editor.
code my_rtsp_config.yaml
- update the camera uri in your yaml file in the camera node:
rtsp_uri: 'YOUR_RTSP_URI'
- set the source variable to be
source_type: 'RTSP_STREAM'
- copy the ex_config_rtsp.yaml to a file of your on:
cp ex_config_rtsp.yaml my_usb_config.yaml
- open the yaml file with your prefeered text editor.
code my_usb_config.yaml
- update the variables for the camera id in your yaml file:
camera_id: 0
- set the BOB_SOURCE environment variable to be
source_type: 'USB_CAMERA'
./run.sh <NAME_OF_YOUR_YAML_FILE>
8. Use your system browser and navigate to http://localhost:8080
- Edit the YAML file you use.
git pull origin main
cp ex_config.yaml my_config_file.yaml