about Mt9V034 global shutter

I want use Mt9V034 to take photo with Exposure time such as 200us or 2000us?

Here’s how that works: https://github.com/openmv/openmv/blob/master/src/omv/mt9v034.c#L316

The exposure is set as basically the number of vertical rows you want to expose for where each row time is the time it takes a row to be read out.

OK!although i still not well understand it! I will Read the datasheet carefully! Thanks!

Can I understand that the unit of exposure time is in unit of raw?

It’s in microseconds for our code.