I am trying to interface jetson with an HD-SDI imagery source. To do this I am trying to use a HD-SDI Frame Grabber. I have found through other forums like the one below that this is not supported directly through Nvidia for PCIE connection: https://devtalk.nvidia.com/default/topic/1044621/jetson-tx2/mpcie-sdi-video-cards-support-with-jetson-tx2-module-/
My thoughts after reading this were wether or not I could connect to the jetson with HD-SDI through an external source like USB3.0 or CSI-2? Would the Jetson include the drivers I would need to have my C++ program interface directly to the camera?
Below are the two options I have found that could work for these use cases:
HD-SDI to USB3.0: https://www.theimagingsource.com/products/converters-grabbers/sdi-to-usb-3.0-converters/
HD-SDI to csi-2: https://auvidea.eu/product-category/csi2bridge/sdi2csi/
Thank You!