Triclops SDK
4.0.3.0
Enumerations | Functions
flycapture2bridge.h File Reference

Flycapture2bridge operations API. More...

Include dependency graph for flycapture2bridge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Fc2Triclops::ErrorType {
  Fc2Triclops::ERRORTYPE_OK, Fc2Triclops::ERRORTYPE_CONFIG_READ_FAILED, Fc2Triclops::ERRORTYPE_NO_CONFIG_FILE, Fc2Triclops::ERRORTYPE_NO_CAMERA,
  Fc2Triclops::ERRORTYPE_CORRUPT_CONFIG_FILE, Fc2Triclops::ERRORTYPE_FAILED_OUTPUT_ALLOCATION, Fc2Triclops::ERRORTYPE_FAILED_CONVERSION, Fc2Triclops::ERRORTYPE_INVALID_INPUT,
  Fc2Triclops::ERRORTYPE_INVALID_OUTPUT, Fc2Triclops::ERRORTYPE_NO_FMT7_SUPPORT, Fc2Triclops::ERRORTYPE_INVALID_FMT7, Fc2Triclops::ERRORTYPE_NO_CORRECT_CAMERAMODE
}
 FlyCapture 2 interfacing error codes. More...
 

Functions

ErrorType Fc2Triclops::getContextFromCamera (unsigned long cameraSerialNumber, TriclopsContext *outputContext)
 Generate a context from a connected camera. More...
 
ErrorType Fc2Triclops::packThreeSideBySideRgbImage (const FlyCapture2::Image &imageRgbRight, const FlyCapture2::Image &imageRgbMiddle, const FlyCapture2::Image &imageRgbLeft, FlyCapture2::Image &packedRgbImage)
 Generates a side-by-side image from a stereo image triplet. More...
 
ErrorType Fc2Triclops::packTwoSideBySideRgbImage (const FlyCapture2::Image &imageRgbRight, const FlyCapture2::Image &imageRgbLeft, FlyCapture2::Image &packedRgbImage)
 Generates a side-by-side image from a left and right image pair. More...
 
ErrorType Fc2Triclops::unpackUnprocessedRawOrMono16Image (const FlyCapture2::Image &unprocessedImage, bool isLittleEndian, FlyCapture2::Image &unprocessedImageRight, FlyCapture2::Image &unprocessedImageLeft)
 Unpacks a raw, interleaved, stereo image into right and left raw images. More...
 
ErrorType Fc2Triclops::unpackUnprocessedRgbImage (const FlyCapture2::Image &unprocessedImage, FlyCapture2::Image &unprocessedImageRight, FlyCapture2::Image &unprocessedImageMiddle, FlyCapture2::Image &unprocessedImageLeft)
 Unpacks a raw triple stereo image into right, left and middle raw images. More...
 

Detailed Description

Flycapture2bridge operations API.

Contact Support Triclops SDK Programmer's Guide and API Reference