I am reading an image from a folder location. This folder is connected to a camera which a software will constantly takes a picture and replaces the picture in the folder. I have to write an app that is in a continous loop and reads this image. The goal is to read this image 200 CPS (compute 200 times per second). I dunno if i should create a timer that runs every 1ms or create a Thread to run this image computation. Any ideas?