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

推荐订阅源

G
Google Developers Blog
S
SegmentFault 最新的问题
Jina AI
Jina AI
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
B
Blog
博客园 - 【当耐特】
博客园 - Franky
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Engineering at Meta
Engineering at Meta

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