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
hello
i i change the frame processing format (setFrameProcessingFormat) for example
mCameraView.setFrameProcessingFormat(ImageFormat.RGB_565);
the frame format doesn't change : 17
hello
i i change the frame processing format (setFrameProcessingFormat) for example
mCameraView.setFrameProcessingFormat(ImageFormat.RGB_565);
the frame format doesn't change : 17
mCameraView.addFrameProcessor(new FrameProcessor() {
int getFormat = frame.getFormat(); --> 17
is it normal ?
thanks
The text was updated successfully, but these errors were encountered: