[SOLVED] Can't control my wanscam camera
Posted: Fri Jul 26, 2013 12:15 pm
Hey,
I've followed the instructions on Wanscam_FR4020A2_PT to get my wanscam camera running.
My capturing, viewing and so on is working fine.
But i can't get the control working.
When i click on a flash (fe right), i see that my logs are nicely filled:
So the interconnection between zoneminder(server) and the camera works...
But the camera isn't moving.
Any idea what's going on? Or what i can try else?
Is there a way to see what exact command the server is sending out?
I've followed the instructions on Wanscam_FR4020A2_PT to get my wanscam camera running.
My capturing, viewing and so on is working fine.
But i can't get the control working.
When i click on a flash (fe right), i see that my logs are nicely filled:
And this happens also when i run it by console:/tmp/zm/zm_debug.log.25099 wrote:07/26/13 13:40:33.705642 zmcontrol[25101].DBG [Move Right]
07/26/13 13:40:33.708192 zmcontrol[25101].DBG [Tx[2]]
07/26/13 13:40:33.897332 zmcontrol[25101].DBG [Move Right]
07/26/13 13:40:33.897627 zmcontrol[25101].DBG [Tx[2]]
07/26/13 13:50:49.461308 zmcontrol[25101].DBG [Move Right]
07/26/13 13:50:49.461648 zmcontrol[25101].DBG [Tx[2]]
07/26/13 13:50:49.830394 zmcontrol[25101].DBG [Move Right]
07/26/13 13:50:49.830811 zmcontrol[25101].DBG [Tx[2]]
Code: Select all
zmcontrol.pl --id 1 --command=moveConDown
When i run the movement directly from console/camera, it works:/tmp/zm/zm_debug.log.25099 wrote:07/26/13 14:08:29.912124 zmcontrol[25101].DBG [Move Down]
07/26/13 14:08:29.912435 zmcontrol[25101].DBG [Tx[2]]
07/26/13 14:08:30.617810 zmcontrol[25101].DBG [Move Down]
07/26/13 14:08:30.618089 zmcontrol[25101].DBG [Tx[2]]
Code: Select all
curl "http ://192.168.2.10/decoder_control.cgi?command=0&onestep=1&user=admin&pwd=passwd"
But the camera isn't moving.
Any idea what's going on? Or what i can try else?
Is there a way to see what exact command the server is sending out?