Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
AnswerRe: BinaryFormater FileStream structure Pin
Pete O'Hanlon23-Jul-10 11:07
mvePete O'Hanlon23-Jul-10 11:07 
QuestionLive GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 7:48
faheemnadeem23-Jul-10 7:48 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
Ennis Ray Lynch, Jr.23-Jul-10 9:15
Ennis Ray Lynch, Jr.23-Jul-10 9:15 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 11:31
faheemnadeem23-Jul-10 11:31 
QuestionRe: Live GPS data and Video synchronized recording and playback Pin
vijayr10-Nov-10 23:04
vijayr10-Nov-10 23:04 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 2:29
faheemnadeem15-Nov-10 2:29 
GeneralRe: Live GPS data and Video synchronized recording and playback [modified] Pin
vijayr15-Nov-10 19:05
vijayr15-Nov-10 19:05 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 19:34
faheemnadeem15-Nov-10 19:34 
If i am guessing right then your question was how i can associate multiple GPX files to a video or single GPX files to multiple videos.
The solution is simple.
I was using the name of the files to identify them. e.g i was using a label like this:
<ddmmyy-hhmmss-imei-partno>Both video and gpx files are in the same directory and have the same label for the same job. As the recording for both was started at the same time, so time + date stamp is unique, you can always use a unique ID in front to identify as well. i used the IMEI to identify individual remote clients internally and the part no to identify the number of GPX files or video files associated with each other.
Usually i used a single GPX file to record data as while recording i forced the OS file stream buffer to write the stream to text file immediately once arrived so that data won't be lost or the GPX text file corrupted in case of power loss. Usually you have to make multiple clips of the recorded videos to avoid much data loss incase of power loss. I used to make a new clip after 10 minutes.

I hope i got your question right.
Get back to me if there is anything else you require

Bye.
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
vijayr15-Nov-10 20:17
vijayr15-Nov-10 20:17 
QuestionCant copy a complete text file Pin
ayandelhi23-Jul-10 6:44
ayandelhi23-Jul-10 6:44 
AnswerRe: Cant copy a complete text file Pin
riced23-Jul-10 6:51
riced23-Jul-10 6:51 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 6:59
ayandelhi23-Jul-10 6:59 
AnswerRe: Cant copy a complete text file Pin
Richard MacCutchan23-Jul-10 6:56
mveRichard MacCutchan23-Jul-10 6:56 
AnswerRe: Cant copy a complete text file Pin
Luc Pattyn23-Jul-10 7:00
sitebuilderLuc Pattyn23-Jul-10 7:00 
AnswerRe: Cant copy a complete text file Pin
kevinnicol23-Jul-10 7:07
kevinnicol23-Jul-10 7:07 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 7:23
ayandelhi23-Jul-10 7:23 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 7:25
ayandelhi23-Jul-10 7:25 
QuestionMessage Removed Pin
23-Jul-10 6:22
professionalN_tro_P23-Jul-10 6:22 
AnswerRe: Open With (my App) Pin
Samuel Cherinet23-Jul-10 6:34
Samuel Cherinet23-Jul-10 6:34 
AnswerRe: Open With (my App) Pin
Yusuf23-Jul-10 6:37
Yusuf23-Jul-10 6:37 
AnswerRe: Open With (my App) Pin
Luc Pattyn23-Jul-10 6:58
sitebuilderLuc Pattyn23-Jul-10 6:58 
Questionproblem displaying Pin
Dhyanga23-Jul-10 6:17
Dhyanga23-Jul-10 6:17 
AnswerRe: problem displaying Pin
PIEBALDconsult23-Jul-10 6:23
mvePIEBALDconsult23-Jul-10 6:23 
GeneralRe: problem displaying Pin
Dhyanga23-Jul-10 6:26
Dhyanga23-Jul-10 6:26 
GeneralRe: problem displaying Pin
PIEBALDconsult23-Jul-10 6:52
mvePIEBALDconsult23-Jul-10 6:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.