This is my camera preview with a HUD green display. There's also a live Google Earth preview of the UAV path
You need to be a member of diydrones to add comments!
This is my camera preview with a HUD green display. There's also a live Google Earth preview of the UAV path
You need to be a member of diydrones to add comments!
Comments
For the KML part, I started from this source: here... (it's in french !)
This VB module creates a .KML file witch is read from VB every time you want.
The KML is open with :
Open App.Path & "\Temp.kml" For Append As 1
Set GEI = CreateObject("GoogleEarth.ApplicationGE")
While (GEI.IsInitialized = 0)
DoEvents
Wend
'Fichier = App.Path & "\Read.kml"
Call GEI.OpenKmlFile(ReadFile, 1) ' 1= no error message in GoogleEarth
impressive work... I was looking lately on interfacing Google earth on VB6. Basically I only want to show the map centered to the coordinates I supply from a VB text box. Can you help me, maybe you could point some sample code you might located on the web.
Thanks
Best regards
Nas
It will be compatible with the ArduPilot Shield board.
The Google Earth display code will also be improved.
I've received a new EM-406 GPS. The toasted one delayed the advancements of this OSD.
Can anyone give me a standard data string received from Ardupilot from the lastest version?
I have a home build ArduPilot program. That's why I need the standard thing.
I'm just waiting my new GPS and a new XBee module. I toasted both with a short last week :S
this hud system looks great :D well done
do u plan to incoperate it with ardupilot?