|
|
@ -391,7 +391,7 @@ int VideoDev_SVBCam::GetDeviceFormats(string device, std::list<string> *formats)
|
|
|
|
printf ("%s:%d %s BayerPattern:%s Color:%d Binning: \n", __FILE__, __LINE__, __FUNCTION__, pattern, camprop.IsColorCam);
|
|
|
|
printf ("%s:%d %s BayerPattern:%s Color:%d Binning: \n", __FILE__, __LINE__, __FUNCTION__, pattern, camprop.IsColorCam);
|
|
|
|
for(int i=0; i < 16 && camprop.SupportedBins[i] != 0; i++) {
|
|
|
|
for(int i=0; i < 16 && camprop.SupportedBins[i] != 0; i++) {
|
|
|
|
printf ("%s:%d %s Binning Index:%d ", __FILE__, __LINE__, __FUNCTION__, i);
|
|
|
|
printf ("%s:%d %s Binning Index:%d ", __FILE__, __LINE__, __FUNCTION__, i);
|
|
|
|
printf ("\t\%dx%d\n", camprop.SupportedBins[i], camprop.SupportedBins[i]);
|
|
|
|
printf ("\t\t%dx%d\n", camprop.SupportedBins[i], camprop.SupportedBins[i]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
for(int i=0; i < 8 && camprop.SupportedVideoFormat[i] != SVB_IMG_END; i++) {
|
|
|
|
for(int i=0; i < 8 && camprop.SupportedVideoFormat[i] != SVB_IMG_END; i++) {
|
|
|
|