dept2 / qtmultimedia-gphoto

Qt 5 Multimedia framework gphoto2 camera plugin
25 stars 11 forks source link

Fails to download RAW+Jpeg images #7

Closed hcw70 closed 4 years ago

hcw70 commented 4 years ago

If the camera is set to deliver RAW+JPEG as an image format, the further processing fails since the application gets only the raw file and tries to decode that.

As can be seen here https://github.com/gphoto/libgphoto2/issues/156 a second "wait_for_event" should be used after capture to grab the second file (which then will be the jpeg hopefully...)

hcw70 commented 4 years ago

Will be fixed by merging #10

IvanPinezhaninov commented 4 years ago

Fixed by a8c234a57227fad74ac456ec24c16cf4bb02c677