config.json configuration file in the demo directory. According to the Field Device Configuration Generation Tool, modify the config.json configuration file. The minimum nodes are as follows:{ "device_id":"dev1", //Change to the on-site device ID created in the console "device_name":"vin234", "device_streams":1, //If there are multiple inputs, change the number of streams here, and increase the number of elements in the streams_config array "cloud_mode":"public", "certificate":"./device.pem", "projectid" : "xxxxx", //Change to the project ID created in the console "password": "xxxxx", //Change to the password created in the console "streams_config": [ { "fps":30, "bps":2000, "width":1920, "height":1080, "camera":0, //Change to the actual camera accessed, corresponding to /dev/videox "protocol":"v4l2" //If it is external input YUV data, change to outside. If it is external input encoded stream data, change to outenc } ] }

config.json configuration file in the demo directory. According to the Remote Device Configuration Generation Tool, modify the config.json configuration file.{"device_id":"dev1", //change to the remote device ID created in the console"device_name":"vin99","max_streams":8,"cloud_mode":"public", "certificate":"./device.pem", "projectid" : "xxxxx", //change to the project ID created in the console "password": "xxxxx" //change to the password created in the console}
QtApplicationWidget1.exe on the Windows system.run.sh:./run.sh
Feedback