11-21-2011 05:22 AM
Hello
I need to perform image processing on a video acquire by a digital camera in a .mts file
does it exist a way to directly read in in labview without converting it in .avi?
thank you
11-22-2011 05:02 AM
Hello Mazzo,
in the following link you can find the possible supported image files. As you can see *.mts file is not supported.
http://zone.ni.com/reference/en-XX/help/372916J-01/nivisionconcepts/image_files/
If you are interested in only displaying a *.mts file you can embed a Windows Media Player viewer using ActiveX into your front panel. If this is what you're interested in there are examples on our website such as this link:
https://decibel.ni.com/content/docs/DOC-2207
I hope this helps!
11-23-2011 09:04 AM
Unfortunately I don't need a simple visualization but an actual image processing of the file (pattern matching)
at least now I now there's no way to do it without converting the file
thankyou