1

Hello everybody,
I'm writing a C# WPF application that records biometric data from athletes, and I would like to add video for better analisys. I'm trying to send a message to sync data sampling and video frames but Kinovea is not doing anything upon my input. Apparently there are no errors. Does someone have any advice for me?

Thanks in advance,
Claudio

2

Nailed it: just had to marshal to unicode.

3

Glad you solved your issue. You were talking about passing WM_COPYDATA messages right?
I actually tested this outside of C# so if you could share the final code snippet where you make the call it would be great, I'll add it to the documentation somewhere. I think it would be great to have several code samples in various programming languages for this.