dasena
New Member
Hi there,
I was wondering if anyone had any information on the expected file formats of GPX and folder structure for dashcam viewer?
I took 30 minutes or so and wrote a basic app to display the videos from my A500S to figure out the GPS data file (allowing zooming, pausing, loading different files etc...) which I overlaid the data once figured out and rather than extending it further with maps etc was looking to just transform the GPSData file to a GPX file to load into Dashcam viewer or similar software...
I know the following format of the GPS Data and was wondering if anyone knows the remaining 3 fields that I think are related to acceleration and altitude possibly?
1662951137,A,53.XXXXXX,-6.XXXXXX,17000,777,3,93,34,0,0,0,0
1662951137 = Unix Timestamp (needs to be offset to the video files as these use the system time not the GPS times - done manually using my app, but will figure out a way to automate it... or sync the system time to the GPS time...)
A = Normal record, ignore V as no GPS signal found
53.XXXXXX = Latitude
-6.XXXXXX = Longitude
17000 = Orientation (17000 / 100 = 170.00 Degrees... )
777 = Speed in cm/s (is this a standard measurement in GPS?! - (777 * 3.6) / 100 = 27.972 km/h)
3 = ???
93 = ???
34 = ???
0 = Constant
0= Constant
0= Constant
0= Constant
What structure would the GPX file need to be in order to contain the time, lat, long, orientation, speed and mapping to file?
In addition, would anyone know what folder structure dashcam viewer needs in order to display the rear and front camera at the same time?
Thanks for any help...
D
I was wondering if anyone had any information on the expected file formats of GPX and folder structure for dashcam viewer?
I took 30 minutes or so and wrote a basic app to display the videos from my A500S to figure out the GPS data file (allowing zooming, pausing, loading different files etc...) which I overlaid the data once figured out and rather than extending it further with maps etc was looking to just transform the GPSData file to a GPX file to load into Dashcam viewer or similar software...
I know the following format of the GPS Data and was wondering if anyone knows the remaining 3 fields that I think are related to acceleration and altitude possibly?
1662951137,A,53.XXXXXX,-6.XXXXXX,17000,777,3,93,34,0,0,0,0
1662951137 = Unix Timestamp (needs to be offset to the video files as these use the system time not the GPS times - done manually using my app, but will figure out a way to automate it... or sync the system time to the GPS time...)
A = Normal record, ignore V as no GPS signal found
53.XXXXXX = Latitude
-6.XXXXXX = Longitude
17000 = Orientation (17000 / 100 = 170.00 Degrees... )
777 = Speed in cm/s (is this a standard measurement in GPS?! - (777 * 3.6) / 100 = 27.972 km/h)
3 = ???
93 = ???
34 = ???
0 = Constant
0= Constant
0= Constant
0= Constant
What structure would the GPX file need to be in order to contain the time, lat, long, orientation, speed and mapping to file?
In addition, would anyone know what folder structure dashcam viewer needs in order to display the rear and front camera at the same time?
Thanks for any help...
D