Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webcam image refresh error #358

Open
wimmme opened this issue Jul 12, 2018 · 2 comments
Open

Webcam image refresh error #358

wimmme opened this issue Jul 12, 2018 · 2 comments

Comments

@wimmme
Copy link

wimmme commented Jul 12, 2018

I am having issues with my webcams in Dashticz. (latest beta but master too)
Showing ok at first, but after a while (refresh) the image disappears and the image not found icon is shown.
After a manual refresh the image is back until the next auto refresh

Manual repeated refreshes in a browser window never give failures or timeouts.

Found another syntax in this topic but that gives me the same issues

buttons.webcam1 = {width:12, isimage:true, refreshimage: 10000, refreshurl: 10000, image: 'http://192.168.0.30:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=xxx&pwd=xxx&t=', url: 'http://192.168.0.30:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=xxx&pwd=xxx&t='}
buttons.webcam2 = {width:12, isimage:true, refresh:10000, image: 'http://192.168.0.31:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=xxx&pwd=xxx&t=', url: 'http://192.168.0.31:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=xxx&pwd=xxx&t='}

Anyone an idea ? This happens in both chrome as Fully Kiosk Browser

@geertvercamer
Copy link

I have the same issue with a Foscam camera

@ghost
Copy link

ghost commented Mar 11, 2019

I had the same problem with a Boavision camera. This camera doesn't like the &t=.... at the end (also the size of the value was a problem). I have proposed a fix (pull request) which works for my camera, where the &t=... is added to the middle of the URL and with a smaller value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants