ONVIFCamera
This library have been developped to ease the connection of an iOS device to an ONVIF Camera.
With this library you are able to get the informations from a camera, the different media profiles available and retrieve the stream URI to play it.
I wrote an article explaining how to use this code and how to create an ONVIF app, you can read it here, on Hackernoon.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first, or run pod try ONVIFCamera
in your terminal.
Requirements
To use this project on an iOS device (real device, not a simulator) you need a SOAPEngine
licence key.
To get one, ask us during the hackaton.
Installation
ONVIFCamera is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ONVIFCamera'
Author
Rémy Virin, [email protected]
License
ONVIFCamera is available under the MIT license. See the LICENSE file for more info.