-
Notifications
You must be signed in to change notification settings - Fork 11
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
How can I get this working with the wired picamera? #8
Comments
Also.. I'm running magic mirror on a 2.8" pitft screen attached to the gpio pins.. I attached a usb webcam to test (that worked) BUT it won't blank the little screen, it will blank the HDMI port, but the little screen stays on. Thanks again for any input! |
Sorry, I havent got a pi camera to test this module with :-( Any help is welcome though. |
Hi there, I have a Pi camera and would love to get it working. |
This module here works by using the navigator.mediaDevices.getUserMedia functionality of the browser / electron. I assume this isnt possible with the raspi cam out of the box. |
Not sure if I did the right thing but I added module MMM-iFrame. First up tried just putting camera.html locally on the pi, and I'd get "Cannot GET [local path]/camera.html". The camera.html file being the page outlined on https://reprage.com/post/pi-camera-module-in-the-browser. Then tried putting camera.html on http://[another mini server on my home network]/camera.html. I'm not sure below link is of any assistance to point me in the right direction? They also refer to getUserMedia |
Re-openign so I might have a look at it later. Got no pi-camera though yet. |
|
So you got my module working with the pi camera @rev138 ? |
@rejas I did, yes. It works fine, you just need to load the kernel module for the video. |
Thx for the info @rev138 Is that module already installed in the standard raspberry image? WOndering if those 4 steps are all that is needed so I can add it to the README for other users to follow. |
It should be, yes. |
Added your tips to the README! |
Thanks for making this module! |
Thanks to https://github.com/alexyak :-) I just polished it :-) |
Module runs fine, but there's no activity led on the camera, so it's not being accessed.. thank you!
The text was updated successfully, but these errors were encountered: