Re: [ros-users] CvBridge::encoding_as_cvtype does not suppor…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] CvBridge::encoding_as_cvtype does not support bayer formats
On Wed, Aug 31, 2011 at 3:44 AM, Markus Bader <> wrote:
>
> ROS::Diamondback@Ubuntu
>
> The function CvBridge::encoding_as_cvtype does not supprot bayer
> formats, therefore it will crash in some cases.


If you run the data through the image_proc node (or its debayer
nodelet), you should get an image_color topic with the Bayer pattern
converted to a format acceptable to OpenCV (image_rect_color, if also
rectified).

Still, it should not crash. That seems like a valid defect ticket.
--
 joq