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 got errors regarding the pipe and std::memcpy commands in InputSource/RealSense2Engine.cpp when made with make -DWITH_REALSENSE2. I fixed it by adding #include<memory> to InputSource/ImageSourceEngine.h
The text was updated successfully, but these errors were encountered:
I got errors regarding the
pipe
andstd::memcpy
commands in InputSource/RealSense2Engine.cpp when made withmake -DWITH_REALSENSE2
.I fixed it by adding#include<memory>
to InputSource/ImageSourceEngine.hThe text was updated successfully, but these errors were encountered: