My custom home security web site has a Panasonic BL-C131 PTZ camera that I am attempting to control panning to several preset positions.
The camera feeds my web page from a HTML command of....
<img src="http://xxx.xxx.xxx.xxx//nphMotionJpeg?Resolution=640x480&Quality=Clarity" alt="PanCam" width="290" height="218" border="0" usemap="#Map" ismap="ismap" longdesc="http://xxx.xxx.xxx.xxx//nphMotionJpeg?Resolution=640x480&Quality=Clarity"/>
and the Image Map HTML code for the Preset1 hotspot is...
<area shape="rect" coords="0,185,80,217" href="http://192.168.1.31/nphControlCamera?Direction=Preset&PresetOperation=Move&Data=1" />
This moves the camera to the correct preset position when I click on the hot spot, BUT the camera image is then replaced with a blank pzt control window of...

I don't mind if that appears momentarily, but I can't restore the camera image without exiting the web page in a browser and then restarting it. That's not very practical.
How do I restore the camera view? (or better yet... eliminate the pop-up Move window)
I assume I need a...
http://192.168.1.31/nphMotionJpeg?Resolution=640x480&Quality=Clarity
command but stumped how to include it with the map "href=" sequence.
The camera feeds my web page from a HTML command of....
<img src="http://xxx.xxx.xxx.xxx//nphMotionJpeg?Resolution=640x480&Quality=Clarity" alt="PanCam" width="290" height="218" border="0" usemap="#Map" ismap="ismap" longdesc="http://xxx.xxx.xxx.xxx//nphMotionJpeg?Resolution=640x480&Quality=Clarity"/>
and the Image Map HTML code for the Preset1 hotspot is...
<area shape="rect" coords="0,185,80,217" href="http://192.168.1.31/nphControlCamera?Direction=Preset&PresetOperation=Move&Data=1" />
This moves the camera to the correct preset position when I click on the hot spot, BUT the camera image is then replaced with a blank pzt control window of...

I don't mind if that appears momentarily, but I can't restore the camera image without exiting the web page in a browser and then restarting it. That's not very practical.
How do I restore the camera view? (or better yet... eliminate the pop-up Move window)
I assume I need a...
http://192.168.1.31/nphMotionJpeg?Resolution=640x480&Quality=Clarity
command but stumped how to include it with the map "href=" sequence.
Last edited: