Skip to content

Fixed and Camera tested support for 10/12 pixel formats, High Bandwidth Pixel unpacking Optimizations #1063

Open
circuitvalley wants to merge 3 commits intoAravisProject:mainfrom
circuitvalley:main
Open

Fixed and Camera tested support for 10/12 pixel formats, High Bandwidth Pixel unpacking Optimizations #1063
circuitvalley wants to merge 3 commits intoAravisProject:mainfrom
circuitvalley:main

Conversation

@circuitvalley
Copy link
Copy Markdown

@circuitvalley circuitvalley commented Mar 22, 2026

I found currently 10/12Bit Format are not actually working So I fixed and verifed issues listed blow.
Fixed black/blank screen on aravis viewer with Mono12
Fixed broken stream on Mono12Packed
Added support for Mono12P and Mono12Packed
Added support for BayerRG10P and BayerRG10Packed
Added support for BayerRG12P and BayerRG12Packed
specifically extended arvenums.h bayer12Packed
Added new Pixels RGB_565P and YCBCR_422_8_PACKED to defines , Tested
Handling of P and Packed pixel has endianness and packing difference
All features hardware tested with USB and GigeVision Basler and Custom Cameras, 4 Cameras tested Including, Balser daA3840-45uc Color USB camera, acA2500-14gm Mono Ethernet camera
Extended Functionality based on aravis code itself.
Optimizations to Pixel Packer, Aaravis Viwer was not able to keepup with scheduling USB Request on Bandwidth above 300MB/s with pixels which require special unpacking such as bayerRG12p, Optimizations tested upto 385MB/s

Fixed black/blank screen on aravis viewer with Mono12
Fixed broken stream on Mono12Packed
Added support for Mono12P and Mono12Packed
Added support for BayerRG10P and BayerRG10Packed
Added support for BayerRG12P and BayerRG12Packed
specifically extended arvenums.h bayer12Packed
All features hardware tested with USB and GigeVision Basler and Custom Cameras,
4 Cameras tested Including, Balser daA3840-45uc Color U3V camera, acA2500-14gm Mono GigE camera
@circuitvalley circuitvalley changed the title Implemented and Camera tested support for 10/12 pixel formats Fixed and Camera tested support for 10/12 pixel formats Mar 22, 2026
@circuitvalley
Copy link
Copy Markdown
Author

Hello, Did failed on network timeout on https://gstreamer.freedesktop.org/ ? Is there anything i can do to fix it?

@EmmanuelP
Copy link
Copy Markdown
Contributor

Hello, Did failed on network timeout on https://gstreamer.freedesktop.org/ ? Is there anything i can do to fix it?

It was a temporary issue

Added a reusable unpack buffer and optimized unpacking functions to avoid per-frame memory allocation. Implemented a worker thread for unpacking to improve performance during video streaming.
@circuitvalley circuitvalley changed the title Fixed and Camera tested support for 10/12 pixel formats Fixed and Camera tested support for 10/12 pixel formats, High Bandwidth Pixel unpacking Optimizations Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants