gscam icon indicating copy to clipboard operation
gscam copied to clipboard

ROS Camera driver for GStreamer-based video streams.

Results 51 gscam issues
Sort by recently updated
recently updated
newest added

I'm trying to get running gscam on ros noetic. I cloned this repo, installed all gstreamer dependencies and built the package with required CMake flag `-DGSTREAMER_VERSION_1_x=On`. The camera provides an...

The node currently hangs if the pipeline thread finishes. This prevents the use of ROS launch configurations such as setting the node to "required" or respawning the node on exit....

I use a CSI camera on Nvidia Xavier NX, and I wonder how could I adjust the camera exposure?

The buffer is accessed through gst_sample_get_buffer. The buffer shouldn't be unrefed the sample should be, however, this doesn't seem work in gstreamer 1.14. If the buffer is unreffed in 1.16...

Is there any support planned for noetic? Compiling from source under ubuntu 20.04 is easy enough and works out of the box. But when running it the node segfaults right...

Hi, I use gscam to play a video file. My config line in the launch file looks like this ``` ``` I have videos that needs to be flipped vertically....

Updated gscam to work on ROS Noetic / Ubuntu 20.04 It is not intended to be backwards compatible since the currently distributed binary gscam versions work fine on melodic and...

added support for MONO16/GRAY16_LE streams. tested with a 12bit thermal camera (mapped to 16bit) on gstreamer1.0.

I am trying to set up gscam on my Jetson TX2 with Jetpack 4.2.2 under Ubuntu 18.04. Streaming with gstreamer works perfectly well, but with gscam I receive no image...