Hi All, I'm Daniele and have a problem during showing an image using the backgroundImage property of a Windows Form picture box object.
A camera send me a frame each 100 milliseconds, and the same code compiled 32bit, take about 120 millisecond to show the image into the picturebox; simply compile same code with 64bit, the frame arrived in the same way every 100 milliseconds, but takes about 1700 milliseconds to be showed into the picture box...Why this huge difference?? Exist a work around?
Thanks in advance for help!
A camera send me a frame each 100 milliseconds, and the same code compiled 32bit, take about 120 millisecond to show the image into the picturebox; simply compile same code with 64bit, the frame arrived in the same way every 100 milliseconds, but takes about 1700 milliseconds to be showed into the picture box...Why this huge difference?? Exist a work around?
Thanks in advance for help!