oliver-batchelor / multical

Multi-camera calibration using one or more calibration patterns
Other
362 stars 67 forks source link

3D View not rendering? #9

Open Tomas1337 opened 3 years ago

Tomas1337 commented 3 years ago

Ran the visualizer but ended up with a blank 3D View: Calibration seems okay with logs

Function evaluations 4, initial cost 8.5464e+03, final cost 8.3858e+03, first-order optimality 1.69e+03. Adjust_outliers end: reprojection RMS=1.267 (1.994), n=10455 (10583), quantiles=[ 0.0041 0.4507 0.7859 1.2893 104.1417]

image

oliver-batchelor commented 3 years ago

Hmm. It's a pyvistaqt problem probably - do other pyvistaqt examples work?

mxjtufei commented 3 years ago

usage: multical [-h] {calibrate,intrinsic,boards,vis} ... multical: error: the following arguments are required: app.command

oliver-batchelor commented 3 years ago

It needs to be run with an argument...

e.g. multical calibrate

See the README.md for some examples

On Wed, Sep 8, 2021 at 5:41 PM XueJianMa @.***> wrote:

usage: multical [-h] {calibrate,intrinsic,boards,vis} ... multical: error: the following arguments are required: app.command

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/saulzar/multical/issues/9#issuecomment-914933764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAITRZOFFEN3TWYPA7ICAWTUA3ZRRANCNFSM46XNLZ5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

kl2005ad commented 1 year ago

3D view not rendering for me, too... other things are fine. I tried an independent test for pyvistaqt and it works, so it is the multical that has some issue.