04-16-2014 01:15 AM
Hi ,
Good Morning!!
I am working on vision application, where i need to record video frames on to Micro SD card or HDD and access via USB port. Please let me know how this can be achieved by providing any sample vi. Thanks in advance
with best regards,
Sri
04-16-2014 02:21 AM
Hi SriSwathi
I have made a little VI that show you the basics of obtaining images and locating them to a path. Can you check it out and say if this works for you? If not specify your application and I will take another look at it.
Regards
Ruts
04-16-2014 02:32 AM
About specifying your application:
04-16-2014 05:05 AM
Hi,
Below are more details about my application:
1) I need to store 30fps for 5 minutes minimum, my frame size is 640X512 and per pixel depth is 16bits.
2)I need to store all these group of frames in a single file and need to overwrite everytime.
3) I need to catch these group of frames whenever i get a UART interrupt called record mode (button hit upon requirement)
4) This file with frames should be stored in SD card and should be retrieved from USB port.
Hope this information gives you enough idea to help me out.
With regards,
Sri
04-16-2014 06:00 AM - edited 04-16-2014 06:26 AM
I think I have got what you want SriSwathi
After expanding my former program some minutes I have come to the VI that is attached. I think this does what is has to do for your application. It still has some little beauty errors, but I think you are able to adjust them to your wishes.
beauty errors:
Does this answer all your questions? Otherwise shoot.
Kind regards
Ruts
06-30-2014 06:26 AM
Hi Ruts,
There is small change in my application as below
Below are more details about my changed application:
1) I need to store 30fps for 5 minutes minimum, my frame size is 640X480 and per pixel depth is 16bits.
2)I need to store all these group of frames in a Multiple files that is create new file everytime i run the vi (so that each time i run the vi i should not over write the file and create a new file with change in file name)
3) I need to catch these group of frames whenever i get a UART interrupt called record mode (button hit upon requirement)
4) This file with frames should be stored in SD card and should be retrieved from USB port.
Please let me know particularly how point number 2 can be achieved.
With regards,
Sri