コード例 #1
0
 /// <summary>
 /// Creates a camera driver for Point Grey Research firefly/dragong fly cameras.
 /// </summary>
 public PGRFlyCapture()
 {
     flycapInfo     = new PGRFlyModule.FlyCaptureInfo();
     image          = new PGRFlyModule.FlyCaptureImage();
     flycapRGBImage = new PGRFlyModule.FlyCaptureImage();
 }
コード例 #2
0
 public static extern int flycaptureGetCameraInformation(int flycapContext,
                                                         ref PGRFlyModule.FlyCaptureInfo arInfo);
コード例 #3
0
ファイル: PGRFlyCapture.cs プロジェクト: NinjaSteph/SureShot
 /// <summary>
 /// Creates a camera driver for Point Grey Research firefly/dragong fly cameras.
 /// </summary>
 public PGRFlyCapture()
 {
     flycapInfo = new PGRFlyModule.FlyCaptureInfo();
     image = new PGRFlyModule.FlyCaptureImage();
     flycapRGBImage = new PGRFlyModule.FlyCaptureImage();
 }