KKMoon 805 Questions

I’ve just got a new KKMoon 805 IP Camera through.
So far i’m impressed for ?25.

I’ve finally got it added in Vera using the standard UI7 interface, and http://IPAddress/snapshot/image0.jpg
Using that, i then added the camera through Homewave successfully.

It’s not the best quality, but it works.

How can i get PTZ to work? Also, is it possible to get the motion detection in vera for this camera?
There’s nothing in the Vera settings that i can see.

Thank you.

You could give a go with the KKMoon SD13W implemention file I posted to [url=http://forum.micasaverde.com/index.php/topic,39068.0.html]http://forum.micasaverde.com/index.php/topic,39068.0.html[/url] to get the PTZ working.

Upload the I_KKMoon_HD.xml to Vera via Apps->Develop apps->Luup files

Set it as implementation file for the KKMoon camera
Cameras->Amcrest->Advanced Settings->Extra Parameters->impl_file

Given that even the 805’s snapshot URL is different from the SD13W’s, I’m doubtful if the PTZ CGI-interface is the same and thus that implementation file may not help,
but it might still worth the shot.

I had to reverse engineer the CGI-interface for the SD13W myself.

I had Wireshark network analyzer running and captured all HTTP traffic that was send to the SD13W when I used the PTZ controls in the KKMoon web interface.
Then I just coded the appropriate URLs I saw in the capture to the luup.inet.wget calls in the implementation file.

Making a implementation file is a much easier task when the manufacturer provides the CGI-interface specification documentation like Amcrest does and no network analysis is needed to reverse engineer the interface.