惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
Martin Fowler
Martin Fowler
爱范儿
爱范儿
IT之家
IT之家
Last Week in AI
Last Week in AI
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
The Cloudflare Blog
MyScale Blog
MyScale Blog
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog

KittenLabs

Casiomania Marantz UD5007 power supply replacement AnotterKiosk GPD Pocket 4 Speaker DSP IP-over-Toslink Extreme Pi Boot Optimization WiFi auth with OsmoHLR/SIM cards Windows 11 tweaks & usability improvements Using custom domains as a Fediverse redirect 25GBit/s on macOS & iOS Router overclocking Real gaming router Manage RDP certificates on Windows using SSH 20 port USB-C charger Reviving a dead Gigabyte MJ11-EC1 mainboard NVMe BIOS Option ROM 2.5GbE PCIe NIC mod board Blinkekatze ThinkPad T41/T43 USB-C HomeSwitch 4 DC UPS (Lithium) OLED nametag Thermal camera macro Blåmba LPT printer emulator PC104 ISA adapter Palm IIIc USB-C OtterCast Gigaset DECT debug adapter M.2 NVMe -> miniPCIe
FX3 LVDS Frame grabber
By Manawyrm and tSYS | Saturday, January 04, 2025 · 2025-01-04 · via KittenLabs

Cypress FX3 SuperSpeed Explorer Kit-based 16bit LVDS USB 3.0 frame grabber

16bit LVDS FX3 Framegrabber PCB with SuperSpeed Explorer Kit mounted on top

What is it?

The 16bit-LVDS-FX3-Framegrabber is a Cypress FX3 SuperSpeed Explorer Kit-based PCB, which can digitize a parallel 16bit digital video stream from a commercial image sensor. It exposes a USB 3.0 UVC (“webcam”) device to the operating system.

Video signal is accepted on a 50pin SCSI-II connector as parallel LVDS.
Required signals:

  • DATA_VALID
  • HSYNC
  • VSYNC
  • PIXCLK
  • DATA0 through DATA15

The framegrabber follows the common industry standard pinout for 16bit digital LVDS video.

The current state of the firmware/GPIF II configuration is fixed to 1024x1024px, 16bit dynamic range.

Hardware

Plain 16bit LVDS FX3 Framegrabber PCB Framegrabber PCB backside

USB Video Class / “Webcam”-mode

Due to limitations in USB UVC descriptor/color format support, this firmware reports itself to the OS as a YUYV/YUV2 device, in other words a 16bit per pixel color video signal. This will create wrong color images when viewed on regular software (like VLC Media Player), the raw stream can be viewed & interpreted using Video4Linux, GStreamer, etc. though.

# v4l2-ctl -d 0 --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
  Type: Video Capture

  [0]: 'YUYV' (YUYV 4:2:2)
    Size: Discrete 1024x1024
      Interval: Discrete 0.200s (5.000 fps)

GPIF II logic

GPIF II Designer screenshot

  • Hardware: KiCAD design files
  • Firmware: Cypress FX3 Eclipse & GPIF II designer project files