-
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
unable to relaunch the node after shutting it down #95
Comments
I think for the binning, there is a bug in the firmware, where changing binning from 1 to 2 is fine, but when going 2 to 1 only shows a part of the image. The only way to fix this is to unplug and replug. We reported that to FLIR as well. You can try this even with SpinView and you should observe the issue. |
The problem I am having is not just for when I change the settings. For example, I will launch the node and it will work fine, and then I will shut it down using Ctrl + C in the terminal window where I had launched the node. However, if I try to launch the node again, it gives me an error. Here is an excerpt of the error that I get when I relaunch the node. I have Blackfly USB camera with a color sensor.
|
I am not able to reproduce the issue on the dev brach on Ubuntu 16.04, amd 64 system with Spinnaker 2.0.0.147. Not sure what is going on.
Separate from all this, another thing you could do, is put that line in a try catch block for this particular error. |
I hane met the same problem . ` roslaunch spinnaker_sdk_camera_driver acquisition.launch started roslaunch server http://xulei-BATTLE-AX-B365M-HD-PRO:39781/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 2c890876-cc1c-11eb-be58-378c21975153 |
We have known issues with this version of Spinnaker, can you try one of the tested versions shown in the ReadME. |
I am currently trying to configure the parameters for my camera and usually I need to shut down the current node, change something in the config file and then relaunch the node. However, whenever I shut down the node (with ctrl+c) and try to relaunch the node, I always get an error stating that I may have the wrong binning number set. If I unplug and replug the camera from my computer and launch the node, it works fine. Is there a "cleaner" way to shut down the node so that I don't have to physically unplug and replug the camera?
The text was updated successfully, but these errors were encountered: