Page 1 of 1

Camera setup

Posted: Tue Apr 16, 2019 12:32 am
by islamoc
Hello,
I need to setup a camera and link it to my computer on CF 2 I can't find any good resources about that I'm just going to use the camera to read bar codes and not for positioning

Re: Camera setup

Posted: Mon May 06, 2019 12:18 pm
by arnaud
Hi,
One way to go would be to setup an FPV camera on the Crazyflie and a video digitiser connected to the FPV receiver on your PC. This way you would receive real time video from the Crazyflie and could do image processing directly the PC using openCV or other lib of your liking. Setting up an FPV camera on the crazyflie has been documented by fred from the community a while ago: https://www.hackster.io/fredg/crazyflie ... tup-d2fc25.

The advantage of an FPV setup is that it is already documented and you get real time image on a PC which makes it easy to develop with, the drawback is that the image might be noisy.

A digital camera with onboard processing could be better but there is no ready-to-use solution available for it yet. We are working on one (see today's blog post, we are working on making this deck available and it should have enough power to decode barcode), but we are not sure of when it will be available yet.

Re: Camera setup

Posted: Fri Jun 03, 2022 11:04 am
by shoukotseo1
One way to go would be to setup an FPV camera on the Crazyflie and a video digitiser connected to the FPV receiver on your PC