User Activity

  • Posted a comment on discussion Open Discussion on ODM

    Hi, I have implemented the code to take a snapshot from the ONVIF camera using ONVIF Device Manger DLL. private static void Snapshot(string[] parameter, string imgfilename) { string camera_ip = "http://" + parameter[0] + "/onvif/device_service"; Uri Camuri = new Uri(camera_ip); System.Net.NetworkCredential account = new System.Net.NetworkCredential(parameter[1], parameter[2]); NvtSessionFactory sessionFactory = new NvtSessionFactory(account); INvtSession session = sessionFactory.CreateSession(Camuri);...

  • Posted a comment on discussion Help on ODM

    I have implemented the code to take a snapshot from the ONVIF camera using ONVIF Device Manger DLL. private static void Snapshot(string[] parameter, string imgfilename) { string camera_ip = "http://" + parameter[0] + "/onvif/device_service"; Uri Camuri = new Uri(camera_ip); System.Net.NetworkCredential account = new System.Net.NetworkCredential(parameter[1], parameter[2]); NvtSessionFactory sessionFactory = new NvtSessionFactory(account); INvtSession session = sessionFactory.CreateSession(Camuri);...

View All

Personal Data

Username:
uchan
Joined:
2020-07-21 04:46:22

Projects

  • No projects to display.

Personal Tools