Ask Your Question
4

Is there a faster way to display video than NamedWindow and WaitKey? (Linux)(Python)

asked 2012-11-01 15:36:43 -0600

chriszuma gravatar image

updated 2012-11-01 16:06:54 -0600

I'm working on a real-time video processing application, and I need as little latency as possible. I'm suspicious that the standard namedWindow and waitKey solution is adding delay, because there is about 100ms of lag when it should be closer to 30. Also it is a bit superfluous because my application will be run on a system with no keyboard. It seems to take a lot of CPU power to display too, which I would like to cut down if possible.

So is there a faster/less CPU-intensive way to display my video feed? Something like DirectX, but on Linux?

Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-01-13 21:41:00 -0600

Lamar Latrell gravatar image

Might be a bit late, but in case anyone else is here - have a look: http://answers.opencv.org/question/52...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-01 15:36:43 -0600

Seen: 1,946 times

Last updated: Nov 01 '12