jvkloc
Member
Posts: 29
Likes: 8
|
Post by jvkloc on Apr 28, 2023 8:26:30 GMT
I started as an intern in a project involving Awinda Motion Tracker live data recording via Python and Xsens Device API. I have managed to start recording but I haven't yet found the necessary callback options etc. to get any data saved on a log file. Just curious if some Xsens Device API users are browsing this forum and could offer some advice.
In a nutshell:
I open a control object and the port to which the Awinda USB Dongle is connected and set the Dongle options with xda.XSO_RetainLiveData, xda.XSO_Orientation and XSO_OrientationInLiveStream.
Then I set the update rate and radio channel, enable the radio and set the Dongle to measurement mode (thus setting also the motion trackers into measurement mode).
Then I create a log file and start recording.
No problems. But there's no data in the logfile after I stop recording. I'm now trying to figure out what callback options/handlers etc. I should use in order to make the recording work.
|
|
jvkloc
Member
Posts: 29
Likes: 8
|
Post by jvkloc on Jul 12, 2023 19:04:46 GMT
Also the customer support couldn't tell why the logfile is empty or make it work. So I guess it remains an eternal mystery.
|
|