how to join feeds from multiple small FOV cameras into one big feed

asked 2020-06-05 19:50:33 -0600

NotARobot gravatar image

So, i want to use an ir camera sensor to detect the position of an ir emitter. And since most ir cameras that I could find were small, I wanted to know if making a system of cameras with small FOV's, and them putting them slightly apart and combining the feeds to get a larger video feed, was possible. Sort of like your eyes. I wanted to know if it was possible to do all of this and make it run solely on an arduino; and if so, then how.

edit retag flag offensive close merge delete

Comments

Used cv2.resize() This should help. I done this before, but FOV.

supra56 gravatar imagesupra56 ( 2020-06-06 04:42:43 -0600 )edit

combining the feeds to get a larger video feed, was possible.

yes, that's for sure possible (hconcat / vconcat)

make it run solely on an arduino;

opencv won't run on an arduino

berak gravatar imageberak ( 2020-06-08 03:41:03 -0600 )edit

Opencv will run on Arduino and microprocessor too.

supra56 gravatar imagesupra56 ( 2020-06-08 10:40:12 -0600 )edit