3D View not rendering?
Tomas1337 opened this issue · 4 comments
Tomas1337 commented
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]
oliver-batchelor commented
Hmm. It's a pyvistaqt problem probably - do other pyvistaqt examples work?
mxjtufei commented
usage: multical [-h] {calibrate,intrinsic,boards,vis} ...
multical: error: the following arguments are required: app.command
oliver-batchelor commented
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
<#9 (comment)>, 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
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.