-
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
Error: unable to set BinningHorizontal to 1 (ptr retrieval) #127
Comments
Can you try commenting out the two lines where the binning is being set on the camera - spinnaker_sdk_camera_driver/src/capture.cpp Line 686 in f6ab290
|
We tried commenting out all the lines where fatal error occurred and it works out. |
In ROS you can just use rosbag record to save all the ROS messages. Looks like the right way to address this would be to put spinnaker_sdk_camera_driver/src/camera.cpp Line 173 in f6ab290
line under else . That should throw an error but let the code continue.
|
we find it work if commenting out those lines throwing errors still trying other ways to solve it |
@nicewiz you can use SpinView to figure out exactly which variables you need to play with to get your desired settings and then try to replicate that in the driver. |
@shahvi This leads to a former question -> we find some variables in spinview are locked(cannot be changed or not in a correct operation?) |
@nicewiz yes, if something is locked in SpinView, most likely we would not be able to change it from the driver. |
Got it! |
Usually I have seen that the variables that are locked or grayed out are not supported by the camera hardware. Eg. If the camera is Grayslake then color option is grayed out. What variables are you trying to change? |
Strangely we cannot set color in driver though color mode supported |
System Description
Camera Name and Model: Grasshopper3 GS3-U3-123S6C
Operating System: Ubuntu 16.04
Spinnaker Version: 2.0.0.147
ROS Version: kinetic 1.12.17
Computer details
Processor:Intel i7-7500U 2.70GHz
RAM: 8GB
Multiple Cameras Only
How is the triggering setup? Master/Slave or all slaves or all software triggered?
For USB 3.0 cameras:
On same USB 3.0 bus or different buses?
Is the USB 3.0 hub externally powered?
For Ethernet cameras:
How busy is the network, does the system work in grayscale, at a lower resoultion (binning) and framerate?
Do the cameras work with SpinView?
Yes, perfectly.
Describe the bug
I have installed the spinnaker_sdk_camera_driver as described in the readme file, but run into following error(s) when launching the acquisition.launch file:
both cameras are recognized and stated as "connected" in the output.I have set Binning to 0 or other values, and color mode is deactivated and still got the following error.
Error Messages
Screenshots
If applicable, add screenshots to help explain your problem.
Best Regards!
The text was updated successfully, but these errors were encountered: