Skip to content

Pod and example on how to connect to an ONVIF camera

License

Notifications You must be signed in to change notification settings

digiquitous2023/ONVIFCamera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONVIFCamera

Version License Platform

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.

Screenshot

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.

About

Pod and example on how to connect to an ONVIF camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 63.8%
  • Objective-C 35.4%
  • Ruby 0.8%