hello, I currently work on a drone project. the project deals with barcode detection.
but i encountered a problem. The problem is the quality of the stream, i’ve done a computer vision to detect and decode some barcode and It works correctly with ma Webcam but when i switch with the drone camera, The frame are bad ( bad quality ). Do you have an idea to solve that.
For me it’s a problem of focus because the frame are good but also when the barcode ar further than 1 meters and I want to decode them less further.
So did somebody have an idea to solve that problem?
Ps: Sorry if i done some mistakes, I’m french student and my english isn’t perfect at time
@TanguyR@Jerome
Ohh thank’s for that positive answer. I was starting to be worried by my project.
So what’s the function I have to call to do that? Is there an documentation about it ?
You could try using image processing - capture multiple frames containing images of the bar code. Google terms like image stitching, mosaic to combine the frames together and image reconstruction and super sampling to improve the image quality.