JobeeVideo

Video monitoring

We now have temperature monitoring, it is nice, you can interpret the datas.

If you think that a fall of top temperature, follow by an increase of entry temperature means that bees prepare to swarm, it could be interesting to have confirmation with an image.

Warré entry timelapse playlist

IP camera

I decide to get an IP camera, they need network and a bit of power, no USB driver, it should be simpler.

I have found a 30€ IP camera: Wanscam JW0008 and a HW0043

Scanning network to find the camera

nmap -sn 192.168.0.0/24

Wanscam JW0008

Disable green led

192.168.0.19 is the IP address of the camera.

There is a green led blinking all the time, you can switch off the led with an http query :

http://192.168.0.19/set_misc.cgi?led_mode=2&loginuse=admin&loginpas=&

in this example, I have configure the camera to listen to port 80 so that I need not specify the default 99 port.

http://192.168.0.19:99/set_misc.cgi?led_mode=2&loginuse=admin&loginpas=&

The default login is admin, with empty password

Get a snapshot

http://192.168.0.19/snapshot.cgi?&loginuse=admin&loginpas=&

Open video in VLC

http://192.168.0.19/videostream.cgi&loginuse=admin&loginpas=

Wanscam HW0043

Different IP ... 192.168.0.20

URL parameters can be found at http://wiki.instar.de/index.php/HD_Kamera_CGI_Liste

Fetch picture

http://admin:admin@192.168.0.20/tmpfs/snap.jpg

http://admin:admin@192.168.0.20/tmpfs/auto.jpg

Get configuration

http://admin:admin@192.168.0.20/web/cgi-bin/hi3510/param.cgi?cmd=getimageattr&cmd=getsetupflag&cmd=getimagemaxsize&cmd=getaudioflag&cmd=getserverinfo&cmd=getvideoattr&cmd=getircutattr&cmd=getinfrared

Video with VLC

rtsp://192.168.0.20/11

DIsable IR led

http://admin:admin@192.168.0.20/cgi-bin/hi3510/param.cgi?cmd=setinfrared&-infraredstat=close

Disable overlay attributes

http://192.168.0.20/cgi-bin/hi3510/param.cgi?cmd=setoverlayattr&-region=0&-show=0