Questions tagged [photobooth]
6 questions
7
votes
0 answers
Raspbian gphoto2: use live view and capture-image on the same camera?
The problem:
I am running gphoto2 on a raspberry pi 4 with raspbian os lite. I am using it as a photo booth together with a canon EOS 100d cannected to USB. The cameras live view is passed to a http address with ffmpeg and motion. That works great…

MonkeyKingFlo
- 143
- 2
- 7
2
votes
2 answers
How to find the latest photograph and open it - Photo Booth
I have found the code to find the last file saved in a folder, but I need to open this file for x amount of time, then close it. Can this be done?
Here is the code I am using to find the latest .jpg
import glob
import os
list_of_files =…

CJ0206
- 95
- 2
- 10
2
votes
0 answers
Detecting Camera using Jquery or Javascript
i am using photobooth js its working fine on localhost but when i am using on live server i am getting error **Please give Photobooth to use your Webcam. Try again in Google Chrome. Please let me know how can i resolve this problem.
Javascript
$(…

Sandeep
- 973
- 2
- 13
- 22
1
vote
0 answers
Reactjs webcam and mac photobooth optimization
This is a weird one. Currently I am using the react-webcam component(https://www.npmjs.com/package/react-webcam) in a web app to display live video from a USB 5MP camera. Here is the component code:
import React from "react";
import Webcam…

user17488987
- 11
- 1
1
vote
0 answers
How to change a video once the current has stopped?
I am currently working with .NET 4.5. Programming a photobooth. The photobooth should start wit fullscreen:
Show an Intro screen with an intro video.
When the user clicks on the screen, it has to show a get ready! video
When the get ready video…

user12700220
- 21
- 1
0
votes
1 answer
Python PhotoBooth no Buttonpress until Coin inserted
I'm VERY new to Python and am currently programming a Photobooth.
I want to deactivate the Buttonpress until a coin is tossed and want it to deactivate when the photo is Saved.
I just don't get how i could code it that the action ButtonPress works…

Domposter
- 19
- 6