-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add web-based RPi Cam software for use with Raspberry Pi camera #13
base: main
Are you sure you want to change the base?
Conversation
I've tested this and it's working! The video was recording but not transcoding to MP4 because of a missing package. Adding it now! |
The issue with videos is reported here silvanmelchior/RPi_Cam_Web_Interface#442 where I've shared my observation of the missing package. |
Flashing this now! |
Here's the output image! https://gitlab.com/publiclab/image-builder-rpi/-/jobs/102770549/artifacts/download Test it out with http://etcher.io |
This recipe installs a web-based interface to the Raspberry Pi camera:
https://github.com/silvanmelchior/RPi_Cam_Web_Interface/
It will appear on startup, accessible over WiFi network
00-PiCamera
.Download instructions
Generating the image will take a few minutes. Once the image is prepared, and if it succeeded, you'll see a green checkmark at the bottom of the pull request. To download the image:
https://gitlab.com/publiclab/image-builder-rpi/pipelines/########/builds
Jobs
tab, next toPipeline
Passed
buttonDownload
in the right-hand sidebarartifacts.zip
file, and also thehypriotos-rpi-camera_web.img.zip
within itYou'll also be able to read the output of the image generation in this window.
We hope to create a bot to report back the completed image URL in each pull request. If you can help create such a bot, please contact us at:
#16
Thanks!