v002 / v002-Camera-Live

Live Syphon Camera
Other
1.17k stars 105 forks source link

Limit rate of pushing frames to the buffer #165

Closed scj643 closed 4 years ago

scj643 commented 4 years ago

Currently with how many frames are being pushed it's causing high CPU usage with the turboJPEG decompression. This is on the libgphoto2 branch. I've been thinking we could do this on an NSTimer interval to control how many frames are fetched.

image

bangnoise commented 4 years ago

dup #145