raspberrypi / raspiraw

Example app directly receiving raw data from CSI2 sensors
BSD 3-Clause "New" or "Revised" License
259 stars 88 forks source link

--top not working on IMX129 (raspberry 3 B+, IMX129) #51

Closed Inkomidwastaken closed 2 years ago

Inkomidwastaken commented 3 years ago

Using the --top command line option with the IMX219 is resulting in: RaspiRaw: This sensor does not currently support manual cropping settings. Aborting

So, is this supposed to be not working? --width and --height are working fine. Is there any other way to capture lines in the middle of the sensor without captureng the lines above?

6by9 commented 2 years ago

Arbitrary cropping has to be implemented on a per sensor basis, and that has only been done for OV5647. May be solved by #54

ruzko commented 2 years ago

I don't mean to necro-bump, but is manual cropping necessary to record high fps on IMX219?