anqixu / ueye_cam

A ROS nodelet and node that wraps the driver API for UEye cameras by IDS Imaging Development Systems GMBH.
Other
60 stars 102 forks source link

High CPU Usage #80

Closed capitalPSA closed 4 years ago

capitalPSA commented 4 years ago

Is there a reason behind using between 200-300% of the total CPU resources? The package is built in Release mode, the "rgb8.launch" is run, and the ueye_cam is being triggered. Yet the CPU usage is very high; is this correct behavior?

capitalPSA commented 4 years ago

Is there a way to disable the OpenMP library use?

capitalPSA commented 4 years ago

Set the value of the environment variable OMP_WAIT_POLICY to PASSIVE. export OMP_WAIT_POLICY=PASSIVE It is in the IDS README. Closing out.