Jump to content

bmoyer

Members
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by bmoyer

  1. I vote for All (New) Posts. As most of us are well aware, until recently (in LAVA 2.0), anytime someone added a new post to the thread, all the posts for that thread were flagged again as new, instead of just the new post.

    The new RSS posting method is difficult to track when a thread has a new posting because my RSS reader is set to only show new posts (after the first posting I am not aware of any new postings to the thread).

    Bruce

  2. wwwoooooooowwwwwwwww........

    I have found the solution. I have downloaded a software called "VirtualDub" and convert the video to "segmented avi" and it works with my VI...

    Thank youuu alllll for the help. If their's any suggestions to ameliorate my program I wil be so glad to hear from youuu..

    That's great because I didn't see anything wrong with the code. :thumbup1: I guess the source of your problems was in the AVI file itself.

    Bruce

  3. I don't have Ulead Video Studio but if you are sure the formats and settings are exactly the same from file to file and some work and others don't, then I don't know how to help. PCM is usually used for audio. Try disabling all compression (both video and audio) when saving your AVI to see if you have the problem still. If you have some very small examples, then you could post them, but videos are usually quite large.

    Bruce

  4. Were these videos created on the computer you're doing the processing on? My guess is that they were created using a video compression format that is not on your computer. The AVI format is like a container and can have different internal formats (codecs) making one AVI compatible with one computer that is not compatible on another because of the internal format (wish there was an easy way to determine which compressors were used to save an AVI, not sure if there is).

    http://en.wikipedia.org/wiki/Audio_Video_Interleave

    Bruce

  5. I haven't used this, but can you accomplish what is needed using the MATLAB Script Node? It's located in the Mathematics-->Scripts & Formulas-->Script Nodes.

    I remember that something changed with the licensing of Matlab script nodes with 2009 but I can't remember the details.

    Bruce

    post-4985-127006103252_thumb.png

  6. Do you guys want to hear about the sunny day we had today? I think it rained a bit at some point but when I came out later, everything seemed dry.

    It's sunny here in NJ too! They're calling for 8 to 14 inches tonight and into tomorrow. How can there be so much snow coming when it's so nice out?!

    Bruce

  7. I work with a number of cameras and a number of them produce 12-bit or 14-bit grayscale images. I'm able to save the images to a series of 16-bit TIFF or PNG images to preserve the dynamic range of the images but in order to create a video file (such as an AVI) I have to convert the images first to 8-bit grayscale.

    Does anyone know how to create a grayscale video file that supports more bit depth?

    Thanks,

    Bruce

  8. You said you're using IE8; I believe hooovahh and I use Firefox. Hmm ...

    Nope. Still presents for me in IE8.

    I had to remove the old feed and then re-add the feed to get it working. I was without Lava for over a week until I tried this! :(

    Using Firefox and NewsFox.

    Bruce

    • Like 1
  9. I wish to automatically back up to an external hard drive and, in particular, back up *.vi files. Prior to purchasing a drive, in questioning a major manufacturer on the capability of their drive for different file extensions, the answer received was (quote):

    “Unfortunately, [ *.vi] that is file protected by copyright; the same laws that protect its contents, forbids us from using it. You could try to backup it, but it is not guaranteed to work without issues.”

    Has anyone any comments, or alternatively, suggestions of a currently available external hard drive that is OK for Labview files?

    Regards, GraemeJ

    A drive doesn't care what file extensions you use. There are many other files protected by copyright besides VIs. Imagine if we had to determine the copyright of every filetype to see if it would work with a drive! It would be a nightmare!

    Bruce

  10. Hi All,

    I am trying to add an undo function to an application, and am looking at key-down events.

    For windows I know the shortcut 'CTRL-z' as the de-facto standard.

    Googling suggest the shortcut is 'Apple-z' on Mac OS's, however the platmods doesn't have an 'Apple' option just CMD and Opt. Which one should I use?

    Ton

    'Apple' is the same as Command (CMD). It's usually written on apple keyboards with both a Command and an apple. I haven't actually done any programming in LabVIEW on my Mac however (all on Windows), but that's how my Macbook keyboard looks.

    Bruce

  11. Wow this is nice. I hope you don't mind (I'm not trying to one up you), but I've modified your code to work with control references. So all you need to do is pass it a reference to your string, and the width you want it to be. You don't need to input the font size and type.

    Hmmm, I see some advantages to using references, but I'm not sure how you use this to get a multi-column listbox to word wrap. How do you get the reference to a particular cell?

    Bruce

  12. Here's what I do to turn off those annoying restart warnings that keep popping up. I have a .bat file to turn off the Windows Update service (temporarily). I have to remember to either enable the service or restart manually but it prevents the computer from restarting when I don't want it to. The settings are automatically controlled by IT at login so I don't have the ability to turn off the setting using gpedit.msc.

    I have a .bat file called "Disable Windows Update.bat" and another called "Enable Windows Update.bat".

    Each is just a 1 line text file with the .bat extension. The "Disable Windows Update.bat" file has this line:

    net stop wuauserv

    and the "Enable Windows Update.bat" file has this line:

    net start wuauserv

    Bruce

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.