philipptrenz / photo-booth

A multi-platform photo booth software using Electron and your camera
GNU General Public License v3.0
393 stars 113 forks source link

Unable to select capture target 0 #119

Closed gavinvaz closed 3 years ago

gavinvaz commented 4 years ago

Hi,

The Nikon D90 supports the following capture targets (via gphoto2 --get-config capturetarget):

Choice: 0 Internal RAM Choice: 1 Memory card

However, once you select choice 1 (via the config file), it is not possible to select choice 0 again. Looks like the cause is the following if statement in the /app/camera.js file if (utils.getConfig().gphoto2.capturetarget) { .... }

Cheers, Gavin

mlubik commented 4 years ago

Hello,

I nearly installed photobooth app and I have same problem. I use CanonEos250d. I was trying to switch 0 to 1 and 1 to 0 and nothing. Terminal shows always same parameters.

@philipptrenz , we will be thankfull if you could help us with this problem.

My screen of app is black and shows nothing after take a photo.

Thanks! Maciej