Raspberry Pi PiSP Back End image signal processor
The image signal processor back end built into the Raspberry Pi 5 and Compute Module 5, which takes raw frames from a camera sensor and turns them into usable images (debayering, denoising, tone mapping, and similar steps). It is the kernel side of the libcamera-based camera pipeline used by current Raspberry Pi camera modules.
recommendation
It should stay in the kernel because it is the in-tree driver for current, actively sold Raspberry Pi 5 and CM5 hardware, which Raspberry Pi has committed to producing through at least January 2036. The directory only landed in 2024 and continued to receive fixes and cleanups in 2025, and it has no replacement since it is the canonical driver for this image signal processor.
repository signals
sources
- git.kernel.org
Mainline history for this directory starts in 2024 and includes substantive fixes and cleanups in 2025, indicating active upstream maintenance rather than retirement.
- git.kernel.org
The driver is a real platform driver for the PiSP Back End, with DT compatible string "raspberrypi,pispbe".
- raspberrypi.com
Raspberry Pi 5 is sold as a current product, available now, and Raspberry Pi states it will remain in production until at least January 2036.
- raspberrypi.com
Current Raspberry Pi camera documentation uses a PiSP libcamera pipeline on Raspberry Pi 5 or CM5, showing present-day software deployment for this hardware family.
- raspberrypi.com
Raspberry Pi documentation lists Compute Module 5 as a current module and recommends CM4 or CM5 for new designs, supporting ongoing new deployments of PiSP-capable platforms.
codex reasoning notes (technical)
Local shell `git log` showed fresh 2025 activity in this directory and no removal pattern; mapped to the canonical kernel.org log URL by canonical recall. Local shell `rg` confirmed this is the PiSP BE platform driver and DT compatible `raspberrypi,pispbe`; mapped to the canonical kernel.org source URL by canonical recall. Web search + page open on raspberrypi.com confirmed Raspberry Pi 5 is a current product with an explicit longevity statement through January 2036, and Raspberry Pi camera/docs pages show active PiSP pipeline usage on Pi 5/CM5 and current CM5 availability. No natural replacement exists because this is the current in-tree driver for the PiSP backend on modern Raspberry Pi platforms.