jtanx / omxcv

GPU assisted H.264 and JPEG encoder for OpenCV on the Raspberry Pi using OpenMAX
Apache License 2.0
19 stars 13 forks source link

Input method takes too long #2

Closed jtanx closed 9 years ago

jtanx commented 9 years ago

At 800x600 it's already taking 30ms itself (RPi B+) which means that the capture rate will be less than 30fps. Push the mats to a circular queue to be processed in another thread...