819765928
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by 819765928-
Memory leake trigered by the realsense pipeline code c++ in Visual Studio 2017
std::shared_ptr<rs2::pipeline> __pipe;__pipe = std::make_shared<rs2::pipeline>();int count = 0;while (true){rs2::config cfg;cfg.enable_stream(RS2_STREAM_COLOR, 640, 480, RS2_FORMAT_BGR8, 15);cfg.en...
-
D415无法输出RGB图像
你好!最近我的相机出现了一个新问题。在使用过程中,它有时候无法输出RGB图像,其它功能正常。我多重启几次相机就恢复正常了。请问这是什么情况。
-
PC采集相机图像咨询
关于PC电脑不同的CPU获取相机图像速率受什么影响。我的台式电脑在640*480的分辨率下,帧数开到最大能够每秒50帧。使用树莓派4B每秒能22帧。另一块微型电脑UP2每秒能45帧,在它上面安装一些应用后即使不打开这些应用,它也只能跑6帧,它的cpu是E3940。请问相机采集图像受cpu什么因数影响。有像树莓派这种小型板子推荐吗,能高帧率
-
The resolution of the camera image is only half
On the Ubuntu 16 system, the depth map resolution is only half of the set.But it's normal on windows.
-
D415 Camera off line
In some computers of the same type, the camera will drop off.And restart the computer or drop the line.It only works when you unplug the camera and insert it again.So,I want to know why.
-
out of memory
Hello, Recently I found a strange problem.I ported my code from Linux to windows,and there was a memory overflow.After continuous analysis and debugging,I found realsense2.dll growing bigger and...
-
Realsense SDK2.0 image alignment
rs2::frameset data = pipe.wait_for_frames(3000); rs2_stream align_to = RS2_STREAM_COLOR;rs2::align align(align_to);auto processed = align.process(data); I used this code in my project. It has no pr...
-
RealSense SDK
Does realsense sdk include speech recognition