Sensoray 1012

From eLinux.org
Revision as of 09:04, 6 November 2018 by Ross-newman (talk | contribs) (Links)
Jump to: navigation, search
1012 8ch Frame Grabber

8-channel frame grabber with audio capture

  • Simultaneously captures 8 composite video + 8 analog audio
  • 8 NTSC/PAL inputs captured to YUYV, UYVY, RGB555, or RGB565
  • 8 audio inputs captured to PCM
  • Real-time image resize and H/V flip
  • Ultra-compact footprint

Installation

Jetson AGX Xavier does not have mPCIe slots (supports newer M.2) so you will need a PCIe adapter. I have had sucess with the StarTech PCIe to Mini PCIe card connected to the full size PCIe port on the Xavier.

Once installed it will identify itself on the PCIe bus as shown below:

0003:01:00.0 Multimedia controller [0480]: Intersil Techwell Device [1797:6869] (rev 01)

SDK Installation on target

There are some issues with the kernel source on the Xavier for native driver compilation. Please use this | script on Jetpack 4.1 to rectify these issues and prepare the build system.

Links