Titan S2
Low cost, Small Size, Pure solid-state
Application scenarios: supermarket flow statistics, privacy protection monitoring, security detection, indoor 3D imaging, volume measurement in trucks, industrial machine vision, AMR/AGV/RGV obstacle avoidance, Anti-Fall robot, robot obstacle avoidance, etc.

Titan S2

Low cost, Small Size, Pure solid-state

Application scenarios: supermarket flow statistics, privacy protection monitoring, security detection, indoor 3D imaging, volume measurement in trucks, industrial machine vision, AMR/AGV/RGV obstacle avoidance, Anti-Fall robot, robot obstacle avoidance, etc.

S2 point cloud

Parameter

Titan S2-45 Titan S2-70 Titan S2-120
Distance 0.3-18m @ 20%,precision: ±2cm; 0.3-18m @ 20%,precision: ±2cm; 0.3-18m @ 20%,precision: ±2cm;
Resolution H288 x V160 H240 x V100 H220 x V128
Field of View H45°V25° H70°V30° H120°V70°
Angular Resolution H0.16° V0.16° H0.3° V0.3° H0.5° V0.5°
Size 146mm * 90mm * 51mm 146mm * 90mm * 49mm 146mm * 90mm * 49mm
Download

Comparison between Titan S2 and Titan M1 series

Titan S2
Flash LiDAR (pure solid-state)
940nm
VCSEL
Close range(0.3-18m)
Indoor&Outdoor

Technology Route

Waveband

Laser Emitter

Detection Range

Usage Scenario

Titan M1 Series
MEMS LiDAR (hybid solid-state)
1550nm
Single-photon detection
Long range (60-600m)
Indoor&Outdoor

Professional Test, Authority Recognized

broad-band random vibration

mechanical shock

high temperature resistant

low temperature resistant

waterproof IP67

human eye safety

Contact Us

If you have any questions or suggestions, please leave a message, we will get in touch with you within 24 hours!

Phone:+1 888-487-8667

Corporate vision:Better vision for smarter future
✔︎
// 提交订阅 $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('This email is required'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: 'subscribe customer', email: email, json: jsonStr, message: 'subscribe message', }, cache: false, dataType: 'json', success: function (result) { alert('Successfully Subscribed!'); }, error: function (data) { console.log("err"); } }); console.log(email) })