Titan M1 First-generation Star Product

480-line Resolution, 200-meter Detection Range, 45° Horizontal FOV

Application Fields

V2X/Smart Road
Rail Traffic Intrusion Detection
Industrial Machine Vision
Smart Port

Use Case Point Cloud

Parameter

1-200m @ 20%;Precision: ±2cm

Distance

H 0.03°;V 0.05°(single line:H0.024°)

Angular Resolution

H1750;V480(single line:H1750)

Resolution

1500,000 Points/s(Max)

Repetition Rate

H 45°;V 25°(single line:H42°)

Field of View

170mm * 63mm * 165mm

Size

Download

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) })