Is running data streams of a multispectral camera in threads thread safe?

Hi @Andreas
So, I downloaded the latest release of 14.00.000 of CVB from the below link and installed it on my PC

https://forum.commonvisionblox.com/t/common-vision-blox-for-windows/1574/34?u=keerthitheja

With this package, my code fails to compile. It throws an error while accessing the stream pointer using the line
device->Stream<Cvb::ImageStream>(). The error it says is Stream expects an expression but got a type. But, if I look in the CVB++ documentation, the stream is defined to take types

https://help.commonvisionblox.com/NextGen/14.0/cvbpp/d8/d60/class_cvb_1_1_device.html

Is the function Stream updated in the latest release ? or Am i missing something ? Please let me know how to go about this

Note: Now, I reverted back my CVB version to 13.04.006 and the code compiles fine.