-
Notifications
You must be signed in to change notification settings - Fork 882
Description
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.