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
In terms of making a pango_video driver, I've first successfully gotten the realsense2 driver working on macOS arm64 with an Intel Realsense D405 camera, testing with ./VideoViewer realsense2://
Again, my apologies for only now responding. For anyone else that sees this, the 'test' driver is the most minimal Pangolin video driver example (VideoViewer "test://"):
Hi all - I'd like to get my Revopoint POP3 3D scanner/camera working as a pango_video input.
This is their example project, which is linked against their closed-source library:
https://github.com/Revopoint/3DViewer/
In terms of making a pango_video driver, I've first successfully gotten the realsense2 driver working on macOS arm64 with an Intel Realsense D405 camera, testing with
./VideoViewer realsense2://
Searching both that repo and the Pangolin one for "memcpy", I think writing a driver may come down to somehow modifying
Pangolin/components/pango_video/src/drivers/realsense2.cpp
with functions and libraries found in
3DViewer/src/cscamera/cscamera.cpp
It's not that I'm stuck atm per se - I would just appreciate it if anyone could give me an idea whether this is a good approach, thanks.
The text was updated successfully, but these errors were encountered: