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
I was trying develop an application with targetSkd>27 as I want to publish to play store.
I have a activity that calls the following in the onCreate
mUVCCameraView = findViewById(R.id.textureview);
mUVCCameraView.setCallback(this);
mCameraHelper = UVCCameraHelper.getInstance();
mCameraHelper.setDefaultFrameFormat(UVCCameraHelper.FRAME_FORMAT_MJPEG);
mCameraHelper.initUSBMonitor(this, mUVCCameraView, listener);
Irrespective of I have connected the USB Camera or not, igt gives the IllegalArugmentException even when I open the activity.
Any solutions?
The text was updated successfully, but these errors were encountered:
I was trying develop an application with targetSkd>27 as I want to publish to play store.
I have a activity that calls the following in the onCreate
mUVCCameraView = findViewById(R.id.textureview);
mUVCCameraView.setCallback(this);
mCameraHelper = UVCCameraHelper.getInstance();
mCameraHelper.setDefaultFrameFormat(UVCCameraHelper.FRAME_FORMAT_MJPEG);
mCameraHelper.initUSBMonitor(this, mUVCCameraView, listener);
Irrespective of I have connected the USB Camera or not, igt gives the IllegalArugmentException even when I open the activity.
Any solutions?
The text was updated successfully, but these errors were encountered: