View Single Post
BluesLee's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#90
when i switched my camera to the front camera, it crashed. and now i cant access my back camera because the application starts on the front camera and crashes
Thank you, I will fill a bug. Please switch back by editing the file
Code:
~/.config/harbour-cameraplus/harbour-cameraplus.conf
and change device id from 1 to 0 in the camera block, the first to lines should look like
Code:
[camera]
device=0
My complete file looks like
Code:
[camera]
device=0
enablePreview=true
gridEnabled=false
plugin=org.foolab.cameraplus.image
showToolBar=true
useGps=false

[fileNaming]
imageCounter=3
imageStamp=20150508
videoCounter=4
videoStamp=20150505

[primary]
image\flashMode=0
image\resolution=3264x2448-4:3
video\mute=true
video\resolution=1920x1080-16:9
video\sceneMode=6
video\torchOn=false

Last edited by BluesLee; 2015-05-10 at 16:08.