Yes -- should be possible with a bit of doing :)
That class inherits from the Camera metaclass (as it is basically a temperature camera) and thus a lot of the class is just overriding the necessary methods of the metaclass (eg. you change the FPS of that camera in a different way than you do with opencv, but you still can control it like cam.fps = 10).
Essentially the process would be
I don't have time to take a look *right* now, but if you tell me a bit more what the board does/how you want to use it i can advise on how to do that :)