Reputation: 9
I own a D-Link webcam and I want to display a snapshot in a browser:
<img src ="http://guest:1234@my-ip/image/jpeg.cgi">
but the image is only displayed in Firefox. In Chrome and on Android in Opera there is only the placeholder.
If I right click right and click "open image in a new window" it is opened in an new window. Is there any possibility to display the image directly (i.e. by a php-script?) in the html-site?
Also tried
<img src ="http://guest:1234@my-ip/image/jpeg.cgi?profileid=1">
Upvotes: 0
Views: 100