Closed kevinsimper closed 5 years ago
Found the problem; it is because both pan and tilt is inside the same 8 bytes, and are controlled individually. Both values goes from -36000
to 36000
, so it doesn't work that well in node 8 either,
Here is the value when I only changed tilt
,
absolutePanTilt 92771293593600
Running this in node 10.0+ you get this error running the
test/default.js
It can be solved by installing and running with node 8:
nvm install 8
The regression is talked about here: https://github.com/nodejs/node/issues/21956
I sadly don't know what the correct value should be, luckily it is the
absolutePanTilt
which is not that useful :)