Softlogic SOLO6010/SOLO6110 video capture and surveillance cards
PCIe video capture cards built around the Softlogic SOLO6010 and SOLO6110 chips, which compress multiple analog CCTV camera feeds in hardware to MPEG-4 or H.264. They were the backbone of mid-range Linux-based DVR appliances in the 2010s, most prominently Bluecherry's multi-channel surveillance recorder cards.
recommendation
Worth keeping but documenting as a legacy niche. The hardware powers PCIe DVR capture cards (notably Bluecherry's BC-H16480A series) that record analog CCTV feeds with on-card MPEG-4/H.264 compression — a market that has largely shifted to IP cameras. New units are still nominally available on backorder, and the driver continues to receive routine modernization (PCI API cleanups in 2024 and 2025), so it is being maintained rather than retired, but its user base is shrinking as Bluecherry itself promotes buyback programs to migrate customers off these cards.
repository signals
sources
- lore.kernel.org
April 4, 2025 upstream patch updated solo6x10 for deprecated PCI APIs, showing the driver still gets maintenance rather than removal work.
- lore.kernel.org
April 11, 2024 upstream patch converted solo6x10 to pcim helpers, another sign of ongoing compatibility upkeep.
- bluecherrydvr.com
Bluecherry's product page for a SOLO6x10-based card was still crawlable in late 2025 and listed as available on backorder, indicating at least nominal new-unit sales persisted.
- cateee.net
LKDDb maps CONFIG_VIDEO_SOLO6X10 to Bluecherry/Softlogic 6x10 MPEG-4/H.264 capture cards and shows support remains present through current kernels.
- bluecherrydvr.com
Bluecherry's buyback page frames these capture cards as being displaced by newer camera deployments, consistent with legacy/niche rather than growing mainstream use.
codex reasoning notes (technical)
Lore evidence came from mcp__lore_http__.lore_activity and lore_file_timeline on drivers/media/pci/solo6x10/solo6x10-core.c; it shows 2024-2025 API/churn maintenance but no removal series. Web evidence came from web search results for Bluecherry BC-H16480A and LKDDb. I infer the hardware is still sold in small volumes from the backorder product page, but not widely deployed now; this looks like a legacy surveillance/DVR niche, so keep the driver but annotate it as niche/aging hardware rather than deprecating or removing it.