[ros-users] Screengrab/capture node

William Woodall william at osrfoundation.org
Tue Dec 3 18:54:41 UTC 2013


+1 neat!

We have two sort of "package lists", the first is the documentation list,
which will collect meta information from your package.xml (you should
double check the information is correct in your package.xml first) and
create for you a wiki page header. I would recommend grabbing a wiki page
for your package:

http://wiki.ros.org/screengrab_ros

And then following the instructions for getting a doc job running:

http://wiki.ros.org/rosdistro/Tutorials/Indexing%20Your%20ROS%20Repository%20for%20Documentation%20Generation

The other sort of package list we have is the released packages list, which
will build your package into debians for our supported platforms so it is
easier for others to get your package. You can do this by releasing your
package into hydro, which is detailed in the bloom tutorials:

http://wiki.ros.org/bloom

Both of these are optional.

Thanks for the contribution!



On Tue, Dec 3, 2013 at 10:23 AM, Lucas Walter <wsacul at gmail.com> wrote:

> This is a ros node for defining a region of interest on the screen with x,
> y, width, & height and publishing it just like a camera feed.  It could be
> most useful for capturing from a camera or any application that displays in
> Linux but has no ROS support, or recording from the screen to get all the
> user mouse movements and window placement for later export into a regular
> video.
>
> It is somewhat redundant with software that can capture from the screen
> into virtual webcam devices that are then trivial to publish with ros,
> though they would lack the ability to be controlled through ros parameters.
>  https://code.google.com/p/webcamstudio worked well for virtual webcams
> but I haven't tried it in a couple of years.
>
> It probably only works correctly with a X windows setup similar to what I
> have on Ubuntu 12.04, there is no attempt to convert the image out of
> XGetImage for special cases.
>
> https://github.com/lucasw/screengrab_ros
>
> If the screen spans multiple monitors and the roi crosses the window
> boundary and is partially in and out of the display area it might crash, I
> haven't tried that.  I'll add publishing of the max width and height next.
>
> It's written for catkin and Hydro.
>
> Any feedback and inclusion into the package list would be welcome-
>
> Lucas Walter
>
> _______________________________________________
> ros-users mailing list
> ros-users at code.ros.org
> http://lists.ros.org/mailman/listinfo/ros-users
>
>


-- 
William Woodall
ROS Development Team
william at osrfoundation.org
http://williamjwoodall.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ros.org/pipermail/ros-users/attachments/20131203/2b203419/attachment.html>


More information about the ros-users mailing list