エリアアレイ広視野角LiDAR

広い視野

ハイパワー

高解像度

価格
モデル:Titan M1-Pro 価格

200mの検出範囲、120°の超広角FOV

重要なパラメータ

1〜200m

距離

H5250×V480

解像度

H120°V25°

視野

高さ0.03° 垂直0.05°

角度分解能

3000,000 ポイント/秒

サンプリング・レート

265mm * 183mm * 57mm

寸法

アプリケーションシナリオ

プロフェッショナルテスト、権威ある認定

広帯域ランダム振動

機械的衝撃

高温耐性

耐低温性

防水IP67

人間の目の安全性

お問い合わせ

ご質問やご提案がございましたら、メッセージを残してください。24 時間以内にご連絡いたします。

電話:+1 888-487-8667

Eメール:jian.lin@neuvition.com

企業ビジョン:よりスマートな未来のために、より良いビジョンを
✔✧
// 購読を申し込む $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('このメールアドレスは必須です'); 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('購読が完了しました!'); }, error: function (data) { console.log("err"); } }); console.log(email) })