You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the run_pen_paper_demo.exe. I am getting the following error Object color_camera in camera, FocusedSilhouetteRenderer does not exist.
These are the steps I followed,
I am trying to run the M3T application. I managed to install the dependencies and successfully take a CMake build. Then, I opened the solution in VS and successfully built and installed the project. When I run the run_pen_paper_demo.exe , it force closes.
OS: Windows 10 64bit.
Build Type: Release /64bit
Can we run the demo using a regular USB camera?
The text was updated successfully, but these errors were encountered:
The pen paper demo works with a physical azure kinect camera. If you want to run it on a realsense camera you can modify the code accordingly (I tried and it worked). If you want to run it on another camera you need to create your own camera class first. If you want to run on a recorded sequence you need to adapt the code accordingly (see example: run on recorded sequence)
I am trying to run the run_pen_paper_demo.exe. I am getting the following error
Object color_camera in camera, FocusedSilhouetteRenderer does not exist.
These are the steps I followed,
I am trying to run the M3T application. I managed to install the dependencies and successfully take a CMake build. Then, I opened the solution in VS and successfully built and installed the project. When I run the run_pen_paper_demo.exe , it force closes.
Can we run the demo using a regular USB camera?
The text was updated successfully, but these errors were encountered: