Panasonic BB-HCM531A video url?

chrisdias

Active Member
Hi -

I've got the Panasonic BB-HCM531A camera and I want to capture the video image, but i dont know what the URL is.

when i hit the camera, i get the web page that lets me see teh video, move the camera up/down/etc. it has top, single, buffered image, etc. across the top. The video is loaded in an activex control and i don't want to install the control.

i've seen applications that do this, but i just dont know the URL. I'm writing a .NET application for windows phone adn i want to have a page that just shows my camera when the doorbell rings.

any ideas?

thanks,
chris
 
Have you tried accessing the camera using Chrome or Firefox?

Thanks for the pointer - FF gave me the URL pretty easily!

For anyone interested, the mjpeg url for the Panasonic BB-HCM531A IPCam is:
http://<address>:<port>/nphMotionJpeg?Resolution=640x480

and the address for an image is:
http://<address>:<port>/SnapshotJPEG?Resolution=640×480

(obviously replace <address> and <port> with the appropriate url bits.

Chris
 
For anyone interested, the mjpeg url for the Panasonic BB-HCM531A IPCam is:
http://<address>:<port>/nphMotionJpeg?Resolution=640x480

and the address for an image is:
http://<address>:<port>/SnapshotJPEG?Resolution=640×480
FWIW, these work also with the earlier versions (HCM3xx) of this model.
 
Back
Top