Hi all,
Is ii possible to run a thread on a specified core? I have an application that receives images from a video cammera and applies some algorithms on these images before display on the screen. Because it critical that I don't loose any frame I was thinking about using one core to aquire images from the frame grabber and the other core to apply algorithms... Is that possible?
Thanks!