-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot detect Camera #76
Comments
When you run the code, it should show all the cameras that are detected in the log. Does it show anything there? If you see it in SpinView, it should work in the ROS node. This is super weird, haven't come across this before. @mithunvarma any ideas? |
@shahvi No, I'm seeing this for first time. Also, could you change the logger to debug in this line,3 of launch file
thanks |
Dear all, Im getting the same issue, no camera found. Im using latest Spinnaker SDK. The full console error msg below:
|
try changing cam_id to 0112D91C |
Hi @mithunvarma No thats not working. :( |
did you set 0112D91C in both master_cam and cam_ids in yaml file ? could you post the terminal output , if you don't mind. |
@mithunvarma
I have also changed the logger to debug in the line,3 of launch file
PYTHON CODE |
Basically 0112D91C is the hex for 18012444. Looks like there is something goofy going on in this version of spinnaker, we haven't tested our code with this version. Can you try to use version 1.24 and see if that helps. |
@shahvi Thanks! may I know where to get 1.24 version? I cannot seem to find it |
@SlouchyCat you can get it from the FLIR's website 'archive' section at https://flir.app.boxcn.net/v/SpinnakerSDK/folder/74729015802 |
@shahvi Thanks! But im running on 18.04 and i saw the archives were made for 16.04. maybe @atifkarim u want to try with 16.04 machine? |
@SlouchyCat Yes, Ubuntu 16.04 |
@shahvi @mithunvarma @SlouchyCat if you have any solution for this problem would be very helpful for me. |
looks like v1.26 and v1.27 has packages for Ubuntu 18.04, have you tried either of those? |
No, I haven't tried with Ubuntu 18.04 as right now I have to depend on Ubuntu 16.04 machine. |
so have you tried Spinnaker 1.24 on your ubuntu 16.04 yet? |
The same issue here. I am using spinnaker-2.0.0.109-amd64 and Ubuntu18.04 over BFS-U3-13Y3C-C.
|
|
Can you please attach here the snippet of the code where to change or just mention the line number |
@byronwind thanks for the workaround, in the long term we would need a better way to deal with this across different versions. |
@atifkarim @SlouchyCat @zgxsin @byronwind #84 should fix this. Can you pls try it out. Cheers, |
@shahvi I just tested it, i did not work. nh_pvt_.getParam() cannot read parameters inside ROS_ASSERT_MSG(nh_pvt_.getParam("cam_ids", cam_id_vec), "..." ) . |
This seems to be an issue with formatting in your yaml file. |
System Description
Spinnaker Version: spinnaker-2.0.0.109-amd64
ROS Version: Kinetic
Computer details
Processor: Intel® Core™ i5-7200U CPU @ 2.50GHz × 4
RAM: 15,5 GiB
Cameras work with SpinView
Bug
The package is built up successfully but while running the command it is not working by saying that camera is not detected and camera id is not in the config list.
Error Messages
Giving me the following error message --
Steps were taken
I have gone into the file
params/test_params.yaml
and changed the first few lines:Information Screenshots
I have changed the cam_ids and master_cam by using the information of the following images
and
The text was updated successfully, but these errors were encountered: