Ask Your Question
1

How many maximum cameras that openCV can handle ?

asked 2015-06-27 02:07:23 -0600

Alfonsus Dhani gravatar image

This time I am doing my final project about motorcycle parking lot space monitor using openCV. My lecturer asked me that if he wants to use my system to handle motorcycle parking area with one thousand motorcycles there, how many computers will be used to process the image ? In my project, I use one camera to cover three motorcycles. So, how many cameras that can be handled by openCV ? A camera represents one frame.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2015-06-27 03:13:31 -0600

Hi. I normally use opencv with 8 cameras for each machine. Each camera in a thread. The problem isn't related to opencv but related to the hardware (If for example you are using a video card with one channel but more inputs. In this case you have to patch opencv and switch from a input to the other continuously)

edit flag offensive delete link more

Comments

Hi ! Thanks for your answer. What camera do you use ? USB or IP Camera ? I use IP Camera. Can I use camera more than 8 for each machine ?

Alfonsus Dhani gravatar imageAlfonsus Dhani ( 2015-06-27 05:21:45 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-06-27 02:07:23 -0600

Seen: 873 times

Last updated: Jun 27 '15