Open QiangJi opened 9 years ago
my issue had to deal with focus failing, and getting stuck in an infinite loop attempting to take a picture. this code helped me:
https://github.com/kylemcdonald/ofxEdsdk/issues/24
in the end, I wound up triggering a focus attempt then delaying then taking a photo without AF, that seemed to help alot with speed and stability.
I am still slightly worried about the threading logic, it feels like some function calls need a bit of a chance to report an error or fail gracefully that seems harder to do in the thread.
@kylemcdonald
My first time to use.
hi! can you please list your:
and @ofZach does this look similar to something you've run into before?