LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO 9035 SD Card

Hi all,

I'm collecting images off of a webcam connected to a cRIO 9035. I have no trouble capturing images, but I'm not sure how to write to the SD card on the cRio. I've made sure that it's formatted to FAT32 as specified. I've read that the default path should be:

/u/

as it is a Linux RT system.

 

 

Attached is a picture of the code segment where I receive an error. I'm showing the creation of an AVI file, then sending the PATH to the AVI Create function. I've tried sending just a PATH to the AVI file without explicitly creating the file beforehand, and received the same error.

 

The error is listed below. I don't understand what the issue is: is it not able to write to /u/?

Error -1074396070 occurred at an unidentified location

Possible reason(s):

IMAQ Vision:  Unsupported function.
0 Kudos
Message 1 of 3
(3,349 Views)

Hi pb3,

 

Take a look at this forum post, I think it will answer your question. 

Ren H.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 3
(3,292 Views)

It appears that the AVI functions are not supported on Linux RT targets.  This is unfortunate, since pretty much all new NI RT controllers now run Linux, and it isn't documented anywhere in the LabVIEW Help.

0 Kudos
Message 3 of 3
(3,283 Views)