This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Yep, this is not the reason for improved transfer rate. | |
Code courtesy of PCO | |
*/ | |
static void | |
adapt_camera_memory(UcaPcowinCameraPrivate *priv) | |
{ | |
gboolean do_adapt = FALSE; // Set to FALSE to prepare for checking valid images | |
DWORD dwTest; | |
DWORD dwTest2; |
NewerOlder