Satsuna1352
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by Satsuna1352-
Sorry for my late reply, I used sensor.get_option(rs.option.frames_queue_size) to check the frames_queue_size and it returned 16. Therefore, I used sensor.set_option(rs.option.frames_queue_size, 2)...
-
Hello MartyG, I've read the article you posted, but I don't know how to check/change frame_queue capacity in python. It seems that frame_queue object does the same thing as pipeline object? Is the...
-
Thanks for your reply, but my fps is set to 60, so the required minimum exposure time is 1000ms/60fps = 16.6ms And I've already set the exposure value to 78(=7.8ms). I think the exposure value is q...
-
Thanks for your suggestion of the format to save depth data. I've read the OpenCV align program, but it still seems to align color and depth when they're in a frame set, and then gets depth and col...
-
Hello. MartyG, Thank you for your reply, but the size of bag file is too big, so it's not in my consideration. opencv can save depth image into PNG now, and use cv2.imread('xxx.png', cv2.IMREAD_UNC...
-
Hello MartyG &Evgeni Raikhel, I follow the instruction https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md#use-automation-script And I can get firmware timestamp ...
-
I read that article before, and what confused me is where can I find the source code. It seems that I should choose the source code, then choose where to build the binaries, press "Configure" button.
-
Hello MartyG, Thank you for your reply, but I'm not familiar with Cmake. I originally install pyrealsense2 via pip. My OS is Windows. And I have downloaded the Cmake-GUI.exe. Would you please give ...
-
Hello Alexandra, I've tried the Multiprocessing module and it actually works better than Threading. Thank you for your reply. In addition, I have a problem about how to get the timestamp of every f...
-
Hi, Alexandra, Based on your snapshot, the time difference of every 2 frames is 10~20ms. And it meets the 60 fps (16.6ms difference of every 2 frames). Attached is my snapshot, most time difference...