Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

when i call IMAQ library function in my program, i can write AVI file to disk,but only upto 4 Gbytes.is there any range that .AVI file could be written only upto 4 Gbytes?

when i call IMAQ library function in my program, i can write AVI file to disk,but only upto 4 Gbytes.is there any range that .AVI file could be written only upto 4 Gbytes?
0 Kudos
Message 1 of 5
(3,317 Views)
Just guesing;

4G may be the limit of your file system.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 5
(3,317 Views)
what do you mean by limit of file system?
if you mean hard disk capacity then it is 200Gbytes.
0 Kudos
Message 3 of 5
(3,317 Views)
I think Ben is right. Windows will limit a file up to a certain size, and I believe 4 GB is quite on the limit, I think Windows 95 was up to 2 GB, I think. But your solution is to split the file in multiple files. I'm very positive this is the hint for this issue. Since most of the OSs will limit the size, but in our side (NI) for example LabVIEW can represent image sizes in 32 bit format so is up to 2GB. It will depend on the system you are using and the data types, however I'm confident it might be the OS unless your OS allows files larger than 4GB.

Good luck!

Nestor S.
IMAQ/Motion Support
National Instruments
Nestor
0 Kudos
Message 4 of 5
(3,317 Views)
Go with WindowsXP NTFS format that will take care file size limit. Enjoy!
0 Kudos
Message 5 of 5
(3,317 Views)