danieltwagner

Results 23 comments of danieltwagner

I found this resolved issue: https://github.com/mpromonet/v4l2rtspserver/issues/162 Neither `-r` nor `-B` or the combination of both appears to make any difference. ``` $ strace v4l2rtspserver -W 1640 -H 1232 -F 25...

Thanks for your prompt response, Michel. I'm not sure if that sheds a whole lot more light but for completeness I'm including the top of the main thread as well:...

I was able to narrow it down to GPU memory consumption, but I'm not able to get it to work at the desired 1640x1232 (2x2 binning on Camera Module v2):...

Sorry, let me clarify: After the kernel upgrade: - raspivid can capture 1640x1232 - ffmpeg can capture up to 1280x720 but fails for 1640x922 or 1640x1232 (maybe due to gpu...

Fair enough. Let me know what you think, I might be able to split changes up into bite-sized chunks if you think that's more appropriate! On Fri, Nov 30, 2012...

Great! :) I modified the example to make it work again, and the easiest way of adding rows was to dynamically add items, see this: https://github.com/danieltwagner/LibSlideMenu/blob/master/slidemenuexample/src/com/coboltforge/slidemenuexample/MainActivity.java In order to add...

No worries. Any time will work! ;) On Thu, Dec 13, 2012 at 10:50 AM, Christian Beier [email protected]: > Sorty tight on time ATM, will lookinto this ASAP. > >...

I've also had this happen after installing a fresh copy of the newest Raspberry Pi OS on my Pi Zero W. Taking pictures using `libcamera-jpeg` seems to work fine but...

It may be worth mentioning that my video doesn't arrive in one piece when I open vlc with `udp/h264://:1234` which I was independently going to look at; VLC has lots...

I have the same issue, also on a fresh download of ST 4126. I `rm -rf ~/Library/Application\ Support/Sublime\ Text`, and everything works fine, then I Cmd+Shift+P -> Install Package Control,...