Processors
Intel® Processors, Tools, and Utilities
14538 Discussions

Need Details on Image Signal Processor

ARamg
Beginner
1,609 Views

Hello everyone, I want to know the details about the best ISP that intel offers to develop a camera module. Thanks in Advance

0 Kudos
3 Replies
rsonk
New Contributor I
533 Views

The way to get a color image out is to put a filter on top, usually a bayer pattern color filter, then interpolate the color of the pixels adjacent.

Your 8 MP CMOS doesn't sense red green and blue for each pixel, it senses one color for each, then ISP guesses the color based on what's next to it.

This is called demosaicing, and it's probably the primary job of ISP, and there are many secret sauce methods to computing this interpolated image. In addition ISP does all the other housekeeping, it controls autofocus, exposure, and white balance for the camera system.

Recently correcting for lens imperfections like vignehttp://goo.gl/u8P6ME tting or color shading imparted by the imperfect lens system (which you'll add right back in with instagram, you heathen) has been added, along with things like HDR recombining, noise reduction, other filtering, face or object detection, and conversion between color spaces.

There's variance between the features that ISP does, but this is really the controller for getting that bayer data into a workable image array.

There are two divergent camps in smartphone camera UX – deliver almost no options, let the ISP and software configure everything automatically (Apple), and offer nearly every option and toggle that makes sense to the user (Samsung). Meanwhile other OEMs sit somewhere in-between (HTC, others).

The ideal is an opt-in option for allowing users to have exposure control, with safe naive-user defaults. There are still many players making horrible, almost unthinkable mistakes in this area too.

I wrote about how the iPhone 5 crops the preview to a 16:9 size, yet captures a 4:3 image, and later was amazed to see the AOSP camera UI on the Nexus 4 deliver an arbitrary shape (not even 16:9 or something logical) crop in the preview, and also capture a 4:3 image.

For video we need to also consider the encoder. The pipeline is much the same, though the ISP will usually request a center crop or subsample from the CMOS, depending on the capabilities of the sensor.

The encoder takes these images and compresses them into a format and bitrate of the OEM or user's choice, basically H.264 at present. Not every encoder is the same, as Ganesh will tell you.

There are a number of players in this market supplying IP blocks, and other players using what they have built in-house.

0 Kudos
idata
Employee
533 Views

Hello, All:

@richardsonkane75, thank you for your kind input.

Adi44Ram, please let us know if the post above was helpful for you.

Regards,

Amy.

0 Kudos
idata
Employee
533 Views

Hello, /thread/101328 Adi44Ram:

Did the previous post help you?

Let me know your findings.

Regards,

Amy.

0 Kudos
Reply