I've already said
Is your FPGA really producing Bayer data? If so then your best bet is going to be libcamera, but by default it'll expect to be controlling exposure and gain as well as doing AWB etc. What level of processing does your image need?
You may be able to do a simple pass through ISP with fixed parameters to achieve a usable output image.
You're likely limited by trying to do too much processing on the CPU.ffplay will be trying to demosaic and otherwise convert the Bayer image data to put it on the screen, and that will be non-trivial
Is your FPGA really producing Bayer data? If so then your best bet is going to be libcamera, but by default it'll expect to be controlling exposure and gain as well as doing AWB etc. What level of processing does your image need?
You may be able to do a simple pass through ISP with fixed parameters to achieve a usable output image.
Statistics: Posted by 6by9 — Thu May 09, 2024 5:22 pm