CameraStereoZedOC.h
Go to the documentation of this file.
1 /*
2 Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
3 All rights reserved.
4 
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are met:
7  * Redistributions of source code must retain the above copyright
8  notice, this list of conditions and the following disclaimer.
9  * Redistributions in binary form must reproduce the above copyright
10  notice, this list of conditions and the following disclaimer in the
11  documentation and/or other materials provided with the distribution.
12  * Neither the name of the Universite de Sherbrooke nor the
13  names of its contributors may be used to endorse or promote products
14  derived from this software without specific prior written permission.
15 
16 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
20 DIRECT, 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 AND
23 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27 
28 #pragma once
29 
31 #include "rtabmap/core/Camera.h"
32 #include "rtabmap/core/Version.h"
33 
34 namespace sl_oc {
35 namespace video {
36 class VideoCapture;
37 }
38 namespace sensors {
39 class SensorCapture;
40 }
41 }
42 
43 namespace rtabmap
44 {
45 class ZedOCThread;
46 
47 class RTABMAP_CORE_EXPORT CameraStereoZedOC :
48  public Camera
49 {
50 public:
51  static bool available();
52 
53 public:
55  int deviceId,
56  int resolution = 3, // 0=HD2K, 1=HD1080, 2=HD720, 3=VGA
57  float imageRate=0.0f,
58  const Transform & localTransform = Transform::getIdentity());
59  virtual ~CameraStereoZedOC();
60 
61  virtual bool init(const std::string & calibrationFolder = ".", const std::string & cameraName = "");
62  virtual bool isCalibrated() const;
63  virtual std::string getSerial() const;
64 
65 protected:
66  virtual SensorData captureImage(SensorCaptureInfo * info = 0);
67 
68 private:
69 #ifdef RTABMAP_ZEDOC
70  sl_oc::video::VideoCapture * zed_;
71  sl_oc::sensors::SensorCapture * sensors_;
72  ZedOCThread * imuThread_;
73  StereoCameraModel stereoModel_;
74  int usbDevice_;
75  int resolution_;
76  uint64_t lastStamp_;
77 #endif
78 };
79 
80 
81 } // namespace rtabmap
rtabmap::SensorData
Definition: SensorData.h:51
rtabmap::StereoCameraModel
Definition: StereoCameraModel.h:35
rtabmap::Transform::getIdentity
static Transform getIdentity()
Definition: Transform.cpp:411
uint64_t
::uint64_t uint64_t
rtabmap::SensorCaptureInfo
Definition: SensorCaptureInfo.h:36
rtabmap::CameraStereoZedOC
Definition: CameraStereoZedOC.h:47
info
else if n * info
StereoCameraModel.h
sl_oc
Definition: CameraStereoZedOC.h:34
rtabmap::Camera
Definition: Camera.h:43
f
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
rtabmap_netvlad.init
def init(descriptorDim)
Definition: rtabmap_netvlad.py:30
rtabmap::Transform
Definition: Transform.h:41
Camera.h
rtabmap
Definition: CameraARCore.cpp:35


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:07