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
An indexOutofBounds Exception is thrown if the detector is fed with continuous images instead of camera as the input source. consume(bitmap,bitmap.width,bitmap.height) results in an indexoutofbounds exception at int y = (0xff & (yuv420sp[yp])) - 16; in decodeYUV420SPtoLuma method
Are the width and height related to camera instead of the bitmap.
The text was updated successfully, but these errors were encountered:
An indexOutofBounds Exception is thrown if the detector is fed with continuous images instead of camera as the input source.
consume(bitmap,bitmap.width,bitmap.height)
results in an indexoutofbounds exception atint y = (0xff & (yuv420sp[yp])) - 16; in decodeYUV420SPtoLuma method
Are the width and height related to camera instead of the bitmap.
The text was updated successfully, but these errors were encountered: