Advertisement
130s

roslaunch_ueye_cam_rgb8.launch_20131031

Oct 30th, 2013
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. nextage@visionpc:~$ ueyecameramanager &
  2. [1] 3899
  3. nextage@visionpc:~$ roslaunch ueye_cam rgb8.launch
  4. ... logging to /home/nextage/.ros/log/40759312-41d3-11e3-afe1-94de806e76af/roslaunch-visionpc-4201.log
  5. Checking log directory for disk usage. This may take awhile.
  6. Press Ctrl-C to interrupt
  7. Done checking log file disk usage. Usage is <1GB.
  8.  
  9. started roslaunch server http://visionpc:35997/
  10.  
  11. SUMMARY
  12. ========
  13.  
  14. PARAMETERS
  15. * /rosdistro
  16. * /rosversion
  17. * /ueye_cam_nodelet/auto_exposure
  18. * /ueye_cam_nodelet/auto_frame_rate
  19. * /ueye_cam_nodelet/auto_gain
  20. * /ueye_cam_nodelet/auto_white_balance
  21. * /ueye_cam_nodelet/binning
  22. * /ueye_cam_nodelet/blue_gain
  23. * /ueye_cam_nodelet/camera_id
  24. * /ueye_cam_nodelet/camera_intrinsics_file
  25. * /ueye_cam_nodelet/camera_name
  26. * /ueye_cam_nodelet/camera_parameters_file
  27. * /ueye_cam_nodelet/camera_topic
  28. * /ueye_cam_nodelet/color_mode
  29. * /ueye_cam_nodelet/exposure
  30. * /ueye_cam_nodelet/ext_trigger_mode
  31. * /ueye_cam_nodelet/flash_delay
  32. * /ueye_cam_nodelet/flash_duration
  33. * /ueye_cam_nodelet/frame_rate
  34. * /ueye_cam_nodelet/gain_boost
  35. * /ueye_cam_nodelet/green_gain
  36. * /ueye_cam_nodelet/image_height
  37. * /ueye_cam_nodelet/image_left
  38. * /ueye_cam_nodelet/image_top
  39. * /ueye_cam_nodelet/image_width
  40. * /ueye_cam_nodelet/master_gain
  41. * /ueye_cam_nodelet/pixel_clock
  42. * /ueye_cam_nodelet/red_gain
  43. * /ueye_cam_nodelet/sensor_scaling
  44. * /ueye_cam_nodelet/subsampling
  45. * /ueye_cam_nodelet/white_balance_blue_offset
  46. * /ueye_cam_nodelet/white_balance_red_offset
  47.  
  48. NODES
  49. /
  50. nodelet_manager (nodelet/nodelet)
  51. ueye_cam_nodelet (nodelet/nodelet)
  52.  
  53. auto-starting new master
  54. process[master]: started with pid [4215]
  55. ROS_MASTER_URI=http://localhost:11311
  56.  
  57. setting /run_id to 40759312-41d3-11e3-afe1-94de806e76af
  58. process[rosout-1]: started with pid [4228]
  59. started core service [/rosout]
  60. process[nodelet_manager-2]: started with pid [4240]
  61. process[ueye_cam_nodelet-3]: started with pid [4241]
  62. [ INFO] [1383186133.046156767]: Initializing nodelet with 8 worker threads.
  63. [ERROR] [1383186133.127946502]: Unable to open camera calibration file [/home/nextage/.ros/camera_info/UI122xLE_C.yaml]
  64. [ WARN] [1383186134.511337353]: Could not load UEye camera 'UI122xLE_C' sensor parameters file /home/nextage/.ros/camera_conf/UI122xLE_C.ini (IS_FILE_WRITE_OPEN_ERROR)
  65. [ WARN] [1383186134.511402888]: Camera configuration loaded into an unsupported color mode; switching to MONO8.
  66. [ WARN] [1383186134.553399216]: Internal image scaling is not supported by camera
  67. [ INFO] [1383186134.579068096]: UEye camera 'UI122xLE_C' initialized on topic /UI122xLE_C/image_raw
  68. Width: 640
  69. Height: 480
  70. Left Pos.: -1
  71. Top Pos.: -1
  72. Color Mode: rgb8
  73. Subsampling: 1
  74. Binning: 1
  75. Sensor Scaling: 1
  76. Auto Gain: 1
  77. Master Gain: 0
  78. Red Gain: 0
  79. Green Gain: 1
  80. Blue Gain: 16
  81. Gain Boost: 0
  82. Auto Exposure: 0
  83. Exposure (ms): 32.9918
  84. Auto White Balance: 1
  85. WB Red Offset: 0
  86. WB Blue Offset: 0
  87. Flash Delay (us): 0
  88. Flash Duration (us): 1000
  89. Ext Trigger Mode: 0
  90. Auto Frame Rate: 0
  91. Frame Rate (Hz): 30.0261
  92. Pixel Clock (MHz): 25
  93.  
  94. [ INFO] [1383186158.791428641]: Camera UI122xLE_C set to free-run mode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement