Search found 5 matches

by vaizaragorn
Mon Jun 17, 2019 2:25 pm
Forum: Cameras and video capture modules
Topic: Using USB Cameras
Replies: 8
Views: 9494

Re: Using USB Cameras

So finally I got rid of all the Picamera things, and used cv2.VideoCapture instead. Now time to do some calibration. I'll post my result in here.
by vaizaragorn
Sun Jun 16, 2019 7:18 pm
Forum: Cameras and video capture modules
Topic: Using USB Cameras
Replies: 8
Views: 9494

Re: Using USB Cameras

Thank you guys for you kind answers. Also sorry for answering late, I haven't been able to work on my project recently. So I decided to change your code a little to be able to use it with usb cameras. I'm currently on pairs script, it cuts images I couldn't figured it out yet. We are planning to use...
by vaizaragorn
Fri May 24, 2019 1:07 pm
Forum: Cameras and video capture modules
Topic: Using USB Cameras
Replies: 8
Views: 9494

Re: Using USB Cameras

I don't know if that resulation will be enough, and 17fps is lower than I expected. I don't want to get commercial ones, they are too expensive for our team. I think In order to get good depth maps for that distance, I think I need better resulation too. Also I'm curious, can you increase the perfor...
by vaizaragorn
Thu May 23, 2019 1:08 pm
Forum: Cameras and video capture modules
Topic: Using USB Cameras
Replies: 8
Views: 9494

Re: Using USB Cameras

After researching more about it I find out I made a big mistake by buying two usb cams. I'm trying to build an object tracking system for our UAV. I tried some ai based ones but they need a lot of processing power as you know. Stereo cameras are good choice for me because I don't even know the shape...
by vaizaragorn
Thu May 23, 2019 1:40 am
Forum: Cameras and video capture modules
Topic: Using USB Cameras
Replies: 8
Views: 9494

Using USB Cameras

I have been trying to make my own stereo camera and I recently found stereopi. I have been using my two logitech c270 cameras with open cv. I got some good results but not as good as stereopi's. So I wanted to try stereopi but looks like it only works with raspberry's camera modules. Looks like ster...