Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Plugins
Recent questions tagged photo at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/bosch-ros-pkg/photo.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2019-04-30 |
Dev Status | UNMAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Philip Roan
- Karsten Knese
Authors
- Benjamin Pitzer
photo
The photo package provides access to digital cameras. Much of the underlying functionality is provide by the gPhoto libary. The system package libgphoto2-2-dev or equivalent is required.
Changelog for package photo
1.0.3 (2019-04-30)
- Fix /get-config problem with TEXT type (#8) Fix a problem where, when trying to call the /get-config service on a text field, you would first get wrong data, and on the second call the node would crash.
- Fix release
(#11)
- add opencv as dependency
- style cleanup
- Merge pull request #6 from bosch-ros-pkg/Karsten1987-patch-1 Make Karsten maintainer
- Make Karsten maintainer
- Fixed error in CMakeLists (#5)
- Contributors: Babis Boloudakis, Karsten Knese, Philip Roan
1.0.2 (2019-03-13)
- update rosdep keys for libgphoto2
- Contributors: root
1.0.1 (2019-03-13)
- Melodic devel
(#4)
* Make it compile on Ubuntu Bionic Changes from code-iai fork:
https://github.com/code-iai/iai_photo
- Fix delete on array
* Fix set config for toggle A bool was implicitly casted to int through a void*
- Fix whitespaces
- Fix segmentation fault if no camera connected
- Pass std::string by const reference to avoid copies
- Sanitize a bit more
- Merge pull request #3 from proan/hydro-devel Added another dependency and removed superfluous comments.
- Added another dependency and removed superfluous comments.
- Merge pull request #2 from proan/hydro-devel Catkin-ized package for photo library.
- Add dependency on message and service generation being complete first.
- Catkin-ized package for photo. This package has been moved from the larger bosch_drivers repository.
- Initial commit
- Contributors: Philip Roan, Romain Reignier