ICF 3.0.5.47
Technical documentation of ICF Libraries
ICameraInfo.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#pragma once
7
8
9// ICF includes
10#include <istd/IPolymorphic.h>
11
12
13namespace icam
14{
15
16
47
48
49} // namespace icam
50
51
Provides common information about the camera.
Definition ICameraInfo.h:21
virtual QString GetCameraAttribute(CameraAttribute attributeId) const =0
Get value of camera attribute.
Contains interfaces, implementations and components of image acquisition and processing.

© Witold Gantzke and Kirill Lepskiy