Jetson TX2, TX2i or something else?

Hi. I am looking at either the Jetson TX2 or TX2i to embed neural nets for live video analysis from a 4k IP camera and also to analyze live imagery from a computer screen display connected via HDMI cable. Can either of these devices interface w/ an IP camera and/or via HDMI? Both products claim a wide variety of standard hardware interfaces. Thanks!

Hi,
Both TX2 or TX2i are good for single 4K video decoding. And for doing deep learning inference, please try DeepStream SDK.

We have implementation for IP camera source. you can try to set source to type=2(URI) or type=4(RTSP). Please refer to document:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_ref_app_deepstream.html#source-group

Thank you! Most appreciated.
Glenn