You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on an app that is requested to have rapid-fire photo taking abilities. This is not capable with the current pod given that the image needs to be processed before isCapturingImage is set to NO.
Why not have that function asynchronous and just have a queue to handle the photos that come in from the camera? I am probably going to try and implement this myself with your library, but I'm just wondering why you all decided against it. Or maybe it is possible and I'm just missing something.
The text was updated successfully, but these errors were encountered:
Working on an app that is requested to have rapid-fire photo taking abilities. This is not capable with the current pod given that the image needs to be processed before isCapturingImage is set to NO.
Why not have that function asynchronous and just have a queue to handle the photos that come in from the camera? I am probably going to try and implement this myself with your library, but I'm just wondering why you all decided against it. Or maybe it is possible and I'm just missing something.
The text was updated successfully, but these errors were encountered: