Hi
Can we bypass the ISP and use only RAW imager data?
Yes, capture by v4l2 API like tools v4l2-ctl
v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=1 --stream-to=t.raw -d /dev/video0
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.