Hello,
In page 61 in TEGRA LINUX DRIVER PACKAGE DEVELOPMENT GUIDE", there is a table named Camera API Matrix:
Uses Tegra ISP (CSI Interface) ------------- Camera API libargus , GStreamer (GST-NVCamera)
Does not use Tegra ISP (CSI Interface) ---- V4L2
USB (UVC) (USB Interface) -------------------V4L2
I don’t understand the above table, and would like to ask the following:
- What does it mean a “tegra ISP camera” ?
- I need to support DPI mipi cameras. Which column does it fit into ?
- If the camera is in the 2nd or 3rd row above, does it mean that I can’t use gstreamer with these cameras ?
Thank you,
ran