-
Notifications
You must be signed in to change notification settings - Fork 178
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
Errors after power on the camera #61
Comments
Hi, I cam across your issue just now. I don't know if you solved your problem. What happens if you do : You should get something like: |
My problem is still there, here is my camera information: |
|
My camera is GigE camera, why set it to usbcore? |
Ah, sorry, I didn't notice it was GigE. Increasing usbfs memory limit solved "starting isochronous stream" error with USB3 camera. |
Hi @zfxw0206 , were you able to solve the issue? I am facing a similar problem with a BlackFly BFLY-PGE-20E4C camera. |
I didn't get the error anymore after I closed the FlyCapture application and ran the launch file in the terminal. I am using ROS Kinect by the way. |
I got the same problem when run 'roslaunch pointgrey_camera_driver bumblebee.launch' [ERROR] [1511783092.590248274]: Reconfigure Callback failed with error: PointGreyCamera::setFormat7 Format 7 mode not supported on this camera. Number of cameras found: 2 can anyone help? |
@sheelabhadra , I still have this issue, what I did is restarting the driver after getting the error, then the error disappeared. |
@sheelabhadra now I have this issue, can you please help me with this if you solved it somehow? |
@SubMishMar did you look at this : db22db0 Are you sure to be running the last version of the driver? (did you do a Also look here (just out of curiosity, to make sure you are not doing the same error): #162 |
@fabrizioschiano I installed using sudo apt-get install, I dont think i need to git pull.. do I? |
@SubMishMar I am not sure, I don't think you need to do a git pull but just verify you have the following: db22db0 Maybe, the problem is somewhere else. |
I am using Ubuntu 14.04 and ROS indigo to run two pointgrey GigE blackfly cameras.
Now the problems is every time after I power on the cameras and run the "camera.launch" file, I always get the following error:
[ERROR] [1458741761.509388400]: PointGreyCamera::start Failed to start capture | FlyCapture2::ErrorType 22Could not get the current video mode and frame rate.
[ERROR] [1458741936.227051214]: PointGreyCamera::connect could not discover GigE packet_size | FlyCapture2::ErrorType 1Failed to discover GigE packet size
[ERROR] [1458741969.818965453]: PointGreyCamera::start Failed to start capture | FlyCapture2::ErrorType 33Error starting isochronous stream.
But when I tried to detect the cameras with rostopic "/diagnostics", I got nothing. I have to restart the launch, then it works fine. Does anybody could help me to fix these problems or tell me how to detect these errors? Thank you!
The text was updated successfully, but these errors were encountered: