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
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
FYI: I hit this assert inside PS3EyeFrameProcessor::enqueueCompressedFrame_usbThread. It's a mild annoyance, but I think it's hit because the red lights on the PS3Eye cameras were off. That said, I'm not sure if they are turned on manually.
Afterward the red lights came on on their own, and it no longer hit.
The following subroutine had to return false for this to have occurred:
Update: For the record, I seem to keep hitting this at startup unless the program was recently run. I think the cameras are activated, but go dormant after a little while. Then this assert must be triggered when they are brought out of standby or something.
EDITED: I am finding this annoying for-what-it's-worth. It seems to work. I think it just needs to account for this common scenario.
FYI: I hit this assert inside PS3EyeFrameProcessor::enqueueCompressedFrame_usbThread. It's a mild annoyance, but I think it's hit because the red lights on the PS3Eye cameras were off. That said, I'm not sure if they are turned on manually.
Afterward the red lights came on on their own, and it no longer hit.
The following subroutine had to return
false
for this to have occurred:The text was updated successfully, but these errors were encountered: