Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chose one of: Z3D::ZStereoSLSPlugin #60

Open
TON14 opened this issue Jul 27, 2020 · 1 comment
Open

chose one of: Z3D::ZStereoSLSPlugin #60

TON14 opened this issue Jul 27, 2020 · 1 comment

Comments

@TON14
Copy link

TON14 commented Jul 27, 2020

how to solve it?
z3d.zstructuredlight.zstructuredlightsystemprovider: structured light type not found: "" (available types: "Z3D::ZStereoSLSPlugin" )

answer:
open file Z3DScanner.ini
[StructuredLightSystem]
Type="Z3D::ZStereoSLSPlugin"

but i have new error
z3d.zstructuredlight.slsystems.stereo.zstereoslsplugin: mode not found: "" (available modes: "DualCamera, Projector+Camera" )

need manual how run software and Z3DScanner.ini example

@nikolaseu
Copy link
Owner

You need something like this:

[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

The different plugins have different options/params, for example the camera here is simulated so it has a Folder. For Allied Vision cameras you'll need to set the DeviceID (see code), etc.

You'll have to change/add whatever is necessary for your setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants