Acquire in windows 10

Hi everybody,

I use a script in Linux to acquire a frame with camera Jai. The script work very well.
Now, I want to use on windows 10 and I have this error ’

'TypeError: can't pickle cvb.VinDevice objects'.

I do not understand this error, can you help me?

Hi @gsFra

can you provide more details? E.g some code to reproduce. As this is a pickle error does your script serialize device objects? Device objects are built in objects that are associated with state-full system resources therefore they cannot be serialized.

Hi Andreas,

Sorry for that late response.
I preferred to install the script under a linux rather than working under windows.