BreeeZe / rpos

Raspberry Pi Onvif Server
http://breeeze.github.io/rpos
MIT License
643 stars 146 forks source link

console.log("Continuous PTZ "+ data.pan in PTZDriver.ts #115

Closed rjsdotorg closed 2 years ago

rjsdotorg commented 2 years ago

I've had a maddening time today: Line 218: console.log("Continuous PTZ "+ data.pan ... writes to the terminal with every PTZ request. However, I've tried modifying the line of code Line 218: console.log("Continuous PTZ CMD recv"+ data.pan ... in /home/pi/rpos/lib, and it does not change the terminal output (even rebooted as well). Is there a cached version or some such? What am I missing? I even did a search for all files with that string on disk.

I have a nice new Sparkfun Stepper driver version of pantilt.py I'd like to test, and nothing changes...

rjsdotorg commented 2 years ago

Upon further investigation, there is a PTZDriver.js which is what actually is run. I'll add this to the other issue thread.