How to set specific format for videoIn (Skia)?

Hi vvvvolks,

yet another try with latest gamma preview :) I am having this Logitech BRIO, which apparently has also IR stream (NV12 encoded). One can see it in the supported formats output pin from the videoIn (MediaFoundation) node, but how can one set the node to use this specific format?

Blockquote

  • 1.00 @ 30.00
    NV12 160x120 - 1.00 @ 24.00
    NV12 160x120 - 1.00 @ 20.00
    NV12 160x120 - 1.00 @ 15.00
    NV12 160x120 - 1.00 @ 10.00
    NV12 160x120 - 1.00 @ 7.50
    NV12 160x120 - 1.00 @ 5.00
    MJPG 4096x2160 - 1.00 @ 30.00
    MJPG 4096x2160 - 1.00 @ 24.00

Blockquote

any help appreciated! Thanks!

Not sure about the Media Foundation but if you use the VideoIn fron th CV pack you could do the following: RighClick > Configure > Show Prefered API > ANY and type in NV12.

here it works on the latest stable.

Other though is - been a long time an might be wrong but- as far as I remeber that camera comes with a software. You could also do the adjusmntes there and it will be saved on the camera.

Yes, I ended up using the OpenCV :) videoIn too.
Now I need to see if I can decode the NV12 stream, and if this is the IR / Depth one or not.

In any case, I tested the camera with C#/C++ test samples called “Frames” or something like that and indeed it does expose them.

cheers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.