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 was archived by the owner on Dec 10, 2021. It is now read-only.
I took the camera from the less pain nerves course and connected it to my kiosk. Using nearly the same code, I have a Phoenix page that references an image with a src of video.mpg which is forward to the streamer module which constantly grabs next_frame from Picam and chunks it. The page on the kiosk will show the initial image at the time the page is loaded but it doesn’t continue to stream images to it.
Seems that motion jpegs aren't working.
The text was updated successfully, but these errors were encountered:
@mikeover - sorry for taking so long to get to this.
@mobileoverlord - I know that you've run into this more than once. I don't think we ever figured out why, but keep hoping that it will magically work on the next QtWebEngine update. You don't happen to have any ideas?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I took the camera from the less pain nerves course and connected it to my kiosk. Using nearly the same code, I have a Phoenix page that references an image with a
src
ofvideo.mpg
which is forward to the streamer module which constantly grabsnext_frame
from Picam and chunks it. The page on the kiosk will show the initial image at the time the page is loaded but it doesn’t continue to stream images to it.Seems that motion jpegs aren't working.
The text was updated successfully, but these errors were encountered: