Looping the same video to compare different coordinates at various frames

hello,
    I am trying to analyze the x-coordinate of the first frame as compared to the second frame and calculate how much it has changed. I have attached a vi and tried to add in a second set of icons that do the same thing but starting start reading at i + 1; the problem is that since the file is already open it cannot run through two IMAQ AVI Read Frame, etc. I have deleted the second set, because it doesn't work, but have no ideas as to how to accomplish the comparison.  Any suggestions?
thanks,
mgg
Attachments:
test centroid.vi ‏169 KB

nevermind. i figured it out.

Similar Messages

  • Multiple use of the same video time line for different audio tracks

    I have a 90 minute video timeline
    I will be putting different audio tracks in multiple languages.
    But as i was just editing i wondered if i could use only a segment (30 minutes ) of the timeline
    along with a 30 minute audio.
    Example:
    So the first thing on the menu will be the whole 90 minute video
    with a 90 minute music track
    Second thing might be the 90 minute video with a 90 minute commentary
    Third thing might be the first 30 minutes of video with a different commentary
    Forth thing on the menu might be the first 30 minutes of video and 30 minutes of
    a different language
    Etc.
    I realize i will need to make space (mb)  for all the audio.....but if i could use the same video or pieces of it
    that would be fantastic.
    If i can do this i am presuming i should use playlists and chapter playlists to get it done?
    I have never done this before and would love some feedback on an over view or tips
    that might save me some guess work
    Thanks for any help :-)
    Soshman

    Soshman wrote:
    Hey Stan!
    Thanks for your help...i think i am really getting this. And have learned a lot.
    I had to go back to my computer programming and flowcharting skills to figure out the flow :-)
    And i still have 153mb to spare when i build it.
    I ended up lining up all the different videos and audios exactly for each time line except for 1 timeline.
    Question: I know if the audio is shorter it will be ok.... but if the audio is longer than the video on a timeline ( and its the audio i assigned it by specify link )
    Will the DVD keep playing until the audio is done or end when the video is done playing?
    2nd Question: I am previewing the playlists with the "Preview from Here" feature
    I specify the link and chapter within that timeline ( it is the only timeline with more than one chaper....the one with the longer audio than video from the question above )
    For most of the audios i only need video chapter 1.....the preview here plays it ok but if i hit the skip to next (in the preview button on theright of the play button)...it goes to the next chapter #2... instead of the next timeline chapter 1 like it is programed to do from the playlist.
    I am wondering if this is just fluke in the preview feature...or will it do that on the actual DVD as well?
    Lastly because i am using different timelines. I am wondering if there are delays between playlists? for example...i have a long audio that continues between three timelines...i have spliced it pretty fine so it picks up perfectly on the next timeline...but i am wondering if the DVD when playing in realtime will have a little black space inbetween timelines.
    Thanks again for your help and time :-)
    Mark
    Hiya Mark.
    DVD-Video is video dominant, with the audio always following the visuals so if the audio ends berfore the video it will not (okay, should not) be a problem.
    However, the other way around could go either way - if the actual video timeline has ended the audio may well truncate so I would personally add videoblack at the very least.
    I am also not at all sure how you are going to work a single contiguous audio file across 3 separate playlists. This sounds flawed in concept to me (have I misunderstood your meaning?). In DVD-Video the format is graphically/visually dominant - the audio must always be tied to a visual asset be it a menu or a timeline - so there is no way to have one piece of audio playing across 3 timelines and having it play back glitch free whilst the timeline changes. You will not get a black space - it will simply stop. So unless I have misunderstood you in some way.........
    As Stan says, preview is flaky - the only way to know for sure is to multiplex & burn.

  • How to Identify the Same Characters in 2 Different Strings

    Hi All,
    I am requiring a suggestion on how to identify the same characters in 2 different Strings, for example:
    String str1 = "hello";
    String str2 = "llheo";
    Both Strings contain the same characters, but in a different order, so what would be the best technique to verify t that both Strings indeed contain the same characters?
    I was personally thinking along the lines of using the class, java.util.regex.Pattern?
    Any thoughts would me much appreciated. Thanks

    I would instead sort the characters, and then compare
    the sorted data.
    I'm fealing generous
        private static boolean anagram(String left, String right)
            if (left.length() != right.length())
                return false;
            char[] leftChars = left.toCharArray();
            char[] rightChars = right.toCharArray();
            Arrays.sort(leftChars);
            Arrays.sort(rightChars);
            return Arrays.equals(leftChars, rightChars);
        }

  • How do i make the same song have two different genre

    how do i make the same song have 2 different genre for 2 different playlist?

    In my example, we will create a Smart Playlist that includes all songs in the genre Acid Jazz and one extra song that has the genre of Afro-beat. That extra song will be "Music For Gong Gong". To create your Smart Playlist, substitute the genre types and the song title (anything with <  > around it) for the ones you want.
    In your iTunes Library, either click on the + symbol in the lower left corner of iTunes playlists, or click CTRL+ALT+N to create a New Smart Playlist. The following will appear (my orange numbering):
    1. Using the drop-down menus, change "Artist" to Genre, "contains" to is and in the text box (marked 1) type in the text <Acid Jazz> (remember to chose the genre you want, and with the exact spelling used for that genre in your library - don't type in the <  > obviously!)
    2. Click on the + symbol at the end of that line (marked 2), which creates an additional line
    3. In this new line, change "Artist" to Grouping, change "contains" to is and in the text box type in <Acid Jazz> (Notice that I have used the same name as the genre itself. You don''t have to, but it makes it easier to add those extra songs. You'll understand why in step 7.) You now have a box like this:
    4. Change the Match rule at the top (notice it has already changed in the two screenshots above) to any. This is a crucial step, do not forget it.
    5. Notice that I have also selected Match only ticked items. This is optional, but selecting it will exclude songs that have been unticked. If you use Sync only ticked songs and videos, this can be useful way of keeping the Playlist the same as the one on your device.
    6. Click the OK button. You now have the opportunity to name your Playlist. I have chosen <Genre is Acid Jazz +> so that it is obvious what it is.
    So that's the Playlist created. As you can see, <Genre is Acid Jazz +> has 89 songs in it and I can assure you that's how many songs are in the Acid Jazz genre section. Now, all that remains is to add the additional song.
    7. Find your "two-genre" song and click File/Get Info/Info (or CTRL+I - that's an "eye") to bring up the edit song option. In the Grouping field, type in <Acid Jazz> (remember to use the same text you used in the Grouping box in step 3. This means you only have to type in the same genre name to the Grouping box,  to get it into that particular Playlist. I mentioned this in step 3).
    Notice that we are not changing the Genre. Click the OK button.
    Now look at the Playlist <Genre is Acid Jazz +> again.
    Notice that is now has 90 songs and at number 60 is the <Music For Gong Gong>. Note that the genre for that song is still Afro-beat, so the song still appears in the genre Afro-beat as well.
    To add any other song to this particular two-genre Playlist, simply find the song in your Library and type <Acid Jazz> into the Grouping box, as in step 7. It's that simple!
    Here's an extra tip. Too many Playlists and having issues finding your way through them?
    I have renamed the Playlist Genre is Acid Jazz + so that it is now named Acid Jazz Plus and I've dropped it into a Playlists Folder named GENRES (capitals makes it easy to find the folders on iDevices).
    Notice that here in iTunes, Playlists are sorted in the following order:
    Playlist Folders (and then the Smart Playlists and Regular Playlists inside it)
    Smart Playlists
    Regular Playlists
    ... but on my iPod Classic (for example), they are sorted in alphabetical order. So to find the Playlist Acid Jazz Plus, go into the Playlists menu and scroll down to G, go into GENRES, and in there will be Acid Jazz Plus, with all 90 songs!
    I hope you will give this a try, you have nothing to lose but a little time. Let us (all) know how you get on with it. We'd like to know.

  • ICal has dropped a monthly event for the previous four months....... why did it disappear? and where is it?  It was the same event but a different day each month.

    iCal has dropped a monthly event for the previous four months....... why did it disappear? and where is it?  It was the same event but a different day each month.

      I installed this same digitizer in my T|X some weeks ago.  Some discussion of my experience may be found in this Usenet posting and subsequent thread.
      The stock digitizer in my T|X had always had some significant alignment issues (for which PowerDigi was able to compensate very nicely) and sensitivity which was uneven, but which usually required a heavier touch than I liked.
      Eventually, it began to develop a “dead spot” near the upper left.  My T|X was under warranty, so I probably ought to have sent it in to Palm to be repaired, but I wasn't willing to be without it for the required amount of time, and I've heard enough reports of other T|X owners getting unsatisfactory results this way.  I'd heard enough good reports about the PDAPARTS.COm digitizer, that I decided that the only acceptable way to repair my T|X would be to install one of those.
      After however many weeks it has been, I am still very pleased with the results.  It continues to work flawlessly; it is much more sensitive, so it doesn't require nearly so heavy a touch, and I very much like the hard feel that it has, compared to the spongier feel of the stock digitizer.
      My wife's T|X still has its stock digitizer, and it has so far not shown any of the same problems that mine did, or for which the T|X has become notorious, but the feel is noticeably inferior.  She's content with it the way it is, but I think that if I were to ever buy another T|X for myself, I wouldn't wait for the stock digitizer to fail.  The PDAPARTS.COM digitizer is simply superior in every imaginable way; and, in my opinion, a T|X with the PDAPARTS.COM digitizer installed is sufficiently superior to one with the stock digitizer (even if it isn't defective) to be very much worth the expense and trouble of installing it.
    Post relates to: Palm TX

  • My iPad will not play sounds on certain applications. ie: if I click on a video from FB sound will not play. If I go to YouTube and play the same video sound will play. Also certain games will no longer play sounds. They always played sounds but now won't

    My iPad will not play sounds on certain applications. ie: if I click on a video from FB sound will not play. If I go to YouTube and play the same video sound will play. Also certain games will no longer play sounds. They always played sounds but now won't now. I just went to my churches web site to watch live service and again no sound. I grabbed my dads iPad and the sound works fine.

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Can i use 2 ipad's on the same itunes account with different apple accounts?

    Both me and partner have an ipad 4. Though we only have one computer, can we use the same itunes but with different apple acount without any issues? We use some of the same apps, but my partner plays fx Baldus Gate and is worries that save files will be corrupted.

    Each iPad should be linked to its owner's personal, private and nonshared AppleID. In the Mac, each one should have a different login account so each has their own iTunes Library containing your iPad's details. When you use iTunes on the Mac, since each logs in with a different login and corresponding Home directory, iTunes picks up the correct AppleID.

  • All videos I play through Firefox are skipping but the same videos work fine in Safari. I am using the latest versions and patches. Help?

    Other details? Umm, I'm using a Mac. Never had problems before version 4.0. It happens on Netflix, YouTube, Hulu, GomTV, among other video sites. I loaded the same videos in Safari and they play fine.

    Please try to re-install your firefox browser or maybe you must get the latest version of mozilla firefox browser, here >> [https://www.mozilla.org/en-US/firefox/new]
    And you can try to re-install your Adobe Flash Player too and get the latest version here >> [http://example.com http://get.adobe.com/flashplayer/]

  • I have multiple devices backed up to the same computer each with different data. how do i keep them from syncing all data when i back up or transfer stuff from the computer to a device?

    i have multiple devices backed up to the same computer each with different data. how do i keep them from syncing all data when i back up or transfer stuff from the computer to a device? one is an iphone 6 and the others are ipad mini first gens, each ipad has 64gb and the iphone has 128, need to keep the data seperate as they are not all mine

    Itunes content and pics are NOT part of the backup that itunes performs.
    Backing up, updating, and restoring iPad, iPod touch, and iPhone software
    You should transfer any purchases from iphone regularly:  File>Transfer Purchases  , if they fail to be transferred when you sync.
    You buy one and only one download.  It is your responsibility to move/copy/backup your purchases.
    You can try contacting itunes support and asking for an exception, but they are under no obligation to allow.
    http://www.apple.com/support/itunes

  • How do I stop mail from looping the same emails into inbox?

    How do I stop mail from looping the same emails into the inbox over and over again? It does the same thing with deleted messages that keep showing up again and again in multiples even after deleting them. I have made sure my server settings in all email accounts are set to delete immediately once I delete them on my MacBook Pro/IPhone. This issue has severely compromised the efficiency of Mail on my MacBook. Thanks for any help you're able to give me.

    I have tried that but it does not fix the problem.
    The "card" group is not a previous recipient.
    Although not available for editing in Contacts, it is a valid group showing up in the "To" field of Messages, Mail, or any app using the AddressBook.
    Its associated file is automatically created in:
    ~/Library/ApplicationSupport/AddressBook/Sources/<hexaFolder>/MetaData/<hexa>ABG roup.abcdg
    This is why it also shows up in the Spotlight results...
    If I manually remove this file, it gets recreated...
    If I turn off the syncing through iCloud, the entry gets deleted. If I turn it up, it comes back!

  • How do i backup my iphone 3 started on one itunes account and restore to the same phone with a different itunes account without losing all my information?

    how do i backup my iphone 3 started on one itunes account and restore to the same phone with a different itunes account without losing all my information?

    Please search the forums. This has been covered here extensively.

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

  • 2 iphones 1 computer. updated my wifes phone to ios 5 her phone got wiped of all apps and all my contacts are on her phone. we had been using the same apple id but different user accounts on our laptop. How do i get her phone back to normal?

    2 iphone 4, 1 computer. i upgraded to ios 5 and just updated my wifes phone as well. her phone got wiped of all apps and all my contacts were put on her phone. we had been using the same apple id but different user acct on our laptop. How do i get her phone back to normal??

    Have your wife log in to her user account on the laptop. Launch iTunes, then connect her phone to the computer with the USB cable. Sync. That should put back all apps and media. Since you already upgraded her to iOS 5 she'll have to manually enter all her settings and preferences, and organize her home screens.

  • How can i use the same id on two different laptops?

    When trying to use the same login on two different laptops so that i can connect my nook to either depending on which one is free, i get the error that the id is already in use on another computer?

    The issue is embedded in the way the software works.  To comply with the
    Digital Millenium Copyright Act of 2000, all software companies in this
    business keep track of where their software is installed, making
    information about the computer and ereaders part of an ID file.  So, your
    user ID is embedded in the ID file of each computer, but each computer has
    a different ID of its own that is also embedded in that file.  Adobe's
    master server (yes, there is one that you connect to even if you didn't
    know it) also has that information, and when you try to use an ID on one
    that's embedded in the file of another, Adobe's server blows the whistle,
    and as you can see, you can't do that....
    ==========

  • HT4356 I have an air-print enabled printer: HP Premium e-all-in-one C310.  Can't print from iPad iOS6.  They're on the same network, but have different IP addresses.  On the iPad it's 192.16.1.126 and on my printer it's 192.168.1.133.  Can I match them? H

    I can't print from my iPad2 to my air-print enabled printer (HP Premium e-all-in-one C310).  They're on the same network, but have differed IP addresses!  The iPad IP is 192-168-1.126 and the printer is 192-168.1.133.  That's the only difference I can see.  Is there a way to fix this?

    fyi:
    you put periods between the numbers.
    Each device needs a unique number.
    for the 192.168.1 the right must number should vary.  192.168.1.x
    the numbers you have look ok.
    Power off all devices: wifi router, printer, ipad.. wait 10 minutes.  poweron router ... wait power on printer wait then power on ipad.
    cross fingers.
    Robert

Maybe you are looking for

  • HP laptop update failed, and now it wont stop undoing changes.

    When I went on my laptop today it started updating, and after an hour when it finally got to 99% it said they the update failed, and it's now undoing changes. It's been like that for over 3 hours now. How can I try to fix this?

  • Weight group: must all sequences in the determination???

    Hi, In customizing I can see: 1) up to 1 kg  = group 0001 2) up to 10 kg = group 0010 3) up to 20 kg = group 0020 4) up to 1000 kg =  group 0100 When customizing I only need group 0020 and 0100. So I fill only group 0020 and group 0100. But if I fill

  • Zen V Plus Graph

    Hey.. Could someone please somehow send me the graphics that are on the Zen V Plus from the beginning. Those graphics were so aesthetic as wallpaper but unfortunately I had to format my Zen V Plus. It was like 3 or 4 folders with like 6 pictures in e

  • Calling of WS from standard MDM iView

    Hi all, I am having standard MDM iViews on the portal which are used to fetch data from MDM repository. Now i want to call a WS using the data filled on the standard MDM iView. Is there any way to call a WS from portal iView. Aur u can suggest any ot

  • I Phone 6, 2 months old won't update tried I tunes, code 53

    Wont update on its own or using I tunes! My my Macbook is all up to date!  error code 53,  Thanks for any help