2

I have recently taken apart an old digital camera for its parts and I have found an image sensor inside it.

For those of you who don't know, an image sensor measures light; the shutter opens, light hits the sensor and the sensor converts this light into data to be stored as an image.

My question is how can I implement it into a project? What equipment do I need? It has a tape wire so I'm not really sure how I can use it. I have attached a photo of it also. Thanks!!

Image of photo sensor

Edgar Bonet
45.1k4 gold badges42 silver badges81 bronze badges
asked Aug 7, 2017 at 22:37

2 Answers 2

1

You need to find markings on it and figure out what the component actually is. Then you can maybe find a datasheet for it that explains how it works and commmnicates. Once you know that you can decide if that's something you can do with an Arduino. Be prepared to learn that Arduino might not be big enough or fast enough to do anything with that particular sensor.

answered Aug 7, 2017 at 22:59
1
  • ARM based Arduinos probably are fast enough. Commented Aug 8, 2017 at 9:32
0

how can I implement it into a project?

Find its datasheet, understand how it works and code to it.

Just as what you would with any other devices. The challenge here is that you will be hard pressed to find any info about those kind of devices.

answered Aug 8, 2017 at 10:57

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.