![]() |
Re: new python GPS wrapper (liblocation.py)
Pity that liblocation API must have changed. I went with that since it seemed to be the most "officially documented" way of accessing the GPS in maemo and therefore the least likely to change.
I not going to attempt to migrate the code because I don't have an n900 device to test with. If someone else would like to try it, it should involve making the python ctypes structures and function calls line up with whatever is now changed in the C API. This would involve chasing through the new liblocation docs and header files. The python wrapper is very thin so there's not a whole lot that can be going wrong, unless the new API is radically different. |
Re: new python GPS wrapper (liblocation.py)
Quote:
using the example code: Code:
import location Code:
Nokia-N900-42-11:~# python test-location.py Lat is 1.4 degrees south of my current position, and Long is zero which isn't right either.... |
Re: new python GPS wrapper (liblocation.py)
Follow up to this (I got it working)
I posted my question to the pymaemo developer list and one of the developers, David, pointed out the problem with the code exiting the first time on_changed() gets called when it hasn't fulling acquired a fix. Commenting out the data.stop() line allows a 2nd call to acquire the full fix: Code:
Nokia-N900-42-11:~# python test-location2.py Allowed me to get a quick network-based fix in the Ovi Maps app indoors. Before using the old server I could never get a fix. |
Re: new python GPS wrapper (liblocation.py)
Hi
Do you have and example like this but using ctypes? I need a faster refresh and this wrapper only allows 1 sec or higher thanks |
Re: new python GPS wrapper (liblocation.py)
Quote:
|
Re: new python GPS wrapper (liblocation.py)
lizardo, that is the one i have used. but it only allows a max rate of 1 position refresh per second and i need a position refresh of at least 0.1 of second.
thanks |
All times are GMT. The time now is 22:12. |
vBulletin® Version 3.8.8