Open RReverser opened 1 year ago
the basic PTP camera does not support Bulb capture ... And implementing more Nikon DSLR style stuff there ... I can try, its not many opcodes but still.
Hmm let me think of something ;)
Thinking of it a bit more, this might lean into https://github.com/gphoto/libgphoto2/issues/853. If there were high-level functions for "start bulb exposure" and "stop bulb exposure" in libgphoto2, then perhaps it would be easier to implement them in a special way for the virtual camera than replicate the low-level PTP details.
I'm guessing you didn't have time for this, but... any luck? :)
Virtual camera (vusb / vcamera) is very useful for testing libgphoto2 integrations. Unfortunately, it looks like it currently doesn't support bulb mode exposures - a fairly common remote control operation - failing with "property not found" errors.