-
Notifications
You must be signed in to change notification settings - Fork 162
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
Live Preview while countdown fix #235
Comments
If you like to use the admin panel for it you can add my implementation: |
Requested here already #230 |
whoops I'm sorry. Somehow I missed that! |
Don't worry, #230 is written in german |
Hi, i install this photobooth using my camera canon 5d II, it is very great, but i cannot have a live view during the countdown from the Raspberry pi camera ? I follow the FAQ (Admin panel config "See preview by device cam": true) but it change nothing. |
@HBTphoto you need to follow Maybe you need the additional steps mentioned. |
Also maybe note #296 |
Thank, I follow the FAQ and ad http://localhost in insecure origin treated as secure in chromium but it still does’nt work But in the config of photobooth I see, command to generate a live preview with gphoto2 |
Maybe a chromium issue? Like mentioned in the other issue?
By device cam would be right. |
You could tweak the print command like this: |
You can also use |
With your link to test camera inside a broswer, it does'nt work (it take a blank picture). Using And if i select in the Admin panel config "Device cam takes picture", i still have no preview but also no picture take. How can i solve the browser issu ? |
You're mixing different options not needed to mix. Preview from device cam --> "Device cam takes picture" will record the image. Raspistill or gphoto command will be ignored. "Device cam takes picture" not needed for Gphoto preview, you need to use Gphoto or raspistill command to take a picture. So the question is: You need a preview? |
Ok, understand. idelaly, i would have the chose of 2 configuration possible : |
You better join https://t.me/PhotoboothGroup to assist on setup, GitHub isnt the right place. |
To get a Live view while the countdown is running you'll need a camera that can be used as a webcam and will not be controlled by Gphoto2. Simply get motioneye an mount the secound camera. Then open a stream on a Port you like. Then go into your Web folder and eddit the /config/my.config.inc.php.
You'll need to update the color of the countdown-background.
should look something like this....
array (
'primary' => '#7fbe87',
'secondary' => '#090300',
'background_countdown' => 'url(http://yourlocaladress:8081)',
),
If you then also go into the /admin panel and set the background image also to url(http://yourlocaladress:8081) the illusion is complete.
NOTE: You can still eddit the live view in the motion eye control panel.
The text was updated successfully, but these errors were encountered: