telmomarques / xiaomi-360-1080p-hacks

Hacks for the Xiaomi Mi 360 1080p camera (MJSXJ02CM).
761 stars 129 forks source link

Motor control usage documentation #75

Open cadavre opened 3 years ago

cadavre commented 3 years ago

I can see new hack for motor control. BTW there's no release for it available on Github...

But the question is – how to use it? :)

There's no info in README of this repo or dedicated repo.

uberkael commented 3 years ago

I'm also interested, I tried with some ONVIF control programs with no luck.

p2baron commented 2 years ago

A response to a very old issue but I was wondering the same. To get PTZ working with onvif follow the instructions from this repo and add those hacks to your sdcard. (motor_control and onvif_srvd folders)

mcarbonneaux commented 2 years ago

To get PTZ working with onvif follow the instructions from this repo and add those hacks to your sdcard. (motor_control and onvif_srvd folders)

why not indicate this in the readme ? or simply integrate it like in the mjsxj05cm-hacks ?

p2baron commented 1 year ago

And to do this from SSH you need to write to the event file

echo "tilt forward 10" >> /mnt/sdcard/hacks/motor_control/event echo "pan reverse 10" >> /mnt/sdcard/hacks/motor_control/event