ros-drivers / gscam

ROS Camera driver for GStreamer-based video streams.
141 stars 174 forks source link

Image rectification? #72

Closed bjajoh closed 3 years ago

bjajoh commented 3 years ago

Is there any way of rectifying the image with given intrinics in the camera_info param?

awesomebytes commented 3 years ago

Yeah, use Image_proc: http://wiki.ros.org/image_proc

On Sat, Jul 17, 2021, 01:12 Bjarne Johannsen @.***> wrote:

Is there any way of rectifying the image with given intrinics in the camera_info param?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ros-drivers/gscam/issues/72, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANEK5BYYKAKS3HKONK6XFDTYBD5DANCNFSM5APYI7NA .

bjajoh commented 3 years ago

Awesome, thanks for the clarification!