This project is a proof of concept that documentation can be used dynamically. If I had more time I could have added the posibility to configure the PTZ and the metadata of a camera and also the possibility to modify an existing profile.
- Connect to a camera remotely
- Save login info
- Delete login info
- Create new profile
- Delete profiles
Before running the project: You have to change the value of the property ONVIFEXPath with your path to this resources. (VLCPath is contained in the project.)
The user has to provide an address, a username and the password to the camera he wants to connect to. These informations can be saved by providing a name and can be loaded for the next time.
Currently the project allows the user to configure the video source, the video encoder, the audio source and the audio encoder of a camera.
To create a valid profile the user has to configure at least the video source and encoder. (Once it's done the save button is enabled.) A configuration has to be selected and can be modify with the configuration options available. To show the available options the user has to click on the Show Options.
The configuration is in a JSON format and can be modify by editing it.
When an element of the media Profile is configured, the button turns green and the next button corresponding to the next element to configure turns blue.
- Add modify profile options
- Add more validations
- Make edit config more user friendly