Can cvbpy effectively read from a multispectral Jai Camera

I will really appreciate if someone can guide me on how to read from a multipectral camera for e.g. this one. , It has an NIR channel and RGB channel, I need to extract images from both of these channels and save it to disk.

Also In this article it says that cvb can’t handle multi stream cameras, I hope that has changed over the years.

Thank You.

Good morning @taha99,

you can use latest CVB version, where multistream is supported in python and C++. Please see also following link: MultiStream. This example is for C++, but you can use python as well: Python MultiStream.

I hope, that this information is helpful.

4 Likes