12-05-2024 02:11 AM
I've just made a Python script and I've been able to add it on Labview, but I don't know how to get the video. I attach both files, if someone knows please tell me.
12-05-2024 03:27 AM
The following topic could be helpful for you, starting from this message — Rif.: Labview community and IMAQdx
Seems to be working solution to stream data from Python Script to LabVIEW.
In theory you can do the same just with LabVIEW only without Python at all (and get better performance and less overhead for sure), but some programming work will be required.
12-10-2024 05:17 AM
I need to record a video of the thermal camera connected to the PC and assign to each mouse position the equivalent position of the temperature matrix that I pass to Labview from Python. This has to be displayed wherever the mouse passes, giving me the temperature of each point in the video. I am attaching the Python script and the Labview program in case someone can help me.