Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video replay tool #770

Closed

Conversation

clement-roblot
Copy link
Contributor

A tool to replay a video of a flight in sync with the replay of the log. The documentation is available here :

https://wiki.paparazziuav.org/wiki/Video_replay

To test it, you need to delete your conf/control_panel.xml, in order for the make to regenerate it with the new tool. A make clean doesn't do it.


static void on_Message(IvyClientPtr app, void *user_data, int argc, char *argv[]){

if(strcmp ("time1", argv[0] )) return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it only works for aircraft 1 ?

@clement-roblot
Copy link
Contributor Author

Had a few issues with git, so I had to reset my branch. But the two comments should have been taken into consideration in this version.

g_timeout_add (1000 , __timeout_func , ml);


IvyInit ("Example1", "Example1 READY", NULL, NULL, NULL, NULL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would make sense to call this ivy node Video Synchronizer instead of Example1 here...

@flixr flixr closed this in 78e1de4 Jul 18, 2014
@clement-roblot clement-roblot deleted the videoReplayTool branch July 24, 2014 07:42
@flixr flixr added this to the v5.2 milestone Jul 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants