Cristian Vilar

  • Total activity 23
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6

Activity overview

Latest activity by Cristian Vilar
  • Cristian Vilar commented,

    Hi MartyG, I tried with the auto_exposure "1" and I got the same result:

  • Cristian Vilar commented,

    Hi MartyG, Yes, I tried both methods and Exposure limit is not working in both sensors (depth & RGB) dev = profile.get_device();depthSensor = dev.first('depth_sensor'); %color sensor also trieddep...

  • Cristian Vilar commented,

    Matlab wrapper is not working for both Depth and RGB cameras.  

  • Cristian Vilar commented,

    Hi, I installed the SDK 2.43 and the auto exposure limit is implemented only for the depth camera, but I would like to control also the autoexposure limits of the RGB camera. Is it possible?, Is it...

  • Cristian Vilar created a post,

    Auto exposure limits

    Hi, I would like to ask if it is possible to use the auto exposure but including a max value to avoid blured images at low light conditions. So, for example using auto-exposure but limiting the max...

  • Cristian Vilar commented,

    Hi, In the camera tunning guide says that the stereo camera time exposure units are Microseconds. Therefore when you configure the time exposure value to "120" than means 120 Microsenconds. But fo...

  • Cristian Vilar created a post,

    Exposure time units

    Hi, I would like to modify the RGB exposure time, but I don't know the units format. sensors{1}{2}.set_option(realsense.option.exposure,120); Is this "120" equivalent to 120us, 1,20ms or 120ms? reg...

  • Cristian Vilar created a post,

    From pointcloud to depth

    Hi, I would like to transform back my processed pointcloud data to a depth image, but the Matlab wrapper only provides the function to transform from depth to pointcloud. Is there any available fun...

  • Cristian Vilar commented,

    Hi, Yes, it was a wrong framerate value. i choose 5fps instead of 6fps an it works. regards, Cristian  

  • Cristian Vilar commented,

    Hi, I updated the SDK and the camera firmware. Now I can use the camera with matlab 2019.b but with one issue: Command pipe.start(cfg) doesn't works: cfg = realsense.config();cfg.enable_stream(real...