Camera Electronic Shutter

camera

I have close to zero experience with cameras modules. I need a global electronic shutter camera for my application.

While I was browsing I see that the shutter speeds that are 1/1000th of a second.

Is it possible to control these modules for: (in general, I realize each module has its own mechanism)
– Turn on/off the shutter from software at the desired speed? (i.e. turn on the shutter for 1/500th of a second although frame rate is 50fps. I know the image will have a lot less light but that is ok). (The idea is to make sure the camera is no longer integrating the light when the electronic shutter is off)

  • Start a frame conversation on demand as opposed to a fixed FPS. (i.e. convert two consecutive images only but do that such that the speed is controlled by the uP)

Best Answer

The kind of CMOS camera modules you are asking about all have global shutters (electronic shutters, not focal plane shutters). You control them through their bus, typically some sort of serial bus like e.g. I2C.

You can find modules where you have control over both frame rate and shutter speed.

I very much doubt any camera module has a separate shutter pin. You need to implement the bus protocol anyway, or there would be no way for you to get the image data...