Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've got a byte array 100x100 which comes form a miniature camera 50 times per second. Each byte from the array contains an information about shade of grey value. I draw an image (100x100 pixels) using an information from this array. To do this I use Rectangle.Fill method. The problem is that this method draws the image very slowly, but I want to draw the image at a rate about 50 frames per second. What is the best way to do this?
Posted

1 solution

Your best bet could be DirectX[^]. Not a trivial task, however.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900