Reputation: 35
Setting up user queue system with vapix 3 api. Axis ip camera
trying to set up a basic camera API with user queuing system. Can not seem to get it to work. Any help would be appreciated.
Tried different HTTP calls to do the queuing system still cant get it to work.
<img style="-webkit-user-select: none;" src="https://172.16.253.235/axis-cgi/mjpg/video.cgi?BoaProtPTZOperator=timeslive2018">
<div class="invisipulldwn"> <iframe src="iframeControlButtons" class="iframeControlButtons" id="MyFrame"></iframe>
<select id="IsolatedFrame4Queue">
<option value="http://172.16.253.235/axis-cgi/com/ptzqueue.cgi?CtlQueuing=true&control=request&camera=1&UseCookie=yes"></option>
</select> </div><!-- END:Invisipulldown -->
<button onClick="window.location.href='http://172.16.253.235/axis-cgi/com/ptzqueue.cgi?CtlQueuing=true&control=drop&camera=1&UseCookie=yes">Request Control</button>
<div style="padding-bottom:10px;">
<form>
<INPUT TYPE="BUTTON" VALUE="CNTRL-Release" ONCLICK="window.location.href='http://172.16.253.235/axis-cgi/com/ptzqueue.cgi?CtlQueuing=true&control=drop&camera=1&UseCookie=yes'">
</form>
Upvotes: 0
Views: 347