|
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:
ImageRecordingManager
config_json
of the ImageRecordingManager
The 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 ../view-images-using-playback-image-provider/README.md "here".