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
My camera does not support MJPG, so I'm setting the format to RGB3. I call cam.frameRaw() inside the capture` callback and I get RGB data out. However, the data is not aligned with a frame capture. Example:
The text was updated successfully, but these errors were encountered:
My camera does not support MJPG, so I'm setting the format to
RGB3
. I callcam.frameRaw() inside the
capture` callback and I get RGB data out. However, the data is not aligned with a frame capture. Example:The text was updated successfully, but these errors were encountered: