Sam Pfeiffer

Results 137 comments of Sam Pfeiffer

Could version 1.0.1 be released for kinetic too? (Maybe it is not possible cause of some API breakage that I'm unaware).

Hello. Sorry for the late reply, I was away for a few weeks. Thank you very much for your efforts. As you say... this is mainly a complete rewrite. I...

If we were to support this I'd rather be able to rotate the image in all the available rotations from Opencv: ``` cv::ROTATE_90_CLOCKWISE = 0, cv::ROTATE_180 = 1, cv::ROTATE_90_COUNTERCLOCKWISE =...

Hmm I'm not too fond on merging this. We can change the default queue size for the video launch file from 1000 to something lower if you insist. It's just...

If that gstreamer string works for you, you could try to use the ROS package gscam Not sure why you get that error! On Tue, Jul 20, 2021, 17:49 Hesham...

Maybe show the launchfile? You can also try to use the Python test file to see if that works. The backend is also opencv so it should provide the same...

Looks like opencv can't open it! Too bad. I hope gscam works for you On Tue, Jul 20, 2021, 19:37 Hesham Hendy ***@***.***> wrote: > Here it is: arg name="video_stream_provider"...

Pull request to release on noetic done: https://github.com/ros/rosdistro/pull/27638 I don't know when is the next sync, but it will be released sometime soon :) Thanks for the heads up! (I...

@PfeifferMicha Unfortunately, the buildfarm failed to build it for Noetic: http://build.ros.org/job/Nbin_uF64__video_stream_opencv__ubuntu_focal_amd64__binary/2/console The error itself is: ``` 23:12:42 [ 50%] Building CXX object CMakeFiles/video_stream.dir/src/video_stream.cpp.o 23:12:42 /usr/lib/ccache/c++ -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 -DROS_PACKAGE_NAME=\"video_stream_opencv\" -I/opt/ros/noetic/include -I/opt/ros/noetic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp...

Oh, I see what happened. It is using a very old release. I need to make a new version first. My bad.