Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
MIPI CSI2 driver for Raspberry
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
March 27, 2024 2:28 PM
Dear friends!
If anyone has experience writing (adapting) a driver for Raspberry Pi 4
The task is to receive a video stream and sound on a Raspberry Pi 4 B via the MIPI CSI2 interface. The signal is sent from the ds90ub940 deserializer. What kind of stack is needed so that you can hook the signal with a utility like gstreamer or ffmpeg.
The device has a working driver for the camera (sensor) we have. But as I understand it, it is necessary to study and change it based on our standard for MIPI CSI2.
Maybe someone has already done similar work and successfully solved them.
Thank you all in advance for your advice and response.
Sincerely alexast
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2744
March 28, 2024 4:10 AM
Hi Alexast!
I'm afraid you may not find many people here that use this particular setup.
Assuming you're running Linux on your Pi; did you look into Linux tools/drivers?
(I'm unfamiliar with MIPI etc)