Replies: 1 comment 8 replies
-
To directly answer the title, yes eCAL player (and most of the applications) have an eCAL services API for remote control; though I didn't fully understand your problem to say if it's a good solution. Primarily confused about the relevance of eCAL player/recorder as The monitoring API could let you figure out the currently active (with synchronization time error) topics. Intro to eCAL services: The eCAL monitor is able to show what services an application advertises: Samples: Source Protobuf defining the eCAL player services: |
Beta Was this translation helpful? Give feedback.
-
Language:
C++
Can someone help me with interacting with the eCAL Player?
I wish to use the
ecal_meas_cutter
tool for trimming eCAL recordings, but if I use the eCAL Player and eCAL Recorder, if the Player is paused midway recording, a wrong trimmed recording is saved since the recording will think of it as frame drops.Is there any
C++
API to interact with the eCAL Player to take the relative timestamp of ongoing recording being played so that I can pass them to theecal_meas_cutter
tool as an argument as start and end timestamps?Please let me know if Monitoring API can help me with this as well by any change.
Beta Was this translation helpful? Give feedback.
All reactions