The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-09-27
, 18:10
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#522
|
|
2010-09-27
, 18:23
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#523
|
An indicator is a very good idea. At the moment, there is also some problems with the list not giving the user any feedback when an item is actually clicked. I'll see if I can figure this out.
Most plugins react almost instantaneously on my device, but the Informed Individual server is down (the project is in an early alpha stage) and because of this, the plugin uses a huge amount of time to wait for the request to the server to time out. So if this is the plugin in question, I experience the same delay without any user feedback, as well.
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-09-27
, 21:38
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#524
|
|
2010-09-28
, 13:22
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#525
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-09-28
, 21:37
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#526
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-09-28
, 22:31
|
Posts: 8 |
Thanked: 0 times |
Joined on Sep 2010
|
#527
|
|
2010-09-28
, 22:50
|
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
|
#528
|
|
2010-09-29
, 08:41
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#529
|
After installing Mbarcode to my N900 the camera would not work. I only get a errormessage internal error, camera will be closed.
Had to uninstall mbarcode and addons.
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-09-29
, 08:42
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#530
|
Just looking at the code to add in the alternative shutter button action and wondering how much of the startup time is due to using OpenGL?
Dragly have you done any benchmarking? Any other thoughts about getting a functional UI up faster?
The Following User Says Thank You to lardman For This Useful Post: | ||
Tags |
barcode, camera, mbarcode |
Thread Tools | |
|
I'm also going to add the option to use the shutter button to focus then perform processing (for e.g. 3s after the button is pressed), which should save cpu cycles and make the normal display smoother (no need to have the decoder threads running in the bg all the time.)
This is especially odd as the plugin I wanted to use was the plain "display text" one, which should be pretty lightweight. I need to look into this as it's not acceptable to have delays like this.