Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
firewire_camera
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
drivers
firewire_camera
Graph
1.0.0
Select Git revision
Branches
2
master
default
protected
ubuntu_18_04
Tags
2
1.0.1
1.0.0
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Nov
27
Oct
6
Jul
18
May
13
22
Apr
14
30
Mar
30
Aug
2
Apr
5
Mar
17
Jan
9
Apr
24
Jan
11
May
15
Jun
10
Mar
10
Feb
14
Jan
13
May
31
Mar
24
Jul
27
Mar
22
20
Nov
30
May
2
Dec
29
Nov
11
10
3
2
21
Oct
19
18
7
22
Jul
18
Apr
7
Aug
Adapted to Ubuntu 18.04 package generation
1.0.1 ubuntu_18…
1.0.1 ubuntu_18_04
Updated .gitlab-ci.yml to multiples Ubuntu distributions' packages generation
1.0.0 master
1.0.0 master
Removed the exception throw in the destructor.
Added additional uninstall commands to also remove the installation folder of the library.
Update Find cmake with correct paths and path order
Fix warnings: unused variables
Update README.md: update installation info
Update package server address name, in README and ci
Merge branch 'packaging'
Update README.md
Adapted to .deb package generation
Adapted to CMake plural variables *_DIRS and *_LIBRARIES
Adapted to the new installation directories
Added all the headers to FIND_PATH
Moved .h files to include folder. Adapted CMakeLists.txt file to this change.
Added LICENSE
Update library name from firewire to firewire_camera
Update find cmake
Install to subfolder. Add plural cmake variables. Add gitignore
Add README.md, remove old ReadMe.txt. Do not specify OpenCV version in src/CMakeLists.txt
Adding packaging architecture check and versioning
Added the basic structure for the pan, tilt and zoom camera driver.
updating openCV header include to newer versions
Added additional configuration for the ladybug camera in the constructor (explicitly disable the JPEG compression).
Solved a bug when geting the image as a shared pointer.
In the get_bayern_pattern function: the video mode must be FORMAT7, not the current video mode.
Added a function to get the bayer pattern of the sensor.
Removed the pointer check in the shared version of the get images function.
Solved a minor bug in the image buffer checkings.
Added a new configuration to publish RAW images (bayern)
Added the unistd.h header file.
Added a new function to get the images using a provided buffer instead of creating a new one.
Added OpenCV include directories
Initial commit of the hokuyo 3D laser using roll rotations.
Added some new functions to the ladybug API to simplify its use.
Solved some bugs in the bumblebee driver.
Added the feature to change the framerate of the ladybug camera externally.
Changed the class hierarchy to better accomodate the ladybug camera.
Corrected the project names of several repos.
Some minor chnages for the new 10.04 LTS Linux distribution.
Loading