How fast can you send ^RMF and ^RFR?
the8thst
Posts: 470
I am tasked with integrating a Ganz Security DVR and getting the camera feeds onto a couple of wireless panels.
The unit uses a CGI interface to update the web browser with a new JPG file for every image refresh and I am wondering how much I am going to bog down the AMX system by sending ^RMF and ^RFR commands to the touch panels for every frame change.
It looks like the existing web interface is requesting a new image about every second, so it might not be too bad.
The response from the CGI interface is simply: "&filepath=../jpeg/ch00_1303746148_748383.jpg" so parsing won't be hard at all.
Should I go forward with writing a module to handle this for me or should I work on getting the salesperson to get some more money so we can use a better DVR with an actual image stream (MJPG or H.264)?
The unit uses a CGI interface to update the web browser with a new JPG file for every image refresh and I am wondering how much I am going to bog down the AMX system by sending ^RMF and ^RFR commands to the touch panels for every frame change.
It looks like the existing web interface is requesting a new image about every second, so it might not be too bad.
The response from the CGI interface is simply: "&filepath=../jpeg/ch00_1303746148_748383.jpg" so parsing won't be hard at all.
Should I go forward with writing a module to handle this for me or should I work on getting the salesperson to get some more money so we can use a better DVR with an actual image stream (MJPG or H.264)?
0
Comments
Paul
Your device may not allow this. Find out by putting the cgi url in a browser. If it shows the motion without loading any activex or java, the panel probably can show it too.