Theodore Watson
Theodore Watson
Added a comment above but happy to merge once conflicts are resolved.
@danoli3 would love to release 0.12.1 Android is the only thing holding it up. If you want to point @prisonerjohn or myself towards what's needed I'd be more than happy...
just fyi - I think #1547 is def not a bible at this point 🙂 almost 10 years old, so I def wouldn't go deprecating things based solely off of...
@CarloCattano Can you try setting a different format for the grabber. ``` vidGrabber.setDeviceID(0); vidGrabber.setPixelFormat(OF_PIXELS_YUY2);
@CarloCattano does OF_PIXELS_YUY2 work for device 0? Can you try: `vidGrabber.setPixelFormat(OF_PIXELS_NATIVE);` for device 0 too?
Hmmm, that is interesting that it's not giving you an OF error just crashing. One thing you can try is `gst-launch-1.0 v4l2src device=/dev/video0 ! autovideosink` and see what formats it...
Some more info from ChatGPT: **Yes — DMA_DRM is a relatively new video format in the GStreamer and Linux media ecosystem. It's tied to zero-copy buffer sharing via DMA-BUF, and...
yeah I think there are a few small libs like this which are needed for Mint 22 and corresponding Ubuntu. `libgtk-3-dev` is another I think ( for the open /...
Amazing - thanks @chilina I added a few of the libs we were missing from our Mint 22 - so glad to hear that fixed it.
@CarloCattano thanks for sharing, is this with the 0.12.1 RC1 / Nightly builds or are you using the Linux 2025 branch of @danoli3 ? If it is working with 0.12.1...