A camera with perspective for our manufacturing marketing campaign

Hi guys,

Recently we have an idea to use some sort of camera/scanner to capture our product when the line is stopped. Save them in jpg format and name it with corresponding recipe name. These pics will be sent to customer, therefore, camera has to be high resolution and high spectrum of color. Maybe 300-600 dpi. And has ethernet connection to be controlled with Ignition.

Has anyone done this before? Any ideas would be appreciated

I have done this before with:

Line Stopped Trigger ---> OpenCV image capture script ---> Insert into database

Images in the database can be shown on pages or inserted into reports and sent via email.

1 Like

Thanks David.

May I ask what kind/model of industrial camera did you use?

Pretty much exactly this one.

Thanks David. Are you happy with the image quality?

Better than a webcam, worse than a DSLR

1 Like

Very helpful David. One last question, did you use a normal pc or a raspberry pi for this job?

In that job I used a DIN rail PC, Raspberry Pi's are only really suitable for industrial applications if they are specifically built for industry and have the regulatory sign off, like the RevolutionPi.

1 Like

I’m thinking to use DSLR. Our product is an interior finishing product, so color and resolution is very crucial. Do you think we can use same Igniton and openCV module with a DSLR?

You'll have to do your own research on that one. DSLRs are not made for integration in the same way other cameras are. Also your image size will be ridiculous and will hammer your database as well.

2 Likes