Yoshi
19 Jul 11, 12:19 PM
Hello all,
I have a trouble regarding viewing webcam on CTC.
I have five webcams.
I arranged six webcam components on six pages.
Only one webcam component is arranged on a page.
Suddenly, webcam components does not show image.
It was not occurred specific webcam.
Restart CTC is only a solution to fix this trouble.
I think TCPIP process of connecting webcam was froze.
Questions,
Can I kill webcam process manually?
I made below logic to chage webcam on a page.
If webcam2(192.168.100.201) is on a page, TCPIP connection for webcam1(192.168.100.200) will be gone?
------------------------------------------------
once (GetIntSystemIO("HTML_C") = 1) then
begin
SetCompStringProp("Camera", "cam_v", "Webcam URL", 'http://192.168.100.200/SnapshotJPEG?Resolution=320x240&Quality=Clarity');
end;
once GetIntSystemIO("HTML_C") = 2 then
begin
SetCompStringProp("Camera", "cam_v", "Webcam URL", 'http://192.168.100.201/SnapshotJPEG?Resolution=320x240&Quality=Clarity');
end;
------------------------------------------------
I don’t want to arrange restart button on a webcam page.
Please give me advice.
I have a trouble regarding viewing webcam on CTC.
I have five webcams.
I arranged six webcam components on six pages.
Only one webcam component is arranged on a page.
Suddenly, webcam components does not show image.
It was not occurred specific webcam.
Restart CTC is only a solution to fix this trouble.
I think TCPIP process of connecting webcam was froze.
Questions,
Can I kill webcam process manually?
I made below logic to chage webcam on a page.
If webcam2(192.168.100.201) is on a page, TCPIP connection for webcam1(192.168.100.200) will be gone?
------------------------------------------------
once (GetIntSystemIO("HTML_C") = 1) then
begin
SetCompStringProp("Camera", "cam_v", "Webcam URL", 'http://192.168.100.200/SnapshotJPEG?Resolution=320x240&Quality=Clarity');
end;
once GetIntSystemIO("HTML_C") = 2 then
begin
SetCompStringProp("Camera", "cam_v", "Webcam URL", 'http://192.168.100.201/SnapshotJPEG?Resolution=320x240&Quality=Clarity');
end;
------------------------------------------------
I don’t want to arrange restart button on a webcam page.
Please give me advice.