Onvif - trying to understand how it works

前端 未结 2 406
忘掉有多难
忘掉有多难 2021-02-04 18:52

First of all, I have no experience in working with ONVIF at all. I got myself a scholarship at a company and was asked to work with it (to control some cameras and get photos fr

相关标签:
2条回答
  • 2021-02-04 19:16

    A good approach is to study existing code from open source projects. A few of them can be found from an ONVIF challenge top 10 list. Also from the top 7 ONVIF open source projects. Especially it looks the following ones should be a good starting points:

    • An ONVIF Service Server - onvif_srvd which runs on a linux machine so that your RTSP cameras will be discoverable by other ONVIF tools or clients.
    • An ONVIF server for PI that turns a webcam into an IP Camera.
    • An ONVIF client with GUI built-in.
    0 讨论(0)
  • 2021-02-04 19:32

    So, you have to start with gSOAP.

    Pelco has a guide to get started with gSOAP, it is for windows but it is valid for Linux as well. As you start learning gSOAP, check the last FAQ of gSOAP about the namespaces.

    Finally, on the ONVIF website there's an Application Programmers Guide, which is old but still interesting. ONVIF has a forum for all people willing to learn the protocol. It does not require you to be member to access it, you can join it for free and check all the questions there.

    0 讨论(0)
提交回复
热议问题