"Please choose a camera before mapping" error when calibrating
timrolls opened this issue · 1 comments
timrolls commented
Works if you spam the button.
Seems like a state issue. Should only display this when mapping and no camera is allocated.
Possibly a bug in UI library, need to investigate
timrolls commented
Was caused by cam.isAvailable(), which refers to new frames available, and is usually false.
Switched to cam.isLoaded() which works as expected.
Now works withthreaded cameras again.