Ihor Ivlev
Ihor Ivlev
In #60 there is sample config for two cameras > [StructuredLightSystem] Type=Z3D::ZStereoSLSPlugin Mode=DualCamera Cameras/Left/Type=Z3D::ZSimulatedCameraPlugin Cameras/Left/Name=Left Cameras/Left/Folder=../sample/0 Cameras/Right/Type=Z3D::ZSimulatedCameraPlugin Cameras/Right/Name=Right Cameras/Right/Folder=../sample/1 StereoCalibration/Type=Pinhole StereoCalibration/ConfigFile=../calib/20180110181159.multicameracalib.yml PatternProjection/Type=Z3D::ZBinaryPatternProjectionPlugin but it's not clear how to get StereoCalibration/ConfigFile...
After a bit of reverse-engineering I was able to start multi camera calibration with following config file (Z3DMultiCameraCalibration.ini) > [Left] Type=Z3D::ZSimulatedCameraPlugin Name=Left Folder=./left_calib [Right] Type=Z3D::ZSimulatedCameraPlugin Name=Right Folder=./right_calib it's also not...