You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for sharing such great app.
In some cases, it is important to the lat and long at a specific frame. for example garmin dashcam uses a RIFF files to store gps and acceleration data in the same video file (take a look at here) but I think that would be hassle while it could be saved in another xml file.
I would like to suggest you to include other sensors as well to output, which user can use it for post process:
Gyroscope
Comass
Accelerometer
Also something for syncronizing the video with the data. An .xml output would be best i think. maybe something like this:
Each <Data> element relates to a sensor data and relates to a specific frame of video. not sure but i think it would be easy to find out the frame number of video. For example user knows if video file is 24 frame per second, the frame number 120 relates to 5'th second of video. (120 / 24 = 5)
The content of <Data> element is either gps, accel, compass or gyro elements.
this way one can very precisely synchronize the data with video output for post process.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for sharing such great app.
In some cases, it is important to the lat and long at a specific frame. for example garmin dashcam uses a RIFF files to store gps and acceleration data in the same video file (take a look at here) but I think that would be hassle while it could be saved in another xml file.
I would like to suggest you to include other sensors as well to output, which user can use it for post process:
Also something for syncronizing the video with the data. An
.xml
output would be best i think. maybe something like this:Each
<Data>
element relates to a sensor data and relates to a specific frame of video. not sure but i think it would be easy to find out the frame number of video. For example user knows if video file is 24 frame per second, the frame number120
relates to 5'th second of video. (120 / 24 = 5)The content of
<Data>
element is either gps, accel, compass or gyro elements.this way one can very precisely synchronize the data with video output for post process.
The text was updated successfully, but these errors were encountered: