-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Help adding extra ONVIF services #1
Comments
I checked out your fork and started debugging in vscode, the first thing I noticed, after the "wsdl loaded" message, it doesn't output the message "Generating ***Service". (for the imaging service) |
The events service has the wrong binding type : |
Thanks for taking a look. Don't worry if you don't have time. I will not be doing events or imaging for a while. I don't have any CCTV software that uses imaging (eg focus/iris control) and have never looked into the events service so will be a while before I need them. |
I am trying as well generate some services like AccessControl. But I have similar problems as above. Had you had a chance to look how it is with other services. The WSDL files I am taking from ONVIF site seem to differ a bit from the one in your repo (device, media). |
Hi there
I need some help.
I have forked node-soap-generator and added the PTZ, Imaging and Events services to test-wsdl and a small script called go.sh which generates all the stubs.
The PTZ service works fine (and I'm using it in my fork of RPOS) but the imaging stub and the events stub are empty.
Could you help me figure it out please?
Thanks
The text was updated successfully, but these errors were encountered: