Re: [ros-users] uvc_camera not publishing width and height o…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] uvc_camera not publishing width and height on /camera_info topic
Hi,

I've added a few lines to camera.cpp to set those fields in CameraInfo
if the camera has not been calibrated and to discard any calibrations
that have the wrong dimensions.

Is there any software that requires height and width to be defined for
an uncalibrated camera? camera_calibration/*.py worked for me with an
all-zeros CameraInfo, and I'm unable to find anything in the wiki that
clarifies the expected pre-calibration values for these fields.

- Ken