roleoroleo / sonoff-hack

Custom firmware for Sonoff GK-200MP2B camera
GNU General Public License v3.0
200 stars 45 forks source link

PTZ not working on 0.1.4 #122

Closed IAmTheMilkManMyMilkIsDelicious closed 1 year ago

IAmTheMilkManMyMilkIsDelicious commented 1 year ago
Firmware Version 0.1.4
Base Version V2524.1.245build20191030
Model GK-200MP2B

Since upgrading from 0.1.2 to 0.1.4 the ptz doesn't function, specifically the web ui ptz, I don't use ONVIF. Clicking the button in the UI doesn't make the camera move but sends a get request that returns:

{
    "error":"false"
}

I ssh-ed into the device and manually ran the ptz command and it fails there. Never seen this error before, nothing on the internet about it, hopefully someone here has seen it.

$ ptz -a right
ptz: can't resolve symbol 'hw_ptz_sendptz'

Thanks

roleoroleo commented 1 year ago

Check here: https://github.com/roleoroleo/sonoff-hack/issues/93#issuecomment-1351560793

IAmTheMilkManMyMilkIsDelicious commented 1 year ago

Awesome that cp command fixed it thanks, I didn't think the issue affected the GK-200MP2B