jremmons / pyfakewebcam

A library for writing RGB frames to a fake webcam device on Linux!
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Avoid for-loop in schedule_frame for packing #13

Open letmaik opened 3 years ago

letmaik commented 3 years ago

I haven't tested this yet but it seems like it should work and maybe saves some more time. Did I miss something here? It almost seems too obvious.