1

I need to incorporate two types of cameras (2x connected by a long wire + 7x connected near the Xavier). For such lengths, I had to use a Serializer-Deserializer (SerDer) to make the camera wires more than 4m long.

For the camera, we are left with 3 options:

To avoid the cost behind the first 3, I resort to the 4th and unusual choice. I know that CSI cameras are not for such distance connections. But I saw that Thine had solutions for that. I can't find a way to interface its bare-silicon (or ICs without any interfacing circuit) to the Xavier.

Is there a way to interface such (or any other) SerDes with the Xavier ?

And/Or

Is there any alternate low-cost solution to get my Cameras wired at such distance > 4m ?

Pe Dro
  • 151
  • 7
  • Please explain the words you're using here when talking about something uncommon. Most everyone here will know what a serdes is, but a Jetson Xavier AGX is an entirely unfamiliar term, and I don't know what GMSL, FTDI III, GigE, MIPI, CSI, or what you mean by "bare-silicon (SMDs)". – Hearth Jul 04 '20 at 20:36
  • @Hearth I have made the required edits – Pe Dro Jul 05 '20 at 12:37

1 Answers1

0
  1. From your list GMSL is definitely best solution. GMSL used several self-driving car equipment's vendors. E.g. Maxim Integrated has good GMSL product portfolio.

  2. LVDS is also considerable solution (not only from Thine, most company provide LVDS serdes).

  3. My doubt about multiplexing 9x video streams w/o glue. Tiny (or middle) FPGA would be solve this issue. If we talking about using FPGA, we also might consider to use TMDS connection to cameras (although GMSL stay still #1 in reliability for industrial application).

Doka
  • 1
  • 1