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
Thanks for your work. Does it support the network RealSense connection? I tried to add -DBUILD_NETWORK_DEVICE=ON in this line of CMake, then tried net_viewer.py. It will have ImportError: cannot import name 'pyrealsense2_net' from 'pyrealsense2' error.
The text was updated successfully, but these errors were encountered:
Yes, there seems to be a problem but there is no error message or something like that while building. The following thread has the same problems and maybe is connected IntelRealSense/librealsense#9946.
Thanks for your work. Does it support the network RealSense connection? I tried to add
-DBUILD_NETWORK_DEVICE=ON
in this line of CMake, then tried net_viewer.py. It will haveImportError: cannot import name 'pyrealsense2_net' from 'pyrealsense2'
error.The text was updated successfully, but these errors were encountered: