Re: Sony ILCE-6400_capturemode_issue
Marcus Meissner <[email protected]> Tue, 30 Jun 2020 10:14:22 +0200
| Newsgroups | gmane.comp.multimedia.gphoto.user |
|---|---|
| Organization | SUSE Software Solutions Ger many GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany , GF: Felix Imendörffer, HRB 36809, AG Nürnber g |
| Message-ID | <[email protected]> |
On Tue, Jun 30, 2020 at 04:51:10PM +0900, Tatsuji_Tanaka_A wrote: > Hi, > First I set my camera as "Bracketing C 2.0 Steps 5 Pictures" on the camera body(not gphoto2 command, and camera is off line) > This means "Cont. Bracket 2EV*5steps", such as 1/1000-1/250-1/60-1/15-1/4sec set. > And powered-off, hooked the camera to my RasPi, powered-on the camera, and shot by command; > $ gphoto2 --capture-image > I heard 5 exposures as I expected. > gphoto2 says, dawnloaded as capt0000.jpg to capt0004.jpg, but I got no data. You need to use gphoto2 --capture-image-and-download , the images are only in SDRAM here. > Next shot by the same command, I heard only single exposure with no data, but gphoto2 shows the message as capt0000.jpg > (not as capt0005.jpg) Hmm, it should do 5 images here I would expect, but you might need to add --wait-event-and-download=5s or similar. Ciao, Marcus