bathongkr
March 18, 2010, 06:32:14
Hello,
I want to show a 640x480 image in a 320x240 window size like a halfview of the other camera, so I try to change by using the function SetWindowPos
// Resize the video window to 640*480 pixels. m_cStaticVideoWindow.SetWindowPos(NULL,0,0,320,240 ,SWP_NOMOVE|SWP_NOZORDER);
But the image is showed has the bad quality with many stars on image!!!
So is there another way to show 640x480 image in 320x240 window if I donot want to change the image size?
I use DFK21AF04 camera with VC++ 2008 in WinXPSP2.
Thanks
I want to show a 640x480 image in a 320x240 window size like a halfview of the other camera, so I try to change by using the function SetWindowPos
// Resize the video window to 640*480 pixels. m_cStaticVideoWindow.SetWindowPos(NULL,0,0,320,240 ,SWP_NOMOVE|SWP_NOZORDER);
But the image is showed has the bad quality with many stars on image!!!
So is there another way to show 640x480 image in 320x240 window if I donot want to change the image size?
I use DFK21AF04 camera with VC++ 2008 in WinXPSP2.
Thanks