03-28-2016, 01:13 PM
Hello all,
I am using the webcam device to get access to my IP cam picture. It works with in the browser (firefox) but not within illumina.
The config.json is configured with usr and pwd:
Is there a way to make it running?
I am using the webcam device to get access to my IP cam picture. It works with in the browser (firefox) but not within illumina.
The config.json is configured with usr and pwd:
Code:
"webcam": {
"protocol": [ "generic_webcam" ],
"id": [{
"id": 100
}],
"url": "http://192.168.178.200/snapshot.cgi?usr=abc&pwd=abc123",
"poll-interval": 15
},
Is there a way to make it running?