gtxaspec / wz_mini_hacks

wz camera mods... make your camera better.
1.33k stars 114 forks source link

Setting DISABLE_MOTOR to true kills event detection recording on Pan V2 #657

Open daifukusensei opened 1 year ago

daifukusensei commented 1 year ago

Hello,

I'm running this on a Pan V2 with a script to auto-upload motion event recording to Google Drive. wz_mini_hacks makes this a breeze, so thank you!

An observation: annoyingly, I've noticed my camera doesn't always revert to the same position upon reboot, which is necessary in my environment. Setting DISABLE_MOTOR to true addresses this, but it also appears to kill event detection recording. With DISABLE_MOTOR set to true, no events are recorded by my camera-- reverting this to false immediately fixes it.

Any idea? Thanks again for this project!