ant-thomas / zsgx1hacks

Hacks for ZS-GX1 IP Camera and various Goke GK7102 based IP Cameras
369 stars 101 forks source link

Edit hack for custom pan/tilt? #101

Open techspy2000 opened 5 years ago

techspy2000 commented 5 years ago

Is it possible to edit any code of this before putting on the SD card that will allow a pan/tilt protocol from another camera to control the pan/tilt? As an example, the webui works with this camera. I can pan/tilt. However I am not able to find any compatible RTSP model in my app (IPCamViewer) that allows pan/tilt to work. There are several models that lets you specify the RTSP port and a separate data or http port, of which I assume one or the other is for pan/tilt comms, but none of them work with the pan/tilt using this hack. So if I identify the pan/tilt commands for one of the models in the app, how can I implement that into the code that goes on the SD card? Thanks

gd-99 commented 5 years ago

Not sure if my reply to #104 is any help to you?

techspy2000 commented 5 years ago

That worked! Thanks!