How do I turn on and off auto-cycle via HTML? (NOT UI3!!)

Joined
Sep 30, 2020
Messages
15
Reaction score
2
Location
NJ, USA
I have an install where the BI computer is in a rack, and feeds a distribution amp with its HDMI out. The idea is so the customer can view his cameras on the house TVs, and control them with the same RTI system that controls the video distribution. I'm using an authenticated HTTP driver on the RTI, and send the following commands to go fullscreen on the HDMI out to the TVs (using PTZ1 for my example, there are 5 of them):

/admin?camera=PTZ1&fullscreen=1
/admin?camera=PTZ1&solo=1

This works perfectly, and the customer can then use his remote to operate the PTZ controls with /admin?camera=PTZ1&ptz=(x).

Here's where it fell apart for me. He then asked me to make a button to have the cameras cycle, and then stop cycling again when one is explicitly selected. I got the cycling to work by putting the following command s in:

/admin?camera=PTZ1&fullscreen=1
/admin?camera=PTZ1&autocycle=1

But I can't make it stop. I tried /admin?camera=PTZ1&autocycle=0, but not only did it not stop cycling, when I went back into the server, that camera showed the autocycle button still checked off. I had to go out of fullscreen, then uncheck it. So, for the time being, I just deleted the cycle button on his remote.

I'm sure it's something I am missing about how autocycle works. I'm either putting it in the mode incorrectly, or missing something to get it out, and would appreciate any ideas on it. Also, on a related note, there is another "camera" on the system which is really just the IP output of an old Dahua DVR which I'll slowly be phasing out as the cameras die (there re 15 of them, so it will be a while). I do not want this one included in my cycle, and am not sure how to exclude it.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,673
Reaction score
14,017
Location
USA
I haven't ever tried that but based on the BI help file, autocycle=0 is supposed to make it stop. If it doesn't work, it is probably a bug. Send a message to Blue Iris support.
 
Top