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
Open
Fixed and Camera tested support for 10/12 pixel formats, High Bandwidth Pixel unpacking Optimizations #1063circuitvalley wants to merge 3 commits intoAravisProject:mainfrom
circuitvalley wants to merge 3 commits intoAravisProject:mainfrom
Conversation
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
Author
|
Hello, Did failed on network timeout on https://gstreamer.freedesktop.org/ ? Is there anything i can do to fix it? |
Contributor
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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