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
On the android samples for face, the variable isProcessingFrame on line 115 in the CameraActivity.java, located wrong. It must be set to false after processImage() on line 116. Because when the image processing, the OnPreviewFrame function must be locked. With that correction, fps rate gets a little lower, however, works properly. You can simply change the places of these two lines.
The text was updated successfully, but these errors were encountered:
On the android samples for face, the variable isProcessingFrame on line 115 in the CameraActivity.java, located wrong. It must be set to false after processImage() on line 116. Because when the image processing, the OnPreviewFrame function must be locked. With that correction, fps rate gets a little lower, however, works properly. You can simply change the places of these two lines.
The text was updated successfully, but these errors were encountered: