Page 13 of 72 FirstFirst ... 3456789101112131415161718192021222363 ... LastLast
Results 121 to 130 of 717

Thread: GooPs Real-time GPS Tracking and Navigation for Google Earth -Version 2.5.13 Released

  1. #121
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    You bet.
    Quote Originally Posted by RPM_VR4
    David: Please make that optional. Personally, I like the zoom. It's already fully configurable with the .cfg file. That's good enough for me.

    b8: Use AutoIt Window Tool to find the name/class of the "nag" window. Copy the GooPsWindow sub-dir and rename it to GENag. Rename the INI file too and edit it to reflect the proper window name/class. In the startup script, add Embed(GENag:20000) an then add Type(I) so it will auto press the ignore button. Let me know if you have any trouble.

  2. #122
    Newbie
    Join Date
    Nov 2004
    Posts
    53
    I was thinking of adding a simple time variable for smoothing of autozoom, maybe in multiples of refreshes. Set the 'smoothing parameter' to 3, and no zoom changes would be made unless the speed is out of range for three refreshes.

    RPM: set it to zero and it would function as it does now.

    david: same could apply to autotilt, i just find the zoom jumps more annoying than tilt changes. in the other thread you mentioned using techniques for jumping the cursor position, im interested in the details

  3. #123
    Newbie
    Join Date
    Nov 2004
    Posts
    53
    as an iguidance user, i havent had much interface experience with autozoom. but with GooPs and the nature of the map rendering in GE (road names/markers are dynamically displayed and highly variable) it appears as if autozoom could be extremely powerful. FOr now, as the GooPs and Skinbedder skin progress i think the current method is quality, a simple user-defined config file. (adding my proposed smoothing parameter of course...)

    But in the future more robust control of autozoom would really help create a killer app. im guessing a crude routing feature will eventually be implemented into GE, followed by Google Local POI's and more. As the amount of data displayed on the screen increases, the importance of autozoom does as well.

    Eventually i would be interested in creating a system that takes into account alot of variable to control the zoom, ie: current speed, average speed, # of stops in the past X minutes, Routing/NotRouting, # of displayed placemarks, status of overlays (some traffic and large region weather maps have been overlayed very well), QUALITY of the available images (i havent tried the zoom levels i use in city in an area of lowres images, but im guessin it looks poor). Just an idea for features way down the line.

  4. #124
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    I've got the "damping/smoothing" working now using a time variable. Six seconds seems to work OK with the demo, I'll expose it so you can adjust it as you like. I'm not sure how it will work with the variable range settings, you'll have to try it out and see.

    Quote Originally Posted by d2.n
    I was thinking of adding a simple time variable for smoothing of autozoom, maybe in multiples of refreshes. Set the 'smoothing parameter' to 3, and no zoom changes would be made unless the speed is out of range for three refreshes.

    RPM: set it to zero and it would function as it does now.

    david: same could apply to autotilt, i just find the zoom jumps more annoying than tilt changes. in the other thread you mentioned using techniques for jumping the cursor position, im interested in the details

  5. #125
    Newbie
    Join Date
    Nov 2004
    Posts
    53
    Check out this overlay for real time weather, wind, solar info, sea temps, etc:
    http://bbs.keyhole.com/ubb/showthrea.../203982/page/0

    The SUNLIGHT overlay displays the globe in light and dark halves, refreshed every 30mins i believe. The dark overlay gives the map a good 'night' effect, or a view just showing roads. (note: toggling any dark overlay over the entire globe would be a nice feature for night mode, the above overlay would be automated). Could probably create a static dark image whos overlay position varied based on a formula for sun coverage as apposed to using the net based image.

    The Solar Location Tab also included in the overlay pack is kinda cool as well, has no in car application though.

  6. #126
    Newbie
    Join Date
    Nov 2004
    Posts
    53
    Quote Originally Posted by davidhite
    I've got the "damping/smoothing" working now using a time variable. Six seconds seems to work OK with the demo, I'll expose it so you can adjust it as you like. I'm not sure how it will work with the variable range settings, you'll have to try it out and see.
    thanks alot david, looking forward to trying it out.

  7. #127
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    Do you mean making the cursor appear to be closer to your actual position? I just projected the cursor forward by about half it's length (the current position is really in the middle of the cursor). I also experimented w/ the nmea protocol and found I was able to get the lat/lon early in one of the sentences - so it does that if it can. Setting the GE refresh interval to one second and the refresh after stop to zero seconds also provided some improvement in the total latency.
    Quote Originally Posted by d2.n
    in the other thread you mentioned using techniques for jumping the cursor position, im interested in the details

  8. #128
    Banned RPM_VR4's Avatar
    Join Date
    Nov 2004
    Location
    L.A.
    Posts
    1,944
    Those overlays are cool, but you can't see anything when zoomed in.

    d2: Great ideas, but SKINbedder will never be able to do most of that stuff. OSK based address/local entry and changing between route-view/car-view is the best you can expect. I doubt any sort of GEMod program could do much better either. To do what you are talking about would require a Nav program written from the ground up that just connects to the GE server (and doesn't use the GE program). VW & Google have already teamed up to make such a demo, so I'm sure it will be a reality in the next 5 years or so. Also, as you seemed to imply yourself, viewing different zoom-levels a lot is a good thing. This is why I still don't understand your "smoothing" request. Not that it really matters (as long as I can disable it, the more features the merrier).

    David: Can you expose the KML refresh-time variable (in milliseconds if possible)? I would like to play around with that.

  9. #129
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    The KML refresh time is an attribute of the GooPsServers Network Link, so it can only be changed when you add the link to GE (not at run-time). Do you still want it?

    Quote Originally Posted by RPM_VR4
    Those overlays are cool, but you can't see anything when zoomed in.

    d2: Great ideas, but SKINbedder will never be able to do most of that stuff. OSK based address/local entry and changing between route-view/car-view is the best you can expect. I doubt any sort of GEMod program could do much better either. To do what you are talking about would require a Nav program written from the ground up that just connects to the GE server (and doesn't use the GE program). VW & Google have already teamed up to make such a demo, so I'm sure it will be a reality in the next 5 years or so. Also, as you seemed to imply yourself, viewing different zoom-levels a lot is a good thing. This is why I still don't understand your "smoothing" request. Not that it really matters (as long as I can disable it, the more features the merrier).

    David: Can you expose the KML refresh-time variable (in milliseconds if possible)? I would like to play around with that.

  10. #130
    Newbie
    Join Date
    Nov 2004
    Posts
    53
    i dont think any Ground Image overlay will look good when zoomed in, but at the proper zoom level i think it looks alot better than just displaying a weather or traffic map. i envision saving ground overlays (setting the GE zoom level suitable for the image), and toggling between goops tracking and weather or traffic. hit a button, Goops is diabled, the traffic image for your region is overlayed and zoomed correctly. hit the button to toggle back to tracking.

Similar Threads

  1. iDrive - btbe's original version
    By btbe in forum RR Skins No Longer Supported
    Replies: 164
    Last Post: 06-11-2007, 11:58 AM
  2. Windows Mobile Smartphone Beta testers needed
    By zorro in forum PhoneControl
    Replies: 34
    Last Post: 02-23-2006, 08:57 AM
  3. WANTED: Phoco BETA testers for RR...
    By guino in forum Road Runner
    Replies: 200
    Last Post: 12-05-2005, 11:05 AM
  4. Looking for beta testers for new DC-DC PSU
    By MikeH in forum Power Supplies
    Replies: 22
    Last Post: 05-18-2004, 03:22 PM
  5. Wanted: beta testerss for X-MP3Pad (formerly MP944)
    By PorscheMP3 in forum Software & Software Development
    Replies: 0
    Last Post: 05-07-2002, 12:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •