You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find document for the onvif-nvt package here
This is a good project for anyone interested in programming ONVIF-compliant cameras. However, in an unconventional way, the server code was written into the build/script.dev.js because it was quick and dirty. The application uses sockets to communicate ONVIF commands with the client.
This sample application will not do much if you do not have any ONVIF-compliant cameras on your network. If you don't know if you have an ONVIF-compliant camera, you can verify it here. Occassionally, some cameras need a firmware upgrade to support ONVIF (depending on age), in which case, refer to your camera manufacturer's website and support information for your particular camera.
Installation and Running
To install, run npm install.
If you have an ONVIF-compliant camera, you can start the app with npm run dev. A web browser at port 8080 will automatically be started.
Operations Supported
Discovery
Device Information
Snapshot
Pan / Tilt / Zoom (PTZ)
GotoHomePosition / SetHomePosition
GotoPreset / SetPreset / RemovePreset
Discovery
Cameras
Connect
Snapshot
Device Information
Add Preset
Remove Preset
Goto Preset
Set Home Position
About
Sample onvif-nvt application using Profile S (PTZ), Sockets, Vue and Quasar.