You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several applications we have found that there is no need to keep streaming an image when a snaphot has been already taken. This way, the network, PC, and everything is nor overloaded, specially with 3D cameras.
So we added a service call SnapshotImage to do exactly that, take a snapshot. Thus, you'd need our fork version of the common_msgs package.
If you find that change useful for your use-case and you would like to have it mainstream, we already suggested the change in ros/common_msgs#105 that you can support.
Thanks for your reply, it does work.
But another problem occurred, after running $ roslaunch ptgrey_bfly_camera ptgrey_bfly_camera.launch
process[rviz-2]: started with pid [32437]
BflyCamera::Device::Device()`
ERROR: GigE camera not found
Error Trace:
Source: GigECameraInternal.cpp(216) Built: Mar 30 2017 01:42:38 - Specified camera is not a GigE Vision camera!
[ERROR] [1543374521.652651189]: Error when opening the camera
I found that this driver was connected to the GigE camera, actually, my camera is Black Fly U3.
orz...
I run
$ catkin_make --only-pkg-with-deps ptgrey_bfly_camera
in my rosworkspace.But the problem occurred:
Could you give me some suggestions?
The text was updated successfully, but these errors were encountered: