MYNT-EYE-S-SDK icon indicating copy to clipboard operation
MYNT-EYE-S-SDK copied to clipboard

MYNT EYE S SDK (MYNT® EYE Standard Camera)

Results 66 MYNT-EYE-S-SDK issues
Sort by recently updated
recently updated
newest added

1. roslaunch mynt_eye_ros_wrapper mynteye_s1030_laserscan.launch 2. rviz -d mynteye.rviz 3.Global Options -> Fixed Frame: depth_to_lasersacn; 4.Add LaserScan -> Topic:/scan ERROR : Could not convert depth image to laserscan: Cannot call rectifyPoint...

When I try to start the device using the ROS wrapper I get the following error ```bash process[mynteye/mynteye_wrapper_node-2]: started with pid [21508] [ INFO] [1589755977.615637688]: Initializing nodelet with 4 worker...

The disparity or depth image is only coming in at about 0.5 - 1 Hz. I am using the SDK on Windows. I have tried many of the examples built...

I can use the mynteye-s-calibrator to finish the stereo calibration, but the camera model is equidistant. How can I use the equidistant result to finish the stereo rectifiction? Can I...

The `deb` package for Ubuntu 16.04 has a broken CMake configuration. When trying to build a CMake project that uses the `mynteye` package, the following error arises: ``` CMake Error...

Is there an imu calibration tool provided, and are the imu calibration parameters in the device already correct?

Make init Init tools Install cmd: sudo apt-get install Install deps: build-essential curl cmake git make All deps already exist Init deps Install cmd: sudo apt-get install Install deps: libv4l-dev...

I've just installed the SDK from source without problems but when I run the sample program ./samples/_output/bin/api/camera_a I get the following error message: `~/Softwares/MYNT-EYE-S-SDK$ ./samples/_output/bin/api/camera_a I/utils.cc:35 Detecting MYNT EYE devices...

why i can get a image from the "device->GetLatestStreamData(Stream::LEFT)", but i get 0 imu data from the device->GetMotionDatas, sometimes. Hope get your reply.