Flycapture2bridge operations API. More...
Go to the source code of this file.
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... | |
Flycapture2bridge operations API.
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |