Ask Your Question
0

what maximum frame rate opencv can handle

asked 2020-04-15 11:04:24 -0600

Mialek gravatar image

Hello.

I'm building a color sorter, I used two cameras(opposite), one 120fps 640x360. ELP

I want to detect the colors of the seeds on the fly.

Unfortunately, my cameras in 120 frames are too slow.

I want to use two 240 fps cameras 640x360. ELP

My question is whether opencv in python can handle a total of 480 frames per second for colour detection.

The cameras are a little expensive to me, so I ask before buying.

Thank you ;)

edit retag flag offensive close merge delete

Comments

It can go up to 800 fps. No needed to buy expensive., As fact, I am using linux for raspberry pi 4.

supra56 gravatar imagesupra56 ( 2020-04-19 05:11:26 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-04-18 11:19:35 -0600

ziknehupsu gravatar image

updated 2020-04-18 11:19:55 -0600

Image processing speed is related to the hardware you use, not opencv. You also need to use c++ if you want to do something faster.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-15 11:04:24 -0600

Seen: 938 times

Last updated: Apr 18 '20