Hello,
Our team is currently developing a machine vision platform using Basler dart series cameras. We are working with eight cameras (8 megapixels, color) connected via USB 3.0 to a PC. We are utilizing the NVIDIA DeepStream framework for processing.
When performing debayering on the camera’s FPGA, we achieve a frame rate of 15 fps. However, when transmitting the Bayer RG8 format to the PC (due to bandwidth limitations), the frame rate increases to 45 fps. We would like to offload the debayering to the PC, which is equipped with an NVIDIA 4070 Ti Super, while maintaining a 45 fps frame rate for the color images.
We attempted to use tcambin, but unfortunately, while the pipeline is created, the application crashes shortly thereafter. Could you kindly assist us in setting up the pipeline correctly to achieve our desired results?
Thank you for your assistance.
P.S. I would share the source code if needed