Roger Hardiman
Roger Hardiman
in the file ./lib/PTZDriver.ts is a block of code the Pan/Tilt/Zoom actions for each supported PTZ device. Looks like you have found it The data passed into this function is...
You mentioned they were stepper motors. I was thinking it was GPIO On or Off to start and stop the motor. But you are probably wanting to output a pulses...
RTSPServer set to 0 is fine. I use that method myself when I don't want to use mpromonet or gstreamer RTSP servers. What I'd done a few years back was...
When you installed RPOS you would have followed a step to 'compile' .ts (typescript) into .js (javascript). When you modify the .ts files, you need to recompile rpos.
I don't have a Pi Zero so don't know what issues it may have. There are issues with the lastest Raspberry Pi OS releases and camera drivers and last time...
the background ffmpeg makes a connection to the local RTSP server, so if the RTSP server has failed (eg NO SIGNAL in Onvif Device Manager) then the ffmpeg will timeout...
Looks like the gstreamer RTSP server fails when there are multiple RTSP connections. When video software asks for a JPEG thumbnail, we start a local copy of ffmpeg to connect...
When you add the camera, make sure you select ONVIF and BASIC mode (not Full Mode) Genetec use some parts of the ONVIF spec - (creation of Profile Tokens) that...
which version of genetec are you using.
I'll check what version i have. But I just noticed your first post said RPOS 2.0.6 the package.json file reminded me we want to 2.1.0 about 6 months ago and...