Is there a more efficient way to display live camera images in a C# desktop application
I am trying to display the images from a LUCID camera in a C# desktop application. The camera comes with a SDK and the image acquisition takes between 20-35ms per image. The problem is that I have very few (2-5) FPS and i dont know how to increase them to about 10-15. When I run the program my CPU is at about 30%. This makes me think im doing something wrong. The resolution of the camera is also not enormous at around 2400x 1500px.