Hello,
I’m facing a performance issue with getting JPEGData from the Recording Server.
I’m calling the JPEGVideoSource Get(DateTime dateTime) method from multiple sources simultaneously.
When getting images from more than 4 sources the CPU is on 100% (I have 16 logical cores and Nvidia graphic card) but the GPU is around 40%.
Is there a way to put more work on the GPU instead of the CPU?
Is there a way to get the images from the recorded sources with more efficient way than the Get method?
Thanks