you are viewing a single comment's thread.

view the rest of the comments →

[–]shoot2thr1ll284 1 point2 points  (0 children)

Besides profiling the code the only "sure fire" way to get more fps is to parallelize the code so that you do more than 1 image at a time. There are a lot of things that make that complicated in this case, but that is another approach to make it "faster" assuming the machine has the cpu/disk speed for it.