areaDetector
3-13
EPICS areaDetector framework
home
runner
work
areaDetector
areaDetector
ADVimba
vimbaApp
src
ListCameras.h
Go to the documentation of this file.
1
/*=============================================================================
2
Copyright (C) 2012 - 2016 Allied Vision Technologies. All Rights Reserved.
3
4
Redistribution of this file, in original or modified form, without
5
prior written consent of Allied Vision Technologies is prohibited.
6
7
-------------------------------------------------------------------------------
8
9
File: ListCameras.h
10
11
Description: The ListCameras example will list all available cameras that
12
are found by VimbaCPP.
13
14
-------------------------------------------------------------------------------
15
16
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
17
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE,
18
NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
20
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
23
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
24
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27
=============================================================================*/
28
29
#ifndef AVT_VMBAPI_EXAMPLES_LISTCAMERAS
30
#define AVT_VMBAPI_EXAMPLES_LISTCAMERAS
31
32
namespace
AVT
{
33
namespace
VmbAPI {
34
namespace
Examples {
35
36
class
ListCameras
37
{
38
public
:
39
//
40
// Starts Vimba
41
// Gets all connected cameras
42
// And prints out information about the camera name, model name, serial number, ID and the corresponding interface ID
43
//
44
static
void
Print
();
45
};
46
47
}}}
// mamespace AVT::Vimba::Examples
48
49
#endif
AVT::VmbAPI::Examples::ListCameras
Definition:
ListCameras.h:37
AVT::VmbAPI::Examples::ListCameras::Print
static void Print()
Definition:
ListCameras.cpp:104
AVT
Definition:
ListCameras.cpp:40
Generated by
1.9.1