|
2010-09-30
, 17:45
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#533
|
|
2010-09-30
, 22:47
|
Posts: 8 |
Thanked: 0 times |
Joined on Sep 2010
|
#534
|
Probably not an mBarcode problem tbh as it works for everyone else. Rebooting tends to fix a non-behaving camera.
If it really does seem to be linked to mBarcode, I'd be interested to see the output of the camera app from the command line when you try to run it, and also the dmesg and DSP logs.
|
2010-09-30
, 23:49
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#535
|
I did try a restart of the phone but the camera did not work. After removing all programs that had Mbarcode it start working again.
I think it was 5 or 6 apps/addons with Mbarcode in the name or somthing i had to remove. The last one was Mbarcode main program, and after that my camera worked again.
I can try install it again after he weekend and see if i just was unlucky with the install.
Other Camera apps i have is BlessN900
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-10-01
, 01:05
|
|
Posts: 152 |
Thanked: 53 times |
Joined on Dec 2009
@ West Virginia
|
#536
|
|
2010-10-01
, 05:17
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#537
|
|
2010-10-01
, 09:44
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#538
|
firstly i am totally stoked to see this app come to fruition... secondly, installed mBarcode from the repository, grabbed a book and with minimal user errors got the barcode translated into the app. nicely done. as well, camera is functioning as normal for pics & video.
so the plan is for this to check amazon et al for pricing? hot damn.
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-10-08
, 07:00
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#540
|
Ok, I've just pushed two updates, both of which could probably do with some more C++ polishing.
The first is to move the plugin searching and loading to a thread, so that there is no time spent loading them when the first results page is displayed. The thread runs in the bg once the UI has been brought up and the UI will block for the thread if somehow a barcode is scanned straight away.
The second is to give an option to use the shutter button either as focus/save image with continuous scanning, or as focus/scan with scanning occurring for 3s after the button is pressed.
This means the normal display is smoother most of the time (as no scanning is taking place) and should reduce CPU usage while things aren't being scanned. I've not added a way to change the scan time, but we should really do that, and I've added a rather nasty looking Hildon message bar to tell us that it's scanning, which should probably be changed to something that looks cool, like a Cylon-styke blip moving along the "line up here" bar in the middle of the screen.
The first is to move the plugin searching and loading to a thread, so that there is no time spent loading them when the first results page is displayed. The thread runs in the bg once the UI has been brought up and the UI will block for the thread if somehow a barcode is scanned straight away.
The second is to give an option to use the shutter button either as focus/save image with continuous scanning, or as focus/scan with scanning occurring for 3s after the button is pressed.
This means the normal display is smoother most of the time (as no scanning is taking place) and should reduce CPU usage while things aren't being scanned. I've not added a way to change the scan time, but we should really do that, and I've added a rather nasty looking Hildon message bar to tell us that it's scanning, which should probably be changed to something that looks cool, like a Cylon-styke blip moving along the "line up here" bar in the middle of the screen.