Vikrant Shah
Vikrant Shah
This fixed the issue for me on OSX. Please do merge 👍
Pls fill all the info in the bug report template. You can try to comment that assertion line.
If you see our readme, we have known compatibility issues with spinnaker versions after 2.2.0.48. I'd suggest trying with that first. Also, you can try commenting the line that checks...
@ajay1606 can you share the `params.yaml` file that you are using.
Without a camera on hand I am not sure what could be going on. I suggest trying to reduce the bandwidth by using a low FPS, set binning to 2...
Frames is when you are saving the frames it will quit after the number of frames. The launch file overrides the settings in params.yaml. so set the binning, color and...
This warning pops up when the camera buffer fills up and you don't extract the images in the time, so that the sequence number shows missing ones. This is less...
Your issue sounds similar to #80 , unfortunately we do not have one of this model to try. Any feedback you can provide will be helpful.
Can you try commenting out the two lines where the binning is being set on the camera - https://github.com/neufieldrobotics/spinnaker_sdk_camera_driver/blob/f6ab2909ba2a4e250d7838331c83d4b588badb0f/src/capture.cpp#L686
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 https://github.com/neufieldrobotics/spinnaker_sdk_camera_driver/blob/f6ab2909ba2a4e250d7838331c83d4b588badb0f/src/camera.cpp#L173 line under `else`....