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
When shooting images one after another (not multiple at once, but shoot-download-shoot-download), I had a problem with busy camera. I think it's caused by reacting to bad event - I've noticed that one image was downloading two times.
Please, what is the right event to react on? I think it's kEdsObjectEvent_DirItemRequestTransfer and we should skip kEdsObjectEvent_DirItemCreated in Shoot task.
The text was updated successfully, but these errors were encountered:
When shooting images one after another (not multiple at once, but shoot-download-shoot-download), I had a problem with busy camera. I think it's caused by reacting to bad event - I've noticed that one image was downloading two times.
Please, what is the right event to react on? I think it's
kEdsObjectEvent_DirItemRequestTransfer
and we should skipkEdsObjectEvent_DirItemCreated
in Shoot task.The text was updated successfully, but these errors were encountered: