Diferent way to trigger blue iris camera ?

Joined
Feb 26, 2016
Messages
23
Reaction score
0
Like to know the diferente way to trigger the camera

first you have blue iris motion detection

3 Global DIO input bits ?

4 camera digital input or motion

I am more interesting about camera digital input or DIO input bits

is somebody can explain and give some reference of good working materiel with blue iris

Thank you
 

mikeduncan

n3wb
Joined
May 18, 2016
Messages
22
Reaction score
18
I trigger cameras from a script I wrote like this:

wget -O - -q -t 1 "http://127.0.0.1:81/admin?camera=camerashortname&trigger&user=username&pw=password"

You can download wget for windows to do this from a command line in a batch file. I don't know if this is what you're looking for but it's different :)

Change:

127.0.0.1:81 to Blue Iris system IP and port

username to your username
password to your password
camerashortname to the short name of the camera you want to trigger

Also take out the space between username and &, don't know why it is displaying this way on the forum.
 
Top