-
Notifications
You must be signed in to change notification settings - Fork 7
Imagery & Cameras
pryre edited this page Aug 14, 2018
·
25 revisions
How to Calibrate a Monocular Camera
guvcview is a standardized camera interfacing application and is a great first step in making sure a uvc camera is functioning correctly.
OpenCV is an all-in-one general purpose image processing library.
sudo apt install ros-kinetic-vision-opencv
Image Transport allows for smart and convenient handling of image streams and compressed images.
sudo apt install ros-kinetic-image-transport ros-kinetic-image-transport-plugins
TODO: Put this in a comparison table
- uvc_camera - Unsupported
- libuvc_camera - Unsupported
- usb_cam - Supports the widest range of cameras
- cv_camera
- video_stream_opencv - This is the best general purpose one to date
- raspicam_node - This is the only option for interfacing with the Raspberry Pi Camera
- Home
- Common Terminology
- UAV Setup Guides (2024)
- UAV Setup Guides (2022)
- UAV Setup Guides (2021)
- UAV Setup Guides (--2020)
- General Computing
- On-Board Computers
- ROS
- Sensors & Estimation
- Flight Controllers & Autopilots
- Control in ROS
- Navigation & Localization
- Communications
- Airframes
- Power Systems
- Propulsion
- Imagery & Cameras
- Image Processing
- Web Interfaces
- Simulation