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
- last edited on
07-23-2026
03:13 PM
by
Content Cleaner
Hello Mazzo,
in the following link you can find the possible supported image files. As you can see *.mts file is not supported.
https://www.ni.com/docs/en-US/bundle/ni-vision/page/image-files.html
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:
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