Subversion Repositories seema-scanner

Rev

Rev 45 | Rev 74 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 53
Line 40... Line 40...
40
        error = cam.GetCameraInfo(&camInfo);
40
        error = cam.GetCameraInfo(&camInfo);
41
        if (error != FlyCapture2::PGRERROR_OK)
41
        if (error != FlyCapture2::PGRERROR_OK)
42
            PrintError( error );
42
            PrintError( error );
43
 
43
 
44
        CameraInfo camera;
44
        CameraInfo camera;
45
        camera.busID = camInfo.nodeNumber;
45
        camera.vendor = "Point Grey";
46
        camera.model = camInfo.modelName;
46
        camera.model = camInfo.modelName;
47
        camera.vendor = "Point Grey Research";
47
        camera.busID = camInfo.nodeNumber;
-
 
48
        camera.serialNumber = camInfo.serialNumber;
48
 
49
 
49
        ret.push_back(camera);
50
        ret.push_back(camera);
50
    }
51
    }
51
 
52
 
52
    return ret;
53
    return ret;