We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d01cd commit ed28fcaCopy full SHA for ed28fca
src/in/omerjerk/processing/video/android/Capture.java
@@ -219,8 +219,8 @@ public void startCamera(Integer cameraId) {
219
mCamera = Camera.open(cameraId);
220
mCamera.setDisplayOrientation(90);
221
} catch (Exception e) {
222
- log("Couldn't open the Camera");
223
- e.printStackTrace();
+ System.err.println("Couldn't open the camera");
+ System.err.println("Make sure you have added the Camera permission in AndroidManifest.xml");
224
}
225
226
0 commit comments