Bash code to get a list of cameras from Blue Iris

Joined
Jun 23, 2019
Messages
4
Reaction score
0
Location
NA
Couldn't find this anywhere so wrote it myself.

Bash script to login to Blue Iris via JSON and print a list of cameras.

Note that my Blue Iris installation uses HTTPS so you will need to change it to http and set the port from 443 to 80 (if not using https). Also I've enabled no SSL certificate check in the curl command.

Code is missing because I've had to contact an admin because the forum wont let me post it for some reason.
 
Last edited:
Top