Skip to content

Quick Start

Getting started guide for Mesiontech products. Choose the section that matches your product type.


Optical Vision Module

For MD_FT68, MD_FT63, MD_FT62, MD_FT66, MD_FT70 series modules and Mesiontech AR Glasses.

SDK Download

SDK packages and docs for all platforms, see SDK & Algorithm.

Ubuntu (x84_64)

The following setups apply to Ubuntu22.04. For Ubuntu20.04, Replace Carina_VIO_Console-x86_64-ubuntu22.AppImage to Carina_VIO_Console-x86_64-ubuntu20.AppImage

1. Download AppImage

2. Install Dependencies

sudo apt update && sudo apt install libfuse2
sudo apt install libxcb-cursor0 libxcb1 libxcb-keysyms1 libxcb-shape0 \
  libxcb-xfixes0 libxcb-xkb1 libxkbcommon0 libxkbcommon-x11-0 \
  libfontconfig1 libfreetype6 libglib2.0-0 libgl1 libegl1

3. Software Permission Setup

chmod +x Carina_VIO_Console-x86_64-ubuntu22.AppImage

4. System USB Permission Setup

sudo ./Carina_VIO_Console-x86_64-ubuntu22.AppImage --install-rules

Without this step, you'll need root privileges (sudo) for subsequent operations.

5. Launch Application

./Carina_VIO_Console-x86_64-ubuntu22.AppImage

Displays left/right camera images, pose and trajectory in real time.

Ubuntu (aarch64)

1. Permission Setup

Copy cpld.rules to /etc/udev/rules.d/ and reboot:

sudo cp cpld.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules

Without this step, you'll need root privileges (sudo) for subsequent operations.

2. Run Demo

export LD_LIBRARY_PATH=./lib
./bin/run_a1088_demo ./custom_config.yaml ./database.bin 0

Outputs SLAM pose (translation) in real time.

Press q to quit.

Android

  1. Install carina_console.apk
  2. Open app, grant all permissions
  3. Shows binocular camera + SLAM pose output

Windows

  1. Download Carina_VIO_Console-x64-windows.exe
  2. Install application and USB driver under instruction
  3. Double click Carina Console on Desktop to launch

Mac

  1. Download Carina_VIO_Console-2.9.8-dev-arm64-macOS26.dmg (2.9.8 is version number)
  2. Double click app to launch

See 📄 Carina Console Instruction for details.

Notes

⚠ The module/chip Type-C connector is directional. If it doesn't work, try reversing the connection.


AR Glasses

For monocular/binocular AR glasses with compute box (XR2/RK3588).

First Use

  1. Connect AR glasses to compute box via Type-C
  2. Power on, wait for YYSS Launcher
  3. Launch apps, mirror screen, or adjust settings

Video: Compute Box First Steps

PC Wireless Mirroring

  1. PC and box on same network
  2. Download tool (Baidu Pan, code: g2s9)
  3. Follow tool instructions

Video: PC Wireless Mirroring

SteamVR Streaming

  1. Download driver pack (Baidu Pan, code: k177)
  2. Copy PVRServer to SteamVR/drivers/
  3. Install yyss_steam_vr-release.apk on box
  4. Same network, open yyss_steam on box, launch SteamVR on PC

Video: SteamVR Streaming

ALVR Streaming

  • PC and box on same WiFi
  • Open "ALVR YYSS" on glasses, note IP
  • Run ALVR Dashboard YYSS.exe on PC, add IP, Launch Steam VR

Requires: Win11 + Steam + SteamVR, box firmware ≥ SW_YYSS_V1.01.115 ⚠ Path must not contain Chinese characters

OTA System Update

  1. Download update.zip (Baidu Pan, code: 9y4j) to sdcard root
  2. Settings → System Update → Local Upgrade → Reboot

Video: System Update Guide

6-Axis IMU Calibration

adb shell am start -n com.yyss.arcore/com.yyss.arcore.phonecontroller.Controller_Calib

Further reading: SDK & Algorithm, FAQ, Resources & Tools