-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetStatus fails due to unsupported zoom #103
Comments
Have you implemented a workaround that you want to merge into the main project? |
Hi Roger (@RogerHardiman ), To be honest I got the impression that this project wasn't actively maintained anymore, so I stopped my developments to integrate this node into the Node-RED IOT framework. But if you are still interested, I can resume my work next year and create a pull request. Hope to hear from you again soon! |
You are right that there is not much going on with the library right now. I use use the library in my "ONVIF Audit" tool which scans the network and take a JPEG snapshot from each camera and I did have to make some changes this morning to fix an issue with a HikVision camera. So when you are ready we can have a look at the Panasonic camera. Thanks |
Ok Roger, |
great. |
Hi |
Hi Roger, |
Have just pushed commit ca10a0c which is the first fix for your Panasonic camera, it changes getSystemDateAndTime to try with authentication.
|
I have imported lodash into the project. Now I can use their _get command to safely check a path to item in an object is valid and insert a default value if is not valid. Anyway getStatus is now fixed and tested with a few cameras in the office. |
Dear,
I have a Panasonic VT-164 camera, which has limited PTZ support (pan and tilt are supported but not zoom).
When I call getStatus, I get an error: "Cannot read property '$' of undefined"
The full stack trace:
The response of getStatus is OK, however the error is caused by the res.position.zoom which is undefined:
Would appreciate if somebody could fix this.
Thanks in advance !!
Bart Butenaers
The text was updated successfully, but these errors were encountered: