Zivid C++ API  1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
Public Member Functions | List of all members
Zivid::Frame2D Class Reference

A 2D frame captured by a Zivid camera More...

#include <Zivid/Frame2D.h>

Public Member Functions

template<typename PixelFormat >
Image< PixelFormat > image () const
 
ZIVID_API_EXPORT Settings2D settings () const
 Get the settings used to capture this frame More...
 
ZIVID_API_EXPORT CameraState state () const
 Get the camera state data at the time of the capture More...
 
ZIVID_API_EXPORT FrameInfo info () const
 Get information collected at the time of the capture More...
 
ZIVID_API_EXPORT std::string toString () const
 Get string representation of the frame More...
 

Detailed Description

A 2D frame captured by a Zivid camera

Contains a 2D image as well as metadata, settings and state of the API at the time of capture.

Member Function Documentation

◆ image()

template<typename PixelFormat >
Image<PixelFormat> Zivid::Frame2D::image ( ) const
inline

◆ info()

ZIVID_API_EXPORT FrameInfo Zivid::Frame2D::info ( ) const

Get information collected at the time of the capture

◆ settings()

ZIVID_API_EXPORT Settings2D Zivid::Frame2D::settings ( ) const

Get the settings used to capture this frame

◆ state()

ZIVID_API_EXPORT CameraState Zivid::Frame2D::state ( ) const

Get the camera state data at the time of the capture

◆ toString()

ZIVID_API_EXPORT std::string Zivid::Frame2D::toString ( ) const

Get string representation of the frame

Returns
Frame info as string

The documentation for this class was generated from the following file: