slightech / MYNT-EYE-ROS-Wrapper

ROS wrapper for the MYNT EYE SDK
69 stars 21 forks source link

Cannot disable disparity computation #16

Closed mpkuse closed 5 years ago

mpkuse commented 5 years ago

Hi, I did get the mynt eye ros wrapper. It does output the images.

However, here are my issues: a. I cannot seem to disable the disparity computation In the launch file, i edit

  <!-- stream toggles -->

  <arg name="enable_left_rect" default="false" />
  <arg name="enable_right_rect" default="false" />
  <arg name="enable_disparity" default="false" />
  <arg name="enable_disparity_norm" default="false" />
  <arg name="enable_points" default="false" />
  <arg name="enable_depth" default="false" />

Still for some reason it outputs the disparity. I just want the stereo image not the disparity for now. Disparity computation unnecessarily occupies my CPU which I do not want at the moment.

b. I see some artifacts on the image. see attachments. How should I fix this. ? screenshot from 2018-12-13 16-33-45

c. Is this a gray only camera or is it possible to get color images from it?

BernardinD commented 5 years ago

Did you ever figure this out?