--- Log opened Wed Oct 07 00:00:39 2015 01:38 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has quit [Remote host closed the connection] 01:41 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has joined #navit 01:45 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has joined #navit 02:19 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 02:43 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 02:45 -!- Epy [6d00f9ae@gateway/web/cgi-irc/kiwiirc.com/ip.109.0.249.174] has joined #navit 02:53 -!- pini [~pini@bou-fi.pustule.org] has quit [Ping timeout: 240 seconds] 03:02 #navit: < ambientsound> KaZeR: yes, I'm using the ultimate GPS in my car right now. I connected the car's GPS antenna however 03:02 #navit: < ambientsound> works extremely well. 03:02 #navit: < ambientsound> also: using a battery in the GPS module for a faster fix 03:03 #navit: < ambientsound> I'll take some more pictures next time I do hardware upgrades, it's a mess getting it in and out :^) 03:32 -!- jjelen_ [jjelen@nat/redhat/x-jjhjwrfhyyvouyvk] has joined #navit 05:15 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #navit 05:35 #navit: < jonathanmaw> none since Monday 05:37 #navit: < jonathanmaw> oops, wrong channel 06:35 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 10:47 -!- RobertP [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has joined #navit 10:54 #navit: < RobertP> hi all 11:05 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Quit: Page closed] 11:13 #navit: < myself> ahoy 11:24 #navit: < KaZeR> hi there 11:39 #navit: < RobertP> KaZeR, i a question. Again. I want a OSD for the media player. should this be a osd-plugin or inside the audio-plugin? 11:39 #navit: < RobertP> ..i have a... 11:41 #navit: * myself checks RobertP for ugg boots 11:41 #navit: < myself> you couldn't even.. 11:43 #navit: < RobertP> ugg boots aren't my style, sorry myself. 11:44 #navit: < ambientsound> KaZeR: do you have a link to the capacitive display you mentioned? 11:47 #navit: < RobertP> ambientsound: https://www.raspberrypi.org/blog/the-eagerly-awaited-raspberry-pi-display/ 11:49 -!- jandegr [51f37063@gateway/web/freenode/ip.81.243.112.99] has joined #navit 11:51 #navit: < myself> word to the wise: Carnetix displays (store.mp3car.com) don't all have similar appearance to each other. We got, umm, the 13.3 and the 10.2, I believe? And the images look pretty different, contrast ratio and viewing angle and stuff are all a poor match. They're both fine standalone, but put them next to each other and they don't look like they're parts of the same whole. 11:53 #navit: < KaZeR> RobertP: can be both, technically. but i think that adding it to the audio-plugin makes more sense 11:53 #navit: < RobertP> making sense is what i want. 11:54 -!- Epy [6d00f9ae@gateway/web/cgi-irc/kiwiirc.com/ip.109.0.249.174] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 11:56 -!- jjelen_ [jjelen@nat/redhat/x-jjhjwrfhyyvouyvk] has quit [Ping timeout: 260 seconds] 12:00 #navit: < KaZeR> myself: good to know thanks 12:24 #navit: < ambientsound> that's pretty nice. 12:24 #navit: < ambientsound> thanks. 12:34 -!- jandegr [51f37063@gateway/web/freenode/ip.81.243.112.99] has quit [Quit: Page closed] 12:42 #navit: < KaZeR> ambientsound: i'm a bit concerned about the viewing angle, and the fact that capacitive touchscreen are highly reflective, it might affect sunlight readability. we'll see. at this price it's really worth testing anyway 12:50 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Ex-Chat] 13:36 -!- jandegr [51f37063@gateway/web/freenode/ip.81.243.112.99] has joined #navit 13:38 #navit: < RobertP> Where are the OSD-Types defined? I get error:navit:osd_new:invalid OSD type 'audio_player' when i add my audio OSD to navit.xml 13:44 #navit: < KaZeR> RobertP: can you share your current code ? 13:45 #navit: < RobertP> sure 13:47 #navit: < RobertP> https://github.com/pohlinkzei/navit/blob/audio_framework/navit/audio/player-mpd/mpd.c#L1243 13:48 #navit: < RobertP> and https://github.com/pohlinkzei/navit/blob/audio_framework/navit/navit_shipped.xml#L179 13:48 #navit: < RobertP> Maybe i can't register an audio plugin and an osd plugin at the same plugin_init()...? 13:51 #navit: < KaZeR> if you comment plugin_register_audio_type("player-mpd", player_mpd_new); is is still complaining about the OSD ? 13:52 #navit: < RobertP> i dont know, but i will get a memory acess error 13:53 #navit: < RobertP> no. doesn't change the complainings 13:54 #navit: < KaZeR> mmm 13:57 #navit: < RobertP> ok. i changed it to 13:57 #navit: < RobertP> no complaints anymore. 13:58 #navit: < RobertP> but dbg trace ;( 13:59 #navit: < KaZeR> can you share the trace? 14:02 #navit: < RobertP> the problem is that it wants to initialize the osd when the plugin isn't ready yet 14:03 #navit: < KaZeR> i'm currently building your tree 14:04 #navit: < KaZeR> looks like you did it as you do for the j1850 plugin, so it's a bit weird. 14:08 #navit: < RobertP> it dies at osd_core.c at line 3001. there it wants to set the text. so maybe the osd tag in navit.xml is craap 14:09 #navit: < KaZeR> ha, looks like a file is missing : /home/navit/github/pohlinkzei/navit/audio/player-mpd/mpd.c:38:17: fatal error: mpd.h: No such file or directory 14:10 #navit: < RobertP> thats not the problem, because its here locally 14:10 #navit: < RobertP> i obvously forgot to add it 14:11 #navit: < KaZeR> i'm not saying that it's the problem, but it's preventing me from testing your code locally to see if i can help :) 14:12 #navit: < RobertP> pull and test, please 14:12 #navit: < RobertP> :D 14:12 #navit: < KaZeR> :) 14:17 #navit: < RobertP> i searched here: https://github.com/pgrandin/navit-nuc-layout/blob/master/nuc_osd.xml#L24 14:17 #navit: < RobertP> if this works, what i believe, mine should work too 14:21 #navit: < KaZeR> indeed.. 14:23 #navit: < KaZeR> do you have also error:navit:osd_new:invalid OSD type 'eta' ? this one should work. i'm using it in my car 14:26 #navit: < myself> KaZeR: resistive touchscreens tend to have a much worse hazy appearance. Capacitive at least can be clear, and if you keep them clean they don't glare too badly. 14:27 #navit: < KaZeR> myself: i definitely that capacitive > resistive. scrolling the map using your finger on a resistive touchscreen is a real pain 14:28 #navit: < KaZeR> i was just a bit concerned about sunlight reflection because of the glassy look of capacitive screens, especially if since this one gives only ~220 nit 14:28 #navit: < myself> non-touch will be just as glassy, though. You can put a matte coating on a capacitive screen too. 14:28 #navit: < RobertP> it doesn't work. i have the eta error too 14:28 #navit: < myself> (I put matte screen protectors on my newer phones, they work fine) 14:30 #navit: < KaZeR> mmm, good point myself 14:30 #navit: < KaZeR> RobertP: yeah actually i have the issue too with my own branch... 14:31 -!- Horwitz [mich1@baldrian.franken.de] has quit [Ping timeout: 264 seconds] 14:31 -!- Horwitz [mich1@baldrian.franken.de] has joined #navit 14:31 -!- mode/#navit [+o Horwitz] by ChanServ 14:32 -!- RobertP [5cd9e500@gateway/web/freenode/ip.92.217.229.0] has quit [Quit: I have to go, bye.] 14:59 -!- jandegr [51f37063@gateway/web/freenode/ip.81.243.112.99] has quit [Quit: Page closed] 17:25 #navit: < ambientsound> KaZeR: also seems a bit harder to integrate nicely into other furbishing? 19:16 -!- myself [~myself@ignignokt.mudkips.net] has quit [Ping timeout: 255 seconds] 19:40 -!- xenos1984 [~xenos1984@127-166-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 20:11 -!- myself [~myself@ignignokt.mudkips.net] has joined #navit --- Log closed Thu Oct 08 00:00:41 2015