MYNT-EYE-S-SDK
MYNT-EYE-S-SDK copied to clipboard
MYNT EYE S SDK (MYNT® EYE Standard Camera)
What is the supported version of the SDK on Jetson TX2? I am trying to use a mynteye S-1030 with a Jetson TX2 18.04 4.9.130-tegra aarch64. **Problem** Using ROS Melodic...
sdk2.5
/usr/include/c++/9/bits/shared_ptr.h:714:5: note: template argument deduction/substitution failed: /home/deepin/SLAM/MYNT-EYE-S-SDK-2.5.0/src/mynteye/api/synthetic.cc:331:27: error: template argument 1 is invalid 331 | POINTS_PROC_PERIOD); | ^ /home/deepin/SLAM/MYNT-EYE-S-SDK-2.5.0/src/mynteye/api/synthetic.cc:336:40: error: ‘DepthProcessor’ was not declared in this scope; did you mean...
Hello, is it possible to trigger the S210 via an external trigger signal? Thanks! Best Michael
System: Ubuntu 18.04 Command: make samples Abort due to errors in line 340 of synthetic.cc Output of "make samples" /MYNT-EYE-S-SDK-master/src/mynteye/api/synthetic.cc:340:26: error: no matching function for call to ‘make_shared(std::shared_ptr, std::shared_ptr, std::shared_ptr,...
Hi, I have an S210 camera that should be able to output images of resolution 1280x400 and 2560x800 (stereo so 640x400 and 1280x800 for each sensor). The camera can output...
to_pak2 tpr.gyro[0] = pak1.segments[i].gyro[0] * gyro_range / 0x10000; The result of an integer operation is an integer. Should be modified to: tpr.gyro[0] = pak1.segments[i].gyro[0] * 1.f * gyro_range / 0x10000;
When I use cv::VideoCapture I get green and purple image. I want to get right image and left image using cv::VideoCapture.
Hi, I bought a S1030 and was trying to do a firmware upgrade. However, during the first upgrade, I noticed the device was identified as "S1040" but I went ahead...
Hi, I updated my MYNT S1030's firmware to the MYNTEYE-S1030-2.7.0.img according to your guidelines. However, the SDK cannot run anymore after I updated my firmware. It always shows errors as...