Hi,
I am developing an application to generate videos from iteratively generated images. The application is intended for free distribution to the scientific commnunity.
I initially used the Vision Development Package, but I recently realized that I couldn't distribute the application because every final user shoud buy a VDP license to use the VDM Runtime engine (while the LV Runtime engine is free to use).
So I was obliged to use a matlab script to generate the video.
The problem now is that I get the following error when I run the VI:
"Error 1050 occurred at LabVIEW: Error occurred while executing script. Error message from server: ??? Cannot create file path. Permission Denied"
It seems it is because Matlab should be opened as administrator and it is not whan called within LV (I get the same error If I run the matlab script directly in matlab without administrator privileges).
Any suggestion?
thank you in advance
Fabio