|
|
ImageRecordingManager and the associated GUI plugin ImageRecorder allow distributed, synchronous recording of multiple image providers.ImageRecordingManager only orchestrates (i.e. configures, starts, stops) the recordings.ImageRecordingManager (for a quick recording, you can use the scenario ImageRecordingScenario from VisionX)ImageRecorder (connects to the ImageRecordingManager)ArmarXCore + recordings maps to .../ArmarXCore/data/ArmarXCore/recordings/)If you want to save the configuration for your specific application:
ImageRecordingManagerconfig_json of the ImageRecordingManagerThe recording configuration is now part of the scenario configuration and will be loaded by the ImageRecordingManager on start up.
A method for viewing the recordings in the ArmarX Gui is described here.