Hi,
I have an apexis J902 PTZ camera. It is a nice little dome camera with X,Y Pan tilt and an optical zoom.
I'm ruining xeoma 18.11.21 on ubuntu 16 as server.
The camera is recognized automatically by xeoma but not all the ptz functionality.
I can Pan and tilt form the xeoma preview but the zoom button have no effect(even if they are displayed on the ptz window) and i have no access to the preset positions.
I have reversed engineered all the url to use the ptz functionality and made a small interface with node-red to control the camera for ptz and preset recall and store.
It is not really convenient to operate the camera with the preview in xeoma and the ptz control from node-red ui.
Would it be possible to add a url button on the preview like the url module that allow me to link it to the camera control url?
Would it be possible to modify the existing ptz windows to have the zoom button working?
Below are the url that i'm using to control the camera:
apexis control
<USERNAME>:<PASSWORD>@<IP_ADDRESS_OF_CAMERA>:<PORT>
Presets must be translated into values internal to the camera
#Those values are: 30,32,34 ... 88,90,92 for presets 1-32 respectively
decoder_control.cgi?command=25 (home)
decoder_control.cgi?command=20 (patrol)
decoder_control.cgi?command=21 (patrol stop)
decoder_control.cgi?command=18 (zoom in)
decoder_control.cgi?command=16 (zoom out)
Thanks in advance for any help
Marco