Onvif Device Reference Design/Getting Started/Evaluating the Project: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
</noinclude>
</noinclude>


== Introduction ==
Ridgerun provides an evaluation version of the project, limited to 10min of execution of web page and onvif device support. This evaluation includes all the dependencies in their evaluation version. These dependencies are libonvif and rtsp-sink.




==Configure the openssl keys and onvif configuration path ==
==Configure the openssl keys and onvif configuration path ==


To configure the openssl keys, to allow the project to run you should create the following directory:
To configure the secure connection with the webpage, and allow the project in the mode with webpag support to run, you should create the following directory:


<pre>
<pre>
Line 13: Line 16:
</pre>
</pre>


Now you need to copy the key files that were given to you in with this project, these are the oat-openssl example keys. You can create new keys if you want to.
Now you need to copy the key files that were given to you with this project, these are example keys. You can create new keys if you want to.


<pre>
<pre>
Line 38: Line 41:
! Argument !! Values !! What it does
! Argument !! Values !! What it does
|-
|-
| interface || Present Network interfaces || This indicates where the ONVIF interface is going to run,
| interface || Present Network interfaces || This indicates in which network interface the project is going to run,
the REST server runs in localhost.
the REST server runs in localhost in the device.
|-
|-
| mode || 0 for no REST server and 1 for REST server || Enables or disables the  
| mode || 0 for webpage support and 1 for webpage support || Enables or disables the webpage support
|}
|}
Now that the project has been installed, you can run this command to start the onvif device  
Now that the project has been installed, you can run this command to start the onvif device  
217

edits