819765928
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by 819765928-
首先,感谢你的解答。 但是现在我还是有一些疑惑,D4硬件是一直打开的吗,还是需要手动打开?不同的CPU还是有影响,我用了一些低端CPU,例如Celeron N3350。它的采集就很慢。我也尝试了你推荐的方法,确实恒定了帧率,但是我修改曝光值后在改回原样,深度图是黑的。用其它电脑使用realsense-viewer则是好的。我的Raspberry Pi 4 Model B是4G版的
-
Some days have passed.Now I've found something new.The previous camera is offline. At least the device number of the camera can be seen under /dev to ensure that the camera is connected.Then I use ...
-
Well, it's true.Actually, it's OK with my code.I changed my camera from D415 to D435i,but I didn't notice the difference in the field of view between the RGB and the depth of the d435i.So,I using t...
-
I'll try update camera firmware driver.
-
Yes,that will happen. But,Now I have my camera on all the time.One or two days, or a little longer, it's going to be offline.
-
Of course,the camera comes with it.
-
Hi MartyG. After a period of time, new problems first appeared.In the past, when the camera was offline, the device could be found under /dev, but the software could not be opened.So,I added hardwa...
-
NO, not use syncer.
-
I'm sorry to get back to you so late.C + + Programming I used.After two days, I obviously saw the increased memory in my project. static rs2::context ctx; return ctx.query_devices().size(); I keep ...
-
Hi Marty, thanks for the reply! I keep creating RS2:: context in the code, but I add static, and the memory is still increasing. There are other places that are increasing, but I can only see t...