You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
After fixing #110 I had the issue that Google Chrome didn't show the Motion JPEG of the webcam at all. In Firefox everything worked as expected. After doing little research I found out that the MJPEG has to be wrapped in a < img >-tag so I replaced the iframe with the MJPEG as source with an image-tag. Now Chrome also shows the webcam stream.
Anything speaking against doing it like that? If not i will submit a pull request.
Cheers!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After fixing #110 I had the issue that Google Chrome didn't show the Motion JPEG of the webcam at all. In Firefox everything worked as expected. After doing little research I found out that the MJPEG has to be wrapped in a < img >-tag so I replaced the iframe with the MJPEG as source with an image-tag. Now Chrome also shows the webcam stream.
Anything speaking against doing it like that? If not i will submit a pull request.
Cheers!
The text was updated successfully, but these errors were encountered: