Parameters

200m@10%

Detection Range

0.1°x0.2°

Angular Resolution

120°x 25°

Field of View

+/-2cm

Accuracy

128-line

Scan Lines

100Klux

Ambient Light Resistance

Technical Requirements and Features of Automotive LiDAR

Typical technical requirements
  • Detection range >200m @10% reflectivity;
  • Angular resolution: the FOV area (H)0.1° X(V)0.2° or better;
  • Minimum frame rate ≥ 10fps;
  • Ambient light resistance ≥ 100Klux and anti-LiDAR interference;
  • FOV >=(H)120° x (V)25° (can be non-uniform FOV);
  • Volume: easy for integration (outside or inside the driver compartment);
  • Power consumption: 10W~20W inside the driver compartment; no more than ~30W outside the driver compartment;
  • Class 1 eye-safe;
  • Work nearly around the clock;
  • Automotive-grade; acceptable cost and mass production;
Key technical features
  • Effective entrance pupil of receiving system;
  • Photoelectric receiving sensor type;
  • Receiving demodulation mode and signal processing;
  • Anti-ambient light, anti-noise and anti-interference (coaxial reception, filter bandwidth, time domain decoding, spatial domain interference resistance);
  • Light source wavelength;
  • Emitted beam divergence, beam diameter, and beam quality;
  • Transmit power;
  • System dot frequency;
  • Projection scanning mode Transmit Code;

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