Replies: 1 comment 1 reply
-
Could you upload a log file of a sample run? Plus does timestamp interpolation of transform sources, so it should interpolate to the nearest available video frame timestamp. If should be sending the constant transform in the transform-only server. Edit: there is usually a warning if interpolation fails |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am doing some experiments with the VirtualMixer. It works well for mixing video and optical tracking virtual device. I decided to add a third input that for now simulates a device that just sends a constant matrix:
The configuration file PlusDeviceSet_Server_OpticalMarkerTrackerMixer.txt sets up 2 servers one with the mixer, the other one with the generic device only. The server with the generic device only receives the right matrix but the server handling the virtual mixer always receives the identity matrix... Could it be a timestamp issue as we can see there is a difference in the frac part of the timestamp?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions