We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f4008 commit c23fa2bCopy full SHA for c23fa2b
sdk/media/azure-media-analytics-edge/samples/sample_lva.py
@@ -6,9 +6,9 @@
6
from azure.iot.hub.models import CloudToDeviceMethod, CloudToDeviceMethodResult
7
from datetime import time
8
9
-device_id = "lva-sample-device"
10
-module_d = "mediaedge"
11
-connection_string = "HostName=lvasamplehubcx5a4jgbixyvg.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=/53Qw6ifN0ka4so72a1gVEhmyiz5fLb9iw+oWoyoQxk="
+device_id = "device-id"
+module_d = "module-id"
+connection_string = "connection-string"
12
graph_instance_name = "graphInstance1"
13
graph_topology_name = "graphTopology1"
14
graph_url = "rtsp://sample-url-from-camera"
0 commit comments