Marcus Meissner

Results 498 comments of Marcus Meissner

This is hard to specify, and I would say it is camera and hardware dependent. Also a bit API challenge: The original capture_image API waits until the image is fully...

There is also on Nikon a "BurstNumber" setting, here for us "burstnumber" configuration. if you set this, and either do capture_image or trigger_image it will ttake the burstnumber images as...

currently openSUSE tumbleweed does not have gcc14 yet, so I can take it up once it gets it.

its not the -D_FORTIFY_SOURCE=3 usually turning on errors, but try -fhardened or so which is new with gcc14

I am not familiar with Arduino level support. Also google search did not bring up references so far.

camera list is a list that is autogenerated from / included in libgphoto2 itself. It is updated with the current release. Note that for PTP cameras we detect also new...

this happens in camera_exit encounters a protocol error or so. can you reproduce this with gphoto2 and capture a debugtrace?

well actually reset does not call the camera driver. can you try this with --summary ?

i had imported this from a forked tree, it seems either i missed pieces or did something else wrong. I will check and revert it probably when I find a...