Difference between revisions of "Onvif Device Reference Design/Project Architecture"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 2: Line 2:
 
{{Onvif_Device_Reference_Design/Head|previous=Getting Started/Purchasing a License|next=Project Architecture/High Level Design|keywords=}}
 
{{Onvif_Device_Reference_Design/Head|previous=Getting Started/Purchasing a License|next=Project Architecture/High Level Design|keywords=}}
 
</noinclude>
 
</noinclude>
In this section, you can find a simplified class diagram and a high-level diagram of the structure of the project implemented. The following diagram exemplifies the implemented project:
+
In this section, you can find a simplified class diagram and a high-level diagram of the structure of the project implemented. This project uses our ONVIF library libonvif to create a reference design that exposes a REST API that allows communicating with a wab page. The following diagram exemplifies the implemented project:
 
[[File:ClassDiagram-WebServer.drawio.png|600px|thumb|center|Application implemented]]
 
[[File:ClassDiagram-WebServer.drawio.png|600px|thumb|center|Application implemented]]
 +
This structures allows any jetison device to be turned into an ONVIF profile S device, with no code modifications, providing control through a web page and the normal ONVIF requests.
 
<noinclude>
 
<noinclude>
 
{{Onvif_Device_Reference_Design/Foot|Getting Started/Purchasing a License|Project Architecture/High Level Design}}
 
{{Onvif_Device_Reference_Design/Foot|Getting Started/Purchasing a License|Project Architecture/High Level Design}}
 
</noinclude>
 
</noinclude>

Revision as of 11:31, 29 June 2022




Previous: Getting Started/Purchasing a License Index Next: Project Architecture/High Level Design



In this section, you can find a simplified class diagram and a high-level diagram of the structure of the project implemented. This project uses our ONVIF library libonvif to create a reference design that exposes a REST API that allows communicating with a wab page. The following diagram exemplifies the implemented project:

Application implemented

This structures allows any jetison device to be turned into an ONVIF profile S device, with no code modifications, providing control through a web page and the normal ONVIF requests.


Previous: Getting Started/Purchasing a License Index Next: Project Architecture/High Level Design