Skip to content

Instantly share code, notes, and snippets.

@jaka
Created January 1, 2017 20:05
Show Gist options
  • Save jaka/eb45c2af2485518c52410e4e35605873 to your computer and use it in GitHub Desktop.
Save jaka/eb45c2af2485518c52410e4e35605873 to your computer and use it in GitHub Desktop.
from onvif import ONVIFCamera
mycam = ONVIFCamera('192.168.0.199', 80, 'admin', '12345', '/usr/local/wsdl')
media = mycam.create_media_service()
media.GetSnapshotUri()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment