Satsuna1352

  • Total activity 24
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Activity overview

Latest activity by Satsuna1352
  • Satsuna1352 commented,

    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)...

  • Satsuna1352 commented,

    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...

  • Satsuna1352 commented,

    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...

  • Satsuna1352 created a post,

    Strange FPS when enable both color and depth streams

    Hello, my camera is D435 and I use python wrapper. I want to stream both color and depth in 60fps,  I close auto exposure and set the exposure value to 78.(I think it means exposure time=7.8ms) I r...

  • Satsuna1352 commented,

    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...

  • Satsuna1352 commented,

    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...

  • Satsuna1352 created a post,

    Align color and depth images

    Hi, I'm using D435 and python wrapper. I want to align depth to color image in 60fps, but when I use the align function(5th and 8th line), the fps drops to about 20, if I don't align them, the fps ...

  • Satsuna1352 created a post,

    Deproject pixel to point problem

    Hello, I have two questions. My camera is D435, and I have the need to calculate the angle between two vectors. Both my resolution of color and depth image are 640*480, and I've aligned the depth f...

  • Satsuna1352 commented,

    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 ...

  • Satsuna1352 commented,

    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.