Onvif device server/Getting Started/Server Example: Difference between revisions

From RidgeRun Developer Wiki
Tag: Removed redirect
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Onvif device server/Head|previous=Examples|next=Getting Started/Reference Design|keywords=}}
{{Onvif device server/Head|previous=Examples|hnamep=Examples|next=Getting Started/Reference Design|hnamen=Reference Design}}
</noinclude>
</noinclude>


<!-- If you want a custom title for the page, un-comment and edit this line:
 
{{DISPLAYTITLE:Onvif device server - <descriptive page name>|noerror}}
{{DISPLAYTITLE:ONVIF device server -Server Example|noerror}}
-->
 
== Example server implementation ==
== Example server implementation ==


Line 23: Line 23:


After this, the server should be discoverable for ONVIF clients.
After this, the server should be discoverable for ONVIF clients.
This example will generate a video test pattern as video source that should look like the following picture.
<br>
<br>
[[File:Pattern.jpg|800px|thumb|center]]


<noinclude>
<noinclude>
{{Onvif device server/Foot|Examples|Getting Started/Reference Design}}
{{Onvif device server/Foot|previous=Examples|namep=Examples|next=Getting Started/Reference Design|namen=Reference Design}}
</noinclude>
</noinclude>

Latest revision as of 18:41, 25 April 2024





Previous: Examples Index Next: Reference Design






Example server implementation

With the Library you will get a Basic Server Implementation.

In order to test the application follow the next steps:

  1. Build and install the library.
  2. Make sure GStreamer Daemon is installed and running.
  3. Run ONVIF server with the following command:
onvif-server <net_interface>

where net_interface is the name of the network interface you will be using (e.g eth0).

After this, the server should be discoverable for ONVIF clients.

This example will generate a video test pattern as video source that should look like the following picture.



Previous: Examples Index Next: Reference Design