Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
jazzy

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
kilted

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
rolling

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
iron

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
lunar

Package Summary

Tags No category tags.
Version 1.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version master
Last Updated 2018-09-06
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam Build Status

This is a ROS package originally developed by the Brown Robotics Lab for broadcasting any GStreamer-based video stream via the standard ROS Camera API. This fork has several fixes incorporated into it to make it broadcast correct sensor_msgs/Image messages with proper frames and timestamps. It also allows for more ROS-like configuration and more control over the GStreamer interface.

Note that this pacakge can be built both in a rosbuild and catkin workspaces.

GStreamer Library Support

gscam supports the following versions of GStreamer

0.1.x: Default

Install dependencies via rosdep.

1.0.x: Experimental

Dependencies:

  • gstreamer1.0-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer-plugins-good1.0-dev

Ubuntu Install:

12.04
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

14.04
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

Usage:

  • Use the CMake flag -DGSTREAMER_VERSION_1_x=On when building
  • See the Video4Linux2 launchfile example for an example of the differences in the GStreamer config lines

Notes:

  • This has been tested with v4l2src

ROS API (stable)

gscam

This can be run as both a node and a nodelet.

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • ~camera_name: The name of the camera (corrsponding to the camera info)
  • ~camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file.
  • ~gscam_config: The GStreamer configuration string.
  • ~frame_id: The TF frame ID.
  • ~reopen_on_eof: Re-open the stream if it ends (EOF).
  • ~sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates).

C++ API (unstable)

The gscam c++ library can be used, but it is not guaranteed to be stable.

Examples

See example launchfiles and configs in the examples directory. Currently there are examples for:

  • Video4Linux2: Standard video4linux-based cameras like USB webcams.
    • GST-1.0: Use the roslaunch argument GST10:=True for GStreamer 1.0 variant
  • Nodelet: Run a V4L-based camera in a nodelet
  • Video File: Any videofile readable by GStreamer
  • DeckLink: BlackMagic DeckLink SDI capture cards (note: this requires the gst-plugins-bad plugins)
CHANGELOG

Changelog for package gscam

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml
  • Update README.md gscam -> GSCam
  • update travis.yml
  • Merge pull request #40 from ros-drivers/mikaelarguedas-patch-1 update to use non deprecated pluginlib macro
  • update to use non deprecated pluginlib macro
  • Contributors: Kei Okada, Mikael Arguedas

1.0.0 (2017-06-13)

  • Gstreamer 1 0 support (#36 )
    • delete unused manifest.xml, rosdep.yaml
    • use libgstreamer1.0 for lunar
    • Fixing preproc switches so that the 1.0 branch still builds against 0.1 without the switch flags
    • Preliminary GStreamer-1.0 support see README for more info
  • Contributors: Jonathan Bohren, Kei Okada

0.2.0 (2017-06-13)

  • add ROS Orphaned Package Maintainers to maintainer tag (#35 )
  • gscam_nodelet.h: include scoped_ptr.hpp to compile with boost 1.57 When compiling gscam with the currently latest boost version 1.57, it fails with: In file included from [...]/src/gscam_nodelet.cpp:5:0: [...]/include/gscam/gscam_nodelet.h:20:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<GSCam> gscam_driver_; \^ [...]/include/gscam/gscam_nodelet.h:21:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<boost::thread> stream_thread_; \^ It seems that the dependencies of boost/thread.hpp have changed and boost/scoped_ptr.hpp is not included anymore with boost/thread.hpp. Hence, the scoped_ptr is not defined in the gscam_nodelet header. After scanning quickly through the release notes of version 1.57, the boost bug tracker and a few changesets, I could not find not a hint what has changed in the thread library that gscam must include scoped_ptr itself. This commit simply addresses the compiler error by explicitly adding boost's scoped_ptr header in the gscam_nodelet header. As this commit also compiles with boost version 1.56, the commit is not expected to cause any problems with other build configurations. Signed-off-by: Lukas Bulwahn <<lukas.bulwahn@oss.bmw-carit.de>>
  • Remove dependency on opencv2 to fix under indigo Packages can no longer depend on opencv2 as of indigo. I've updated the package to depend instead on cv_bridge as suggested by http://wiki.ros.org/indigo/Migration#OpenCV.
  • Install the parameters file refered to in v4l.launch
  • Update package.xml
  • Examples: Added example for OSX (#15) Add a simple launch configuration for OSX. The camera can be selected by changing the default="0" to the appropriate integer.
  • Adding libraries to gscam target Fixes #13, now builds on stricter linkers
  • adding proper depends to catkin package call
  • Update minoru.launch
  • Contributors: CHILI Demo Corner, Jonathan Bohren, Kei Okada, Kenn Sebesta, Lukas Bulwahn, Russell Toris, Lukas Bulwahn

0.1.3 (2013-12-19)

  • Removed special characters from changelog.

0.1.2 (2013-12-19)

  • Added install targets for headers
  • Adding note on blackmagic decklink cards
  • Make sure nodelets are usable
  • Add jpeg direct publishing without decoding
  • Added system to use GST timestamps
  • Valid test file for jpeg-based publisher
  • Prepared for jpeg-only subscription
  • Install some launch files + added nodelet pipeline demo
  • Added missing bits to install the nodelet
  • Support for gray (mono8) cameras.
  • Remove unused bpp_ member.
  • Expose default settings for image_encodings to the ros master.
  • Add in support for mono cameras.
  • Contributors: Cedric Pradalier, Holger Rapp, Jonathan Bohren, Russell Toris, Severin Lemaignan

0.1.1 (2013-05-30)

  • adding missing nodelet dep
  • Contributors: Jonathan Bohren

0.1.0 (2013-05-28)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • examples/decklink.launch
      • MODE [default: ntsc]
      • CONNECTION [default: sdi]
      • SUBDEVICE [default: 0]
      • PUBLISH_FRAME [default: false]
  • examples/gscam_nodelet.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
  • examples/minoru.launch
      • LEFT_DEV [default: /dev/video0]
      • RIGHT_DEV [default: /dev/video1]
      • WIDTH [default: 320]
      • HEIGHT [default: 240]
      • FPS [default: 30/1]
      • BRIGHTNESS [default: 0]
      • PUBLISH_FRAME [default: false]
      • FORMAT [default: video/x-raw-rgb,width=$(arg WIDTH),height=$(arg HEIGHT),framerate=$(arg FPS)]
  • examples/nodelet_pipeline.launch
    • -*- mode: XML -*-
  • examples/osx.launch
      • DEVICE_INDEX [default: 0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/v4l.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
      • GST10 [default: false]
  • examples/v4ljpeg.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/videofile.launch
      • FILENAME
      • LOOP [default: true]
      • PUBLISH_FRAME [default: false]

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
jade

Package Summary

Tags No category tags.
Version 1.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version master
Last Updated 2018-09-06
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam Build Status

This is a ROS package originally developed by the Brown Robotics Lab for broadcasting any GStreamer-based video stream via the standard ROS Camera API. This fork has several fixes incorporated into it to make it broadcast correct sensor_msgs/Image messages with proper frames and timestamps. It also allows for more ROS-like configuration and more control over the GStreamer interface.

Note that this pacakge can be built both in a rosbuild and catkin workspaces.

GStreamer Library Support

gscam supports the following versions of GStreamer

0.1.x: Default

Install dependencies via rosdep.

1.0.x: Experimental

Dependencies:

  • gstreamer1.0-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer-plugins-good1.0-dev

Ubuntu Install:

12.04
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

14.04
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

Usage:

  • Use the CMake flag -DGSTREAMER_VERSION_1_x=On when building
  • See the Video4Linux2 launchfile example for an example of the differences in the GStreamer config lines

Notes:

  • This has been tested with v4l2src

ROS API (stable)

gscam

This can be run as both a node and a nodelet.

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • ~camera_name: The name of the camera (corrsponding to the camera info)
  • ~camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file.
  • ~gscam_config: The GStreamer configuration string.
  • ~frame_id: The TF frame ID.
  • ~reopen_on_eof: Re-open the stream if it ends (EOF).
  • ~sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates).

C++ API (unstable)

The gscam c++ library can be used, but it is not guaranteed to be stable.

Examples

See example launchfiles and configs in the examples directory. Currently there are examples for:

  • Video4Linux2: Standard video4linux-based cameras like USB webcams.
    • GST-1.0: Use the roslaunch argument GST10:=True for GStreamer 1.0 variant
  • Nodelet: Run a V4L-based camera in a nodelet
  • Video File: Any videofile readable by GStreamer
  • DeckLink: BlackMagic DeckLink SDI capture cards (note: this requires the gst-plugins-bad plugins)
CHANGELOG

Changelog for package gscam

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml
  • Update README.md gscam -> GSCam
  • update travis.yml
  • Merge pull request #40 from ros-drivers/mikaelarguedas-patch-1 update to use non deprecated pluginlib macro
  • update to use non deprecated pluginlib macro
  • Contributors: Kei Okada, Mikael Arguedas

1.0.0 (2017-06-13)

  • Gstreamer 1 0 support (#36 )
    • delete unused manifest.xml, rosdep.yaml
    • use libgstreamer1.0 for lunar
    • Fixing preproc switches so that the 1.0 branch still builds against 0.1 without the switch flags
    • Preliminary GStreamer-1.0 support see README for more info
  • Contributors: Jonathan Bohren, Kei Okada

0.2.0 (2017-06-13)

  • add ROS Orphaned Package Maintainers to maintainer tag (#35 )
  • gscam_nodelet.h: include scoped_ptr.hpp to compile with boost 1.57 When compiling gscam with the currently latest boost version 1.57, it fails with: In file included from [...]/src/gscam_nodelet.cpp:5:0: [...]/include/gscam/gscam_nodelet.h:20:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<GSCam> gscam_driver_; \^ [...]/include/gscam/gscam_nodelet.h:21:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<boost::thread> stream_thread_; \^ It seems that the dependencies of boost/thread.hpp have changed and boost/scoped_ptr.hpp is not included anymore with boost/thread.hpp. Hence, the scoped_ptr is not defined in the gscam_nodelet header. After scanning quickly through the release notes of version 1.57, the boost bug tracker and a few changesets, I could not find not a hint what has changed in the thread library that gscam must include scoped_ptr itself. This commit simply addresses the compiler error by explicitly adding boost's scoped_ptr header in the gscam_nodelet header. As this commit also compiles with boost version 1.56, the commit is not expected to cause any problems with other build configurations. Signed-off-by: Lukas Bulwahn <<lukas.bulwahn@oss.bmw-carit.de>>
  • Remove dependency on opencv2 to fix under indigo Packages can no longer depend on opencv2 as of indigo. I've updated the package to depend instead on cv_bridge as suggested by http://wiki.ros.org/indigo/Migration#OpenCV.
  • Install the parameters file refered to in v4l.launch
  • Update package.xml
  • Examples: Added example for OSX (#15) Add a simple launch configuration for OSX. The camera can be selected by changing the default="0" to the appropriate integer.
  • Adding libraries to gscam target Fixes #13, now builds on stricter linkers
  • adding proper depends to catkin package call
  • Update minoru.launch
  • Contributors: CHILI Demo Corner, Jonathan Bohren, Kei Okada, Kenn Sebesta, Lukas Bulwahn, Russell Toris, Lukas Bulwahn

0.1.3 (2013-12-19)

  • Removed special characters from changelog.

0.1.2 (2013-12-19)

  • Added install targets for headers
  • Adding note on blackmagic decklink cards
  • Make sure nodelets are usable
  • Add jpeg direct publishing without decoding
  • Added system to use GST timestamps
  • Valid test file for jpeg-based publisher
  • Prepared for jpeg-only subscription
  • Install some launch files + added nodelet pipeline demo
  • Added missing bits to install the nodelet
  • Support for gray (mono8) cameras.
  • Remove unused bpp_ member.
  • Expose default settings for image_encodings to the ros master.
  • Add in support for mono cameras.
  • Contributors: Cedric Pradalier, Holger Rapp, Jonathan Bohren, Russell Toris, Severin Lemaignan

0.1.1 (2013-05-30)

  • adding missing nodelet dep
  • Contributors: Jonathan Bohren

0.1.0 (2013-05-28)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • examples/decklink.launch
      • MODE [default: ntsc]
      • CONNECTION [default: sdi]
      • SUBDEVICE [default: 0]
      • PUBLISH_FRAME [default: false]
  • examples/gscam_nodelet.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
  • examples/minoru.launch
      • LEFT_DEV [default: /dev/video0]
      • RIGHT_DEV [default: /dev/video1]
      • WIDTH [default: 320]
      • HEIGHT [default: 240]
      • FPS [default: 30/1]
      • BRIGHTNESS [default: 0]
      • PUBLISH_FRAME [default: false]
      • FORMAT [default: video/x-raw-rgb,width=$(arg WIDTH),height=$(arg HEIGHT),framerate=$(arg FPS)]
  • examples/nodelet_pipeline.launch
    • -*- mode: XML -*-
  • examples/osx.launch
      • DEVICE_INDEX [default: 0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/v4l.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
      • GST10 [default: false]
  • examples/v4ljpeg.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/videofile.launch
      • FILENAME
      • LOOP [default: true]
      • PUBLISH_FRAME [default: false]

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
indigo

Package Summary

Tags No category tags.
Version 1.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version master
Last Updated 2018-09-06
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam Build Status

This is a ROS package originally developed by the Brown Robotics Lab for broadcasting any GStreamer-based video stream via the standard ROS Camera API. This fork has several fixes incorporated into it to make it broadcast correct sensor_msgs/Image messages with proper frames and timestamps. It also allows for more ROS-like configuration and more control over the GStreamer interface.

Note that this pacakge can be built both in a rosbuild and catkin workspaces.

GStreamer Library Support

gscam supports the following versions of GStreamer

0.1.x: Default

Install dependencies via rosdep.

1.0.x: Experimental

Dependencies:

  • gstreamer1.0-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer-plugins-good1.0-dev

Ubuntu Install:

12.04
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

14.04
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

Usage:

  • Use the CMake flag -DGSTREAMER_VERSION_1_x=On when building
  • See the Video4Linux2 launchfile example for an example of the differences in the GStreamer config lines

Notes:

  • This has been tested with v4l2src

ROS API (stable)

gscam

This can be run as both a node and a nodelet.

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • ~camera_name: The name of the camera (corrsponding to the camera info)
  • ~camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file.
  • ~gscam_config: The GStreamer configuration string.
  • ~frame_id: The TF frame ID.
  • ~reopen_on_eof: Re-open the stream if it ends (EOF).
  • ~sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates).

C++ API (unstable)

The gscam c++ library can be used, but it is not guaranteed to be stable.

Examples

See example launchfiles and configs in the examples directory. Currently there are examples for:

  • Video4Linux2: Standard video4linux-based cameras like USB webcams.
    • GST-1.0: Use the roslaunch argument GST10:=True for GStreamer 1.0 variant
  • Nodelet: Run a V4L-based camera in a nodelet
  • Video File: Any videofile readable by GStreamer
  • DeckLink: BlackMagic DeckLink SDI capture cards (note: this requires the gst-plugins-bad plugins)
CHANGELOG

Changelog for package gscam

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml
  • Update README.md gscam -> GSCam
  • update travis.yml
  • Merge pull request #40 from ros-drivers/mikaelarguedas-patch-1 update to use non deprecated pluginlib macro
  • update to use non deprecated pluginlib macro
  • Contributors: Kei Okada, Mikael Arguedas

1.0.0 (2017-06-13)

  • Gstreamer 1 0 support (#36 )
    • delete unused manifest.xml, rosdep.yaml
    • use libgstreamer1.0 for lunar
    • Fixing preproc switches so that the 1.0 branch still builds against 0.1 without the switch flags
    • Preliminary GStreamer-1.0 support see README for more info
  • Contributors: Jonathan Bohren, Kei Okada

0.2.0 (2017-06-13)

  • add ROS Orphaned Package Maintainers to maintainer tag (#35 )
  • gscam_nodelet.h: include scoped_ptr.hpp to compile with boost 1.57 When compiling gscam with the currently latest boost version 1.57, it fails with: In file included from [...]/src/gscam_nodelet.cpp:5:0: [...]/include/gscam/gscam_nodelet.h:20:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<GSCam> gscam_driver_; \^ [...]/include/gscam/gscam_nodelet.h:21:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<boost::thread> stream_thread_; \^ It seems that the dependencies of boost/thread.hpp have changed and boost/scoped_ptr.hpp is not included anymore with boost/thread.hpp. Hence, the scoped_ptr is not defined in the gscam_nodelet header. After scanning quickly through the release notes of version 1.57, the boost bug tracker and a few changesets, I could not find not a hint what has changed in the thread library that gscam must include scoped_ptr itself. This commit simply addresses the compiler error by explicitly adding boost's scoped_ptr header in the gscam_nodelet header. As this commit also compiles with boost version 1.56, the commit is not expected to cause any problems with other build configurations. Signed-off-by: Lukas Bulwahn <<lukas.bulwahn@oss.bmw-carit.de>>
  • Remove dependency on opencv2 to fix under indigo Packages can no longer depend on opencv2 as of indigo. I've updated the package to depend instead on cv_bridge as suggested by http://wiki.ros.org/indigo/Migration#OpenCV.
  • Install the parameters file refered to in v4l.launch
  • Update package.xml
  • Examples: Added example for OSX (#15) Add a simple launch configuration for OSX. The camera can be selected by changing the default="0" to the appropriate integer.
  • Adding libraries to gscam target Fixes #13, now builds on stricter linkers
  • adding proper depends to catkin package call
  • Update minoru.launch
  • Contributors: CHILI Demo Corner, Jonathan Bohren, Kei Okada, Kenn Sebesta, Lukas Bulwahn, Russell Toris, Lukas Bulwahn

0.1.3 (2013-12-19)

  • Removed special characters from changelog.

0.1.2 (2013-12-19)

  • Added install targets for headers
  • Adding note on blackmagic decklink cards
  • Make sure nodelets are usable
  • Add jpeg direct publishing without decoding
  • Added system to use GST timestamps
  • Valid test file for jpeg-based publisher
  • Prepared for jpeg-only subscription
  • Install some launch files + added nodelet pipeline demo
  • Added missing bits to install the nodelet
  • Support for gray (mono8) cameras.
  • Remove unused bpp_ member.
  • Expose default settings for image_encodings to the ros master.
  • Add in support for mono cameras.
  • Contributors: Cedric Pradalier, Holger Rapp, Jonathan Bohren, Russell Toris, Severin Lemaignan

0.1.1 (2013-05-30)

  • adding missing nodelet dep
  • Contributors: Jonathan Bohren

0.1.0 (2013-05-28)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • examples/decklink.launch
      • MODE [default: ntsc]
      • CONNECTION [default: sdi]
      • SUBDEVICE [default: 0]
      • PUBLISH_FRAME [default: false]
  • examples/gscam_nodelet.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
  • examples/minoru.launch
      • LEFT_DEV [default: /dev/video0]
      • RIGHT_DEV [default: /dev/video1]
      • WIDTH [default: 320]
      • HEIGHT [default: 240]
      • FPS [default: 30/1]
      • BRIGHTNESS [default: 0]
      • PUBLISH_FRAME [default: false]
      • FORMAT [default: video/x-raw-rgb,width=$(arg WIDTH),height=$(arg HEIGHT),framerate=$(arg FPS)]
  • examples/nodelet_pipeline.launch
    • -*- mode: XML -*-
  • examples/osx.launch
      • DEVICE_INDEX [default: 0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/v4l.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
      • GST10 [default: false]
  • examples/v4ljpeg.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/videofile.launch
      • FILENAME
      • LOOP [default: true]
      • PUBLISH_FRAME [default: false]

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
hydro

Package Summary

Tags No category tags.
Version 1.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version master
Last Updated 2018-09-06
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam Build Status

This is a ROS package originally developed by the Brown Robotics Lab for broadcasting any GStreamer-based video stream via the standard ROS Camera API. This fork has several fixes incorporated into it to make it broadcast correct sensor_msgs/Image messages with proper frames and timestamps. It also allows for more ROS-like configuration and more control over the GStreamer interface.

Note that this pacakge can be built both in a rosbuild and catkin workspaces.

GStreamer Library Support

gscam supports the following versions of GStreamer

0.1.x: Default

Install dependencies via rosdep.

1.0.x: Experimental

Dependencies:

  • gstreamer1.0-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer-plugins-good1.0-dev

Ubuntu Install:

12.04
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

14.04
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

Usage:

  • Use the CMake flag -DGSTREAMER_VERSION_1_x=On when building
  • See the Video4Linux2 launchfile example for an example of the differences in the GStreamer config lines

Notes:

  • This has been tested with v4l2src

ROS API (stable)

gscam

This can be run as both a node and a nodelet.

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • ~camera_name: The name of the camera (corrsponding to the camera info)
  • ~camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file.
  • ~gscam_config: The GStreamer configuration string.
  • ~frame_id: The TF frame ID.
  • ~reopen_on_eof: Re-open the stream if it ends (EOF).
  • ~sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates).

C++ API (unstable)

The gscam c++ library can be used, but it is not guaranteed to be stable.

Examples

See example launchfiles and configs in the examples directory. Currently there are examples for:

  • Video4Linux2: Standard video4linux-based cameras like USB webcams.
    • GST-1.0: Use the roslaunch argument GST10:=True for GStreamer 1.0 variant
  • Nodelet: Run a V4L-based camera in a nodelet
  • Video File: Any videofile readable by GStreamer
  • DeckLink: BlackMagic DeckLink SDI capture cards (note: this requires the gst-plugins-bad plugins)
CHANGELOG

Changelog for package gscam

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml
  • Update README.md gscam -> GSCam
  • update travis.yml
  • Merge pull request #40 from ros-drivers/mikaelarguedas-patch-1 update to use non deprecated pluginlib macro
  • update to use non deprecated pluginlib macro
  • Contributors: Kei Okada, Mikael Arguedas

1.0.0 (2017-06-13)

  • Gstreamer 1 0 support (#36 )
    • delete unused manifest.xml, rosdep.yaml
    • use libgstreamer1.0 for lunar
    • Fixing preproc switches so that the 1.0 branch still builds against 0.1 without the switch flags
    • Preliminary GStreamer-1.0 support see README for more info
  • Contributors: Jonathan Bohren, Kei Okada

0.2.0 (2017-06-13)

  • add ROS Orphaned Package Maintainers to maintainer tag (#35 )
  • gscam_nodelet.h: include scoped_ptr.hpp to compile with boost 1.57 When compiling gscam with the currently latest boost version 1.57, it fails with: In file included from [...]/src/gscam_nodelet.cpp:5:0: [...]/include/gscam/gscam_nodelet.h:20:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<GSCam> gscam_driver_; \^ [...]/include/gscam/gscam_nodelet.h:21:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<boost::thread> stream_thread_; \^ It seems that the dependencies of boost/thread.hpp have changed and boost/scoped_ptr.hpp is not included anymore with boost/thread.hpp. Hence, the scoped_ptr is not defined in the gscam_nodelet header. After scanning quickly through the release notes of version 1.57, the boost bug tracker and a few changesets, I could not find not a hint what has changed in the thread library that gscam must include scoped_ptr itself. This commit simply addresses the compiler error by explicitly adding boost's scoped_ptr header in the gscam_nodelet header. As this commit also compiles with boost version 1.56, the commit is not expected to cause any problems with other build configurations. Signed-off-by: Lukas Bulwahn <<lukas.bulwahn@oss.bmw-carit.de>>
  • Remove dependency on opencv2 to fix under indigo Packages can no longer depend on opencv2 as of indigo. I've updated the package to depend instead on cv_bridge as suggested by http://wiki.ros.org/indigo/Migration#OpenCV.
  • Install the parameters file refered to in v4l.launch
  • Update package.xml
  • Examples: Added example for OSX (#15) Add a simple launch configuration for OSX. The camera can be selected by changing the default="0" to the appropriate integer.
  • Adding libraries to gscam target Fixes #13, now builds on stricter linkers
  • adding proper depends to catkin package call
  • Update minoru.launch
  • Contributors: CHILI Demo Corner, Jonathan Bohren, Kei Okada, Kenn Sebesta, Lukas Bulwahn, Russell Toris, Lukas Bulwahn

0.1.3 (2013-12-19)

  • Removed special characters from changelog.

0.1.2 (2013-12-19)

  • Added install targets for headers
  • Adding note on blackmagic decklink cards
  • Make sure nodelets are usable
  • Add jpeg direct publishing without decoding
  • Added system to use GST timestamps
  • Valid test file for jpeg-based publisher
  • Prepared for jpeg-only subscription
  • Install some launch files + added nodelet pipeline demo
  • Added missing bits to install the nodelet
  • Support for gray (mono8) cameras.
  • Remove unused bpp_ member.
  • Expose default settings for image_encodings to the ros master.
  • Add in support for mono cameras.
  • Contributors: Cedric Pradalier, Holger Rapp, Jonathan Bohren, Russell Toris, Severin Lemaignan

0.1.1 (2013-05-30)

  • adding missing nodelet dep
  • Contributors: Jonathan Bohren

0.1.0 (2013-05-28)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • examples/decklink.launch
      • MODE [default: ntsc]
      • CONNECTION [default: sdi]
      • SUBDEVICE [default: 0]
      • PUBLISH_FRAME [default: false]
  • examples/gscam_nodelet.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
  • examples/minoru.launch
      • LEFT_DEV [default: /dev/video0]
      • RIGHT_DEV [default: /dev/video1]
      • WIDTH [default: 320]
      • HEIGHT [default: 240]
      • FPS [default: 30/1]
      • BRIGHTNESS [default: 0]
      • PUBLISH_FRAME [default: false]
      • FORMAT [default: video/x-raw-rgb,width=$(arg WIDTH),height=$(arg HEIGHT),framerate=$(arg FPS)]
  • examples/nodelet_pipeline.launch
    • -*- mode: XML -*-
  • examples/osx.launch
      • DEVICE_INDEX [default: 0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/v4l.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
      • GST10 [default: false]
  • examples/v4ljpeg.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/videofile.launch
      • FILENAME
      • LOOP [default: true]
      • PUBLISH_FRAME [default: false]

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 1.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version master
Last Updated 2018-09-06
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam Build Status

This is a ROS package originally developed by the Brown Robotics Lab for broadcasting any GStreamer-based video stream via the standard ROS Camera API. This fork has several fixes incorporated into it to make it broadcast correct sensor_msgs/Image messages with proper frames and timestamps. It also allows for more ROS-like configuration and more control over the GStreamer interface.

Note that this pacakge can be built both in a rosbuild and catkin workspaces.

GStreamer Library Support

gscam supports the following versions of GStreamer

0.1.x: Default

Install dependencies via rosdep.

1.0.x: Experimental

Dependencies:

  • gstreamer1.0-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer-plugins-good1.0-dev

Ubuntu Install:

12.04
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

14.04
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

Usage:

  • Use the CMake flag -DGSTREAMER_VERSION_1_x=On when building
  • See the Video4Linux2 launchfile example for an example of the differences in the GStreamer config lines

Notes:

  • This has been tested with v4l2src

ROS API (stable)

gscam

This can be run as both a node and a nodelet.

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • ~camera_name: The name of the camera (corrsponding to the camera info)
  • ~camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file.
  • ~gscam_config: The GStreamer configuration string.
  • ~frame_id: The TF frame ID.
  • ~reopen_on_eof: Re-open the stream if it ends (EOF).
  • ~sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates).

C++ API (unstable)

The gscam c++ library can be used, but it is not guaranteed to be stable.

Examples

See example launchfiles and configs in the examples directory. Currently there are examples for:

  • Video4Linux2: Standard video4linux-based cameras like USB webcams.
    • GST-1.0: Use the roslaunch argument GST10:=True for GStreamer 1.0 variant
  • Nodelet: Run a V4L-based camera in a nodelet
  • Video File: Any videofile readable by GStreamer
  • DeckLink: BlackMagic DeckLink SDI capture cards (note: this requires the gst-plugins-bad plugins)
CHANGELOG

Changelog for package gscam

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml
  • Update README.md gscam -> GSCam
  • update travis.yml
  • Merge pull request #40 from ros-drivers/mikaelarguedas-patch-1 update to use non deprecated pluginlib macro
  • update to use non deprecated pluginlib macro
  • Contributors: Kei Okada, Mikael Arguedas

1.0.0 (2017-06-13)

  • Gstreamer 1 0 support (#36 )
    • delete unused manifest.xml, rosdep.yaml
    • use libgstreamer1.0 for lunar
    • Fixing preproc switches so that the 1.0 branch still builds against 0.1 without the switch flags
    • Preliminary GStreamer-1.0 support see README for more info
  • Contributors: Jonathan Bohren, Kei Okada

0.2.0 (2017-06-13)

  • add ROS Orphaned Package Maintainers to maintainer tag (#35 )
  • gscam_nodelet.h: include scoped_ptr.hpp to compile with boost 1.57 When compiling gscam with the currently latest boost version 1.57, it fails with: In file included from [...]/src/gscam_nodelet.cpp:5:0: [...]/include/gscam/gscam_nodelet.h:20:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<GSCam> gscam_driver_; \^ [...]/include/gscam/gscam_nodelet.h:21:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<boost::thread> stream_thread_; \^ It seems that the dependencies of boost/thread.hpp have changed and boost/scoped_ptr.hpp is not included anymore with boost/thread.hpp. Hence, the scoped_ptr is not defined in the gscam_nodelet header. After scanning quickly through the release notes of version 1.57, the boost bug tracker and a few changesets, I could not find not a hint what has changed in the thread library that gscam must include scoped_ptr itself. This commit simply addresses the compiler error by explicitly adding boost's scoped_ptr header in the gscam_nodelet header. As this commit also compiles with boost version 1.56, the commit is not expected to cause any problems with other build configurations. Signed-off-by: Lukas Bulwahn <<lukas.bulwahn@oss.bmw-carit.de>>
  • Remove dependency on opencv2 to fix under indigo Packages can no longer depend on opencv2 as of indigo. I've updated the package to depend instead on cv_bridge as suggested by http://wiki.ros.org/indigo/Migration#OpenCV.
  • Install the parameters file refered to in v4l.launch
  • Update package.xml
  • Examples: Added example for OSX (#15) Add a simple launch configuration for OSX. The camera can be selected by changing the default="0" to the appropriate integer.
  • Adding libraries to gscam target Fixes #13, now builds on stricter linkers
  • adding proper depends to catkin package call
  • Update minoru.launch
  • Contributors: CHILI Demo Corner, Jonathan Bohren, Kei Okada, Kenn Sebesta, Lukas Bulwahn, Russell Toris, Lukas Bulwahn

0.1.3 (2013-12-19)

  • Removed special characters from changelog.

0.1.2 (2013-12-19)

  • Added install targets for headers
  • Adding note on blackmagic decklink cards
  • Make sure nodelets are usable
  • Add jpeg direct publishing without decoding
  • Added system to use GST timestamps
  • Valid test file for jpeg-based publisher
  • Prepared for jpeg-only subscription
  • Install some launch files + added nodelet pipeline demo
  • Added missing bits to install the nodelet
  • Support for gray (mono8) cameras.
  • Remove unused bpp_ member.
  • Expose default settings for image_encodings to the ros master.
  • Add in support for mono cameras.
  • Contributors: Cedric Pradalier, Holger Rapp, Jonathan Bohren, Russell Toris, Severin Lemaignan

0.1.1 (2013-05-30)

  • adding missing nodelet dep
  • Contributors: Jonathan Bohren

0.1.0 (2013-05-28)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • examples/decklink.launch
      • MODE [default: ntsc]
      • CONNECTION [default: sdi]
      • SUBDEVICE [default: 0]
      • PUBLISH_FRAME [default: false]
  • examples/gscam_nodelet.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
  • examples/minoru.launch
      • LEFT_DEV [default: /dev/video0]
      • RIGHT_DEV [default: /dev/video1]
      • WIDTH [default: 320]
      • HEIGHT [default: 240]
      • FPS [default: 30/1]
      • BRIGHTNESS [default: 0]
      • PUBLISH_FRAME [default: false]
      • FORMAT [default: video/x-raw-rgb,width=$(arg WIDTH),height=$(arg HEIGHT),framerate=$(arg FPS)]
  • examples/nodelet_pipeline.launch
    • -*- mode: XML -*-
  • examples/osx.launch
      • DEVICE_INDEX [default: 0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/v4l.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
      • GST10 [default: false]
  • examples/v4ljpeg.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/videofile.launch
      • FILENAME
      • LOOP [default: true]
      • PUBLISH_FRAME [default: false]

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged gscam at Robotics Stack Exchange

Package symbol

gscam package from gscam repo

gscam

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version master
Last Updated 2018-09-06
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam Build Status

This is a ROS package originally developed by the Brown Robotics Lab for broadcasting any GStreamer-based video stream via the standard ROS Camera API. This fork has several fixes incorporated into it to make it broadcast correct sensor_msgs/Image messages with proper frames and timestamps. It also allows for more ROS-like configuration and more control over the GStreamer interface.

Note that this pacakge can be built both in a rosbuild and catkin workspaces.

GStreamer Library Support

gscam supports the following versions of GStreamer

0.1.x: Default

Install dependencies via rosdep.

1.0.x: Experimental

Dependencies:

  • gstreamer1.0-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer-plugins-good1.0-dev

Ubuntu Install:

12.04
sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

14.04
sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

Usage:

  • Use the CMake flag -DGSTREAMER_VERSION_1_x=On when building
  • See the Video4Linux2 launchfile example for an example of the differences in the GStreamer config lines

Notes:

  • This has been tested with v4l2src

ROS API (stable)

gscam

This can be run as both a node and a nodelet.

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • ~camera_name: The name of the camera (corrsponding to the camera info)
  • ~camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file.
  • ~gscam_config: The GStreamer configuration string.
  • ~frame_id: The TF frame ID.
  • ~reopen_on_eof: Re-open the stream if it ends (EOF).
  • ~sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates).

C++ API (unstable)

The gscam c++ library can be used, but it is not guaranteed to be stable.

Examples

See example launchfiles and configs in the examples directory. Currently there are examples for:

  • Video4Linux2: Standard video4linux-based cameras like USB webcams.
    • GST-1.0: Use the roslaunch argument GST10:=True for GStreamer 1.0 variant
  • Nodelet: Run a V4L-based camera in a nodelet
  • Video File: Any videofile readable by GStreamer
  • DeckLink: BlackMagic DeckLink SDI capture cards (note: this requires the gst-plugins-bad plugins)
CHANGELOG

Changelog for package gscam

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml
  • Update README.md gscam -> GSCam
  • update travis.yml
  • Merge pull request #40 from ros-drivers/mikaelarguedas-patch-1 update to use non deprecated pluginlib macro
  • update to use non deprecated pluginlib macro
  • Contributors: Kei Okada, Mikael Arguedas

1.0.0 (2017-06-13)

  • Gstreamer 1 0 support (#36 )
    • delete unused manifest.xml, rosdep.yaml
    • use libgstreamer1.0 for lunar
    • Fixing preproc switches so that the 1.0 branch still builds against 0.1 without the switch flags
    • Preliminary GStreamer-1.0 support see README for more info
  • Contributors: Jonathan Bohren, Kei Okada

0.2.0 (2017-06-13)

  • add ROS Orphaned Package Maintainers to maintainer tag (#35 )
  • gscam_nodelet.h: include scoped_ptr.hpp to compile with boost 1.57 When compiling gscam with the currently latest boost version 1.57, it fails with: In file included from [...]/src/gscam_nodelet.cpp:5:0: [...]/include/gscam/gscam_nodelet.h:20:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<GSCam> gscam_driver_; \^ [...]/include/gscam/gscam_nodelet.h:21:12: error: 'scoped_ptr' in namespace 'boost' does not name a template type boost::scoped_ptr<boost::thread> stream_thread_; \^ It seems that the dependencies of boost/thread.hpp have changed and boost/scoped_ptr.hpp is not included anymore with boost/thread.hpp. Hence, the scoped_ptr is not defined in the gscam_nodelet header. After scanning quickly through the release notes of version 1.57, the boost bug tracker and a few changesets, I could not find not a hint what has changed in the thread library that gscam must include scoped_ptr itself. This commit simply addresses the compiler error by explicitly adding boost's scoped_ptr header in the gscam_nodelet header. As this commit also compiles with boost version 1.56, the commit is not expected to cause any problems with other build configurations. Signed-off-by: Lukas Bulwahn <<lukas.bulwahn@oss.bmw-carit.de>>
  • Remove dependency on opencv2 to fix under indigo Packages can no longer depend on opencv2 as of indigo. I've updated the package to depend instead on cv_bridge as suggested by http://wiki.ros.org/indigo/Migration#OpenCV.
  • Install the parameters file refered to in v4l.launch
  • Update package.xml
  • Examples: Added example for OSX (#15) Add a simple launch configuration for OSX. The camera can be selected by changing the default="0" to the appropriate integer.
  • Adding libraries to gscam target Fixes #13, now builds on stricter linkers
  • adding proper depends to catkin package call
  • Update minoru.launch
  • Contributors: CHILI Demo Corner, Jonathan Bohren, Kei Okada, Kenn Sebesta, Lukas Bulwahn, Russell Toris, Lukas Bulwahn

0.1.3 (2013-12-19)

  • Removed special characters from changelog.

0.1.2 (2013-12-19)

  • Added install targets for headers
  • Adding note on blackmagic decklink cards
  • Make sure nodelets are usable
  • Add jpeg direct publishing without decoding
  • Added system to use GST timestamps
  • Valid test file for jpeg-based publisher
  • Prepared for jpeg-only subscription
  • Install some launch files + added nodelet pipeline demo
  • Added missing bits to install the nodelet
  • Support for gray (mono8) cameras.
  • Remove unused bpp_ member.
  • Expose default settings for image_encodings to the ros master.
  • Add in support for mono cameras.
  • Contributors: Cedric Pradalier, Holger Rapp, Jonathan Bohren, Russell Toris, Severin Lemaignan

0.1.1 (2013-05-30)

  • adding missing nodelet dep
  • Contributors: Jonathan Bohren

0.1.0 (2013-05-28)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • examples/decklink.launch
      • MODE [default: ntsc]
      • CONNECTION [default: sdi]
      • SUBDEVICE [default: 0]
      • PUBLISH_FRAME [default: false]
  • examples/gscam_nodelet.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
  • examples/minoru.launch
      • LEFT_DEV [default: /dev/video0]
      • RIGHT_DEV [default: /dev/video1]
      • WIDTH [default: 320]
      • HEIGHT [default: 240]
      • FPS [default: 30/1]
      • BRIGHTNESS [default: 0]
      • PUBLISH_FRAME [default: false]
      • FORMAT [default: video/x-raw-rgb,width=$(arg WIDTH),height=$(arg HEIGHT),framerate=$(arg FPS)]
  • examples/nodelet_pipeline.launch
    • -*- mode: XML -*-
  • examples/osx.launch
      • DEVICE_INDEX [default: 0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/v4l.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
      • GST10 [default: false]
  • examples/v4ljpeg.launch
      • DEVICE [default: /dev/video0]
      • FPS [default: 30/1]
      • PUBLISH_FRAME [default: false]
  • examples/videofile.launch
      • FILENAME
      • LOOP [default: true]
      • PUBLISH_FRAME [default: false]

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged gscam at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

gscam package from gscam repo

gscam

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.0.2
License Apache 2.0 License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-drivers/gscam.git
VCS Type git
VCS Version ros2
Last Updated 2022-12-19
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A ROS camera driver that uses gstreamer to connect to devices such as webcams.

Additional Links

No additional links.

Maintainers

  • Jonathan Bohren
  • ROS Orphaned Package Maintainers

Authors

  • Jonathan Bohren
  • Graylin Trevor Jay
  • Christopher Crick

GSCam ROS2 CI

This is a ROS2 package originally developed by the Brown Robotics Lab for broadcasting any GStreamer video stream via image transport.

GStreamer Library Support

GSCam supports the following versions of ROS2 and GStreamer:

ROS2 version Ubuntu version GStreamer version
Foxy 20.04 1.16
Galactic 20.04 1.16
Humble 22.04 1.20
Rolling 22.04 1.20

Dependencies

These dependencies will be picked up by rosdep and are required to compile:

  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev

These additional packages are often useful:

  • gstreamer1.0-tools
  • libgstreamer-plugins-good1.0-dev

Ubuntu install:

sudo apt-get install gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev

License

GSCam for ROS2 is licensed under the Apache 2 license.

Note that GStreamer is licensed under the LGPL, and GStreamer plugins have their own license requirements.

API

Nodes

  • gscam

Topics

  • camera/image_raw
  • camera/camera_info

Services

  • camera/set_camera_info

Parameters

  • camera_name: The name of the camera (corrsponding to the camera info)
  • camera_info_url: A url (file://path/to/file, package://pkg_name/path/to/file) to the camera calibration file
  • gscam_config: The GStreamer configuration string
  • frame_id: The tf2 frame ID
  • reopen_on_eof: Re-open the stream if it ends (EOF)
  • sync_sink: Synchronize the app sink (sometimes setting this to false can resolve problems with sub-par framerates)
  • use_gst_timestamps: Use the GStreamer buffer timestamps for the image message header timestamps (setting this to false results in header timestamps being the time that the image buffer transfer is completed)
  • image_encoding: image encoding (“rgb8”, “mono8”, “yuv422”, “jpeg”)
  • use_sensor_data_qos: The flag to use sensor data qos for camera topic(image, camera_info)

Examples

See example launch files and configs in the examples directory.

These examples have been tested and work well:

CHANGELOG

Changelog for package gscam

2.0.2 (2022-06-16)

  • Update ROS2, Ubuntu and GStreamer versions (#85)
  • fix: ros2 gstreamer timestamps (#83)
    • fix: correct gstreamer timestamp offset calculation for image header timestamp
    • docs: add use_gst_timestamps parameter to the readme file
  • ci: update docker image for latest ros distribution (#81)
    • ci: update docker image of rolling
    • ci: add humble distribution
    • ci: add workaround for jammy
  • Contributors: Clyde McQueen, Daisuke Nishimatsu, David Wong

2.0.1 (2022-02-28)

  • feat: add yuv support (#78)

    • feat: add yuv support
    • docs: add parameter description about image encodings
  • feat: add option to use sensor data qos (#79)

    • feat: add option to use sensor data qos
    • docs: add description about the new flag
  • Improve Dockerfile (#77)

    • Use COPY instead of git clone

    * Copy source into gscam Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

    * Small fixes Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>>

  • Merge pull request #76 from clydemcqueen/ros2 Fix uninitialized variable, adding more CI / test infrastructure.

  • Merge pull request #9 from clydemcqueen/clyde_fixes Several fixes

  • feat: add Dockerfile

  • chore: support multiple CLion build envs

  • fix: initialize variable

  • Contributors: Clyde McQueen, Daisuke Nishimatsu, Jonathan Bohren

2.0.0 (2022-02-13)

  • fix: fix test dependency in package.xml
  • Add note on testing and examples
  • Update README
  • chore: fix for uncrustify
  • fix: fix smoke test
  • chore: fix copyright
  • chore: fix flake8
  • chore: fix pep257
  • chore: fix lint_cmake
  • chore: fix cpplint
  • chore: change license
  • chore: apply uncrustify
  • chore: add linter dependencies
  • chore: simplify parameter declaration
  • adding explicit parameter types to string parameters
  • Add smoke test
  • Break deadlock for a clean exit
  • fix: fix legacy group namespace
  • chore: install examples directory
  • fix: fix launch extension
  • fix: fix launch executable name
  • feat: create node exe from rclcpp components
  • Update README
  • Remove extra files, rename .h to .hpp
  • Configure once, avoids re-declaring parameters
  • Port launch files to ros2
  • Remove support for gstreamer-0.10
  • Use Github Actions and ros-tooling for CI
  • Remove deprecation warnings, clean up includes
  • Fixed crash in GStreamer 1.16.2, works on Foxy
  • Minimal ROS2 port, works in Eloquent
  • Contributors: Clyde McQueen, Jonathan Bohren, wep21

1.0.1 (2018-09-06)

  • Merge pull request #52 from k-okada/add_travis update travis.yml

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged gscam at Robotics Stack Exchange