-
Notifications
You must be signed in to change notification settings - Fork 5.2k
bcm2835_v4l2 module crash on RPi1 #1873
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
Comments
Too little information to determine anything. |
I'm using all the default settings below (except host=0.0.0.0) https://github.com/ipartola/hawkeye/blob/488f377a06f5ae9eb1ca2edcafd39a2c0de58146/doc/hawkeye.conf#L24. 640x480 @ 15fps. I'm not sure what that translates to for bitrate, might have to dig around in the source. @6by9 are you willing to try and reproduce with Hawkeye? I wouldn't expect that from anybody really, especially given that it takes so long to occur. Is there any else I can collect to more accurately locate the problem? |
Seeing you've said it is encoding as MJPEG, no. |
@6by9 Perhaps this isn't the best place to ask this, but I'm not particularly sold on the codec used (or using Hawkeye in general). When you say that the MJPEG codec has a known problem, it makes me wonder if the others are supported better. Do you recommend using H264 instead? |
H264 is a much more efficient codec, and was the main supported encoder when Broadcom were developing VideoCore. If you can use it then I would recommend you do so. Even 3Mbit/s for 15fps VGA is sickeningly inefficient. H264 should do that in 800kbit/s or less. Ballpark figures with H264 you should be looking at 10-15Mbit/s for 1080P30, or 3-5Mbit/s for 720P30, for good quality. |
Closing due to lack of activity. Reopen if you feel this issue is still relevant. |
I've been experiencing issues with the camera module. This is the first trace I've managed to capture since upgrading to Jessie (was having issues on Wheezy as well). I've included the relevant output below. If further debugging is necessary, just let me know how to execute.
Complete dmesg output included below. I had been using the camera for days (using Hawkeye) before the crash occurred.
https://gist.github.com/jpeeler/65ea5de118602f3df0e563230a13d7bd
The text was updated successfully, but these errors were encountered: