Su pedido está vacío
× For developers and enthusiasts wanting to discuss integrations and the use of ITVDesk's API.

Exporting IP Camera Information in JSON Format

More
9 months 2 weeks ago - 9 months 2 weeks ago #3 by admin
Dear users,

This feature is designed to provide a simpler and more efficient way to share and process RTSP addresses and other relevant camera details across various platforms and applications.

How does it work?

This feature allows you to easily and quickly export a list of RTSP addresses and other details about your cameras directly into a .json file.
This includes information such as channel name, device name, ONVIF HTTP port, profile name and token, and the stream URI.

Example of the export:
[    {        "channelName": "CH1 - Combined IPCam",        "deviceName": "IP_Camera_2",        "onvifHttpPort": 7000,        "profileName": "MainStream",        "profileToken": "PROFILE_2309343290",        "streamURI": "rtsp://192.168.68.100:5554/ipc2-stream1/combined1"    },    {        "channelName": "CH1 - Combined IPCam",        "deviceName": "IP_Camera_2",        "onvifHttpPort": 7000,        "profileName": "SubStream",        "profileToken": "PROFILE_2309343291",        "streamURI": "rtsp://192.168.68.100:5554/ipc2-stream2/combined1"    }]

How to access and use this feature?

The generated .json files can be easily loaded and parsed in all major programming languages, offering you flexibility and broad integration possibilities into your systems. The data can be shared and processed either through the local ITVDesk/html directory or over the HTTP protocol at
http://xxx.xxx.xxx:80/CameraDetails.json 
additionally, for local access, you can find the JSON file at
C:/Program Files/ITVDesk/html
.

This update is a result of our continuous effort to improve and expand the functionality of the ITVDesk application, providing you with advanced and practical solutions for security management. We hope you enjoy using this new feature and find it helpful in managing and integrating your IP cameras more efficiently.For any further questions or support and add new information in file, please feel free to contact us.

   
Attachments:
Last edit: 9 months 2 weeks ago by admin.
The following user(s) said Thank You: odedm

Please Identificarse or Create an account to join the conversation.

Time to create page: 0.191 seconds