0

I have set a streaming server on my raspberry pi to stream my camera over the network, i can stream the camera using a url like http://ipAddress:portNumber I want to build on that to make the Camera onvif compliant, how do I proceed? Thanks.

Mohammed Talat
  • 77
  • 2
  • 12

1 Answers1

1

You can do that using "rpos", though I have not tested with it.
The result found by "Turn your raspberry pi into an ONVIF IP camera"

There is one thing you need to know.
You should consider the device meet the "Profile S" for inter-operation with "Profile S" compatible ONVIF client(VMS/NVR).

The well-known ONVIF client is "ONVIF Device Manager", also known as ONVIFDM

agfe2
  • 492
  • 7
  • 15
  • thank you for pointing this out, this fulfills my need for the raspberry pi, however i was looking for some implementation details with regarding the usee of gsoap and implementing ONVIF client and server. – Mohammed Talat Jul 06 '17 at 09:27