Hang/delay starting up multiple USB cameras?

This one has been going on for a while, but it's been inonsistent in behavior with different computers and different configurations.
Our Flex application uses two cameras, user selectable from our interface.  I've got a stripped down version of the code (done as a web app from Flash Builder) that I've pasted below.  It has two dropdowns to select the cameras, and a preview display area for the selected camera.
It appears that, depending on the USB bus configuration and where the cameras are, it will either work correctly or hang for an indeterminate amount of time (usually over 30 seconds) when a second USB camera is selected.  I've been able to reproduce this fairly consistently if both cameras are plugged into a hub.  On other computers in our office, it will work with the cameras plugged into one set of ports but hang when one of the cameras is moved to another port.
Another note, if I leave the camera in default mode (320x240, 15FPS) everything seems to work consistently.  If I leave the resolution at 320x240 and change the frame rate to 30FPS, it also works.  However, if I change the resolution to 640x480, it will have the delay.
Any suggestions on this?  Yes, we need to have both cameras, and yes they need to be 640x480.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx"
               minWidth="955" minHeight="600"
               creationComplete="onInit(event)">
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
        <![CDATA[
            import mx.collections.ArrayList;
            import mx.events.FlexEvent;
            import spark.events.IndexChangeEvent;
            [Bindable] private var cameraList:ArrayList;
            protected function onInit(event:FlexEvent):void {
                cameraList = new ArrayList(Camera.names);
            protected function onCamera1Change(event:IndexChangeEvent):void {
                var cam:Camera = Camera.getCamera(event.newIndex.toString());
                cam.setMode(640, 480, 15);
                cam1Preview.attachCamera(cam);
            protected function onCamera2Change(event:IndexChangeEvent):void {
                var cam:Camera = Camera.getCamera(event.newIndex.toString());
                cam.setMode(640, 480, 15);
                cam2Preview.attachCamera(cam);
        ]]>
    </fx:Script>
    <s:HGroup width="100%" height="100%" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10" gap="10">
        <s:VGroup width="100%" height="100%" horizontalAlign="center" gap="10">
            <s:Label text="Camera 1"/>
            <s:DropDownList id="cam1List" dataProvider="{cameraList}" change="onCamera1Change(event)" width="100%"/>
            <mx:VideoDisplay id="cam1Preview" width="320" height="240"/>
        </s:VGroup>
        <s:VGroup width="100%" height="100%" horizontalAlign="center" gap="10">
            <s:Label text="Camera 2"/>
            <s:DropDownList id="cam2List" dataProvider="{cameraList}" change="onCamera2Change(event)" width="100%"/>
            <mx:VideoDisplay id="cam2Preview" width="320" height="240"/>
        </s:VGroup>
    </s:HGroup>
</s:Application>

Dear everyXnewXday,
I'm as mystified as you are. This sounds exactly like my issue. Have you tried starting up in Verbose mode (hold down cmd-V on startup)? This will give you a running log of events that occur during startup, and may indicate where errors are occurring that the operating system has to resolve or work around in order to proceed. I'm no expert in interpreting this information, though, which is why I posted this question in the event others have ideas about how to reduce the amount of computational "red tape."
Do you have many external drives or other peripherals connected to your computer? One thing I have noticed in the startup sequence is that the OS has some difficulty recognizing or mounting some of them (in particular, a Seagate FreeAgent USB drive). Not sure if this is a driver issue, but I believe I have the most current drivers for all my external drives.
- K725

Similar Messages

  • Synchronized capture for multiple USB cameras

    I need to capture images from 8 USB cameras at the same time.  I don't need to continuously acquire images (just one set every few seconds), but I need the 8 cameras to capture at very close to the same exact time.  Just testing with two cameras at the moment, and one camera always seems to capture about 0.4 seconds after the other.  Attached is the current VI I'm testing with.
    Any idea how to speed this up?  I thought having both grab.vi's in a separate frame would help make them occur at the same time, but it's still a lot slower than I hoped for.  Thanks for any suggestions.
    Attachments:
    Grab USB frame manual.vi ‏46 KB

    All depends from precision. 100 ms is not bad result. For better precision I would like to suggest to use cams with external triggers. The cameras with USB interface are also available, for example:
    http://www.thorlabs.de/newgrouppage9.cfm?objectgroup_id=2916
    http://www.edmundoptics.com/products/displayproduct.cfm?productid=3356
    http://www.ptgrey.com/news/pressreleases/details.asp?articleID=230
    Otherwise they may be incompatible with IMAQdx (the only DirectShow compliant cameras are supported). Point Gray Chameleon seems to be DirectShow compatible.

  • Multiple USB Camera's

    I want to use two USB web cam's (Both Agent V6 from Liquiddigital) on my Mac Mini.
    All programs show both cam's but whatever I choose I see images from one of them.
    How can I make OSx support both cam's at the same time?

    Addition to my previous question; If I have just one application using a webcam, I can switch to the other but when one of the camera's is in use by an application I can't have another application use the other.
    The reason that I'm posting this question is that I'd like to use the SKJM Icam software for remote monitoring multiple webcam's on my iPhone but it seems that OSx only supports one webcam at a time.

  • USB Camera and Low level VIs

    Hello all,
    I am beginner in LabView and I am seeking help for the following:
    I need to adapt a vi using a regular (analog) camera so to start using a USB camera instead. When I viewed the block diagram (which is really complicated for me) I noticed that the original programmer used the low level IMAQ VI's (e.g. IMAQ intil.vi and IMAQ configure Buffer.vi) to communicate, control and acquire images from the camera. Now, I am really confused, does these VIs work with all cameras? If not can I replace them with the IMAQ USB VIs'? How would this affect the other VIs that depends on the out come of the replaced ones? Finally, I would be glad if anyone can point out things to read so to acquire more knowledge about this subject?
    I know I asked much but really I want to learn these things as fast as possible
    Best Regards
    Mohammed

    Hello TomBaum,
    First, thanks for responding, really appreciate it.
    Sorry that I cant send the Vi itself yet I have attached a picture of the part
    that I want to modify (red rectangle).
    All I want to do is using USB camera instead of the one used now! so does
    these  low level VIs work with the USB camera
    or I should use the USB camera VIs which will mean that i will end up with many
    broken wires since low-level VIs has
    different number on inputs that the USB camera VIs
    Hope this can give you an idea.
    P.S. in case you will wonder about the sequence structure; it is  only the
    camera setting that I am interested and it is the one shown in the
    structure
    All the broken wires in the picture are going into a very larg while loop with
    many other VIs.
    Regards
    Attachments:
    pic1.PNG ‏48 KB

  • MAX cannot find two usb cameras at same time

    Hi,
    I want to use two usb cameras (Thorlabs DCC 1545M) in NI-IMAQdx in Labview, but it can only find one camera (the one plugged in earlier), and also only one camera is shown in MAX. Both cameras works in the software from the manufacturer, and if I unplug the 1st camera, the 2nd will show up in MAX after a refresh. 
    I found online that up to one camera is supported for each USB hub in Labview, and all USB ports in this computer are corresponding to a same hub. I don't know if this is causing the problem.
    Actually I don't need to take picture in both cameras at the same time, a programmed switch between the two cameras will work for me. 
    Any suggestion and comment will be appreciated.
    Solved!
    Go to Solution.

    Hello JYang,
    According to this link, you can acquire from multiple USB cameras simultaneously.  The limitation is on the manufacturer and how they interface with the DirectShow bus.  When you are using two cameras of the same make and model, it is sometimes the case that not enough information is present for IMAQdx to distinguish between the two cameras.  When you switch the cameras in MAX, do they come in as different cameras, or do they show up virtually the same?
    Since you said switching between them would work, I found an example that does just that.  Just make sure to give each camera a unique camera name.  Hopefully this will be useful for you.
    Also, there is quite a bit of discussion on this topic available on the discussion forum already.  Check out these related threads, or use the Search box to search for more.  There is quite a lot of information available!
    http://forums.ni.com/t5/LabVIEW/multiple-USB-cameras-in-Labview/m-p/833517
    http://forums.ni.com/t5/Machine-Vision/two-USB-camera-identification/m-p/2193960
    http://forums.ni.com/t5/Machine-Vision/Synchronized-capture-for-multiple-USB-cameras/td-p/1879647
    http://forums.ni.com/t5/LabVIEW/Multiple-USB-Camera-Image-Acquisition-using-Vision-Acquisition/td-p/...
    Patrick
    CLA

  • Z68-GD65 Hangs on Starting Windows because of USB Controller. Any fixes?

    Issue: During Windows 7 (32 bit & 64 bit) installation and startup, the computer hangs at "Starting Windows". It will display a pixel or two of the first red part of the logo animation and then stop.
    System Setup/Hardware:
    Mobo - Z68-GD65
    RAM - Corsair Vengeance 8GB (2x4GB)
    HDD - Corsair Force 3 60GB SSD
    CPU - Intel i5-2400 (Sandybridge)
    PSU - Antec Earth Watts 650W
    GPU - Asus Geforce GTX 560 Ti
    Cause: I found that when I disabled the USB Controller completely from the BIOS, everything worked smoothly (install & startup). If I left the USB Controller enabled and just disabled the Legacy Controller, I would be left with a blinking DOS cursor after POST.
    This is an issue because both keyboard and mouse are USB. I had to borrow an old PS/2 mouse to even install windows.
    Troubleshooting tried:
    - Tried disabling EVERY (and yes, I mean every, I've rebooted this thing 50+ times [stopped keeping track]) setting that can possible be disabled individually
    - Tried unplugged every component except: board, hdd and dvdrom
    - Tried swapping RAM
    - Tried swapping HDDs (to Sata non SSD)
    - Tried swapping PSUs
    - Tried changing Windows 7 install discs (one 32 bit, one 64 bit)
    - Tried removing all motherboard connections (FP audio, FP usb, etc, everything but 24+8pin power)
    - Tried clearing CMOS and resetting BIOS
    - Tried enabling USB Controller via ClickOnce BIOS and restarting
    - Tried fully updating Windows 7 and all drivers (video, mobo, etc)
    - Tried updating BIOS with Live 5
    - Tried leaving only USB 3.0 Controller enabled and plugging mouse/keyboard into those ports (blue on back)
    - Tried Windows repair
    - Tried Windows boot logging (got to file CLASSPNP.sys)
    - Tried booting to Safe Mode
    - Tried banging head on wall  (this was successful in giving me a headache, but not booting the computer)
    I mainly list the troubleshooting above to convey the amount of frustration I've had with this board.
    The USB Controller simply seems bad or the driver (or the way the board interacts/loads the Windows driver) is bad. I must have USB on my computer.
    If I need to RMA, please let me know, however, I would hope there is a solution out there to fix the USB Controller issue. The RMA deadline is the 20th, I hope I can get an answer one way or the other before this as if there is no answer, I will be forced to RMA and go with another product from a different manufacturer (I really wanted to get over my "Asus only" attitude and try you MSI! I've been impressed up until this point, please don't let me down).
    Please help?
    -Frazzled not tech illiterate personal system builder.

    phasedone,
    I was having the exact same issue with a new build (Mobo MSI Z68-GD65-G3).  I had been banging my head against the wall for a while and then I came across your post.  Subsequently, I disabled the USB controller in BIOS and my Win 7 install ran fine (minus the fact that I had no access to my USB keyboard and mouse).   I set the BIOS back to default settings which re-enabled the USB controller, and thus was able to re-plug the mouse and keyboard in after the windows loading screen, where the 4 colored orbs come together to make the Windows flag.  This seemed to do the trick.
    Now the problem is, everytime the computer restarts (i.e. for any Windows updates), it freezes at the same point it would during the installation.  This is again assuming the mouse and keyboard are still plugged into the rear panel USB ports.  Which of course they're going to be!
    Anyone with a recommendation as to how to fix this?  Is this a hardware defect or can it be solved with some sort of driver or firmware update?  I'm at a loss... but I certainly shouldn't have to unplug all USBs before starting the computer, that's just nuts.
    I'm considering RMA as well, but would like to see if any MSI staff members or forum members might be able to share their insight.

  • USB camera problem - Error -2147024882 occurred at IMAQdx Open Camera.vi

    Hi,
    I have just started to try and use a new USB camera (5MP) on LabVIEW and I am getting this error (Error -2147024882 occurred at IMAQdx Open Camera.vi) along with the message
    LabVIEW:  (Hex 0x8007000E) Ran out of memory.
    =========================
    NI System Configuration:  (Hex 0x8007000E) Out of memory.
    Also MAX comes up with the error "0x8007000E Buffer size used is too small for minimum aquisition frame"
    Is there a maximum camera resolution that MAX/LabVIEW can handle? Can I increase this buffer size?
    I am using LabVIEW 2012 and MAX 5.5 on Windows 7 and the original MS LifeCam is working fine.
    Thanks in advance
    Ivan

    Hi IvanChurch,
    -I've used your code and it's working fine in my pc.I was able to capture image using webcam. Seems no problem in this, still added delay in while to ensure proper delay is given for pc.
    -Little bit of curious about your system config,particularly RAM size and free available during labview execution (can find this in Task Manager). Because if labview didn't have any free space during execution, it might be throwing this error.
    -If the available free space is too low during execution, may be try clsong all other applications and try acquiring again.
    Please revert back if the problem is not fixed
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13
    Attachments:
    Camera monitor.vi ‏55 KB

  • Bypass webcam for usb cam

    How do I bypass my webcam(built in) on intel mac, for a usb cam?
    Message was edited by: andrewsangst11

    Hello,
    The link given to you by smecurio_fc on the duplicate post is a very good starting point for your application.  Please try to avoid multiple postings on the same topic.
    Regards,
    Clint M
    National Instruments

  • How to get source code for WinCE 6.0 USB Camera Driver for ARM4I Processor

    Hi,
    I am implementing USB camera driver for my mini2440 board which has an ARM4I processor. The sample code
    "Windows Embedded CE 6.0 USB camera Driver" downloaded from:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2ef087c0-a4ae-42cc-abd0-c466787c11f2
    does not support ARM4I processors. When trying to generate in VS2005 Platform Builder my WinCE 6.0
    image for mini2440 with the Third party catalog items "MJPEG Decompression Filter" and "USB CameraDriver",
    the linker giver errors. Please advise where to find a working source code for USB (now revision 1.1
    ("full-speed") is supported in my WinCE 6.0 image) camera for my ARM4I processor. The code should 
    be in C# but C++ will be fine also.
    Thanks,
       Paul

    i get this on the hyperterminal when i run the cameradshowapp.exe
    Compulab Windows CE NAND X-Loader for CM-T35                                           
    Built Dec 20 2009 at 16:48:16                            
    Version 1.01.222               
    Commit Date 16/12/09                   
    Jumping to bootloader                    
    Microsoft Windows CE Bootloader Common Library Version 1.4 Built Dec 20 2009 16:                                                                               
    46:16    
    INFO:OALLogSetZones: dpCurSettings.ulZoneMask: 0x200b                                                    
    Texas Instruments Windows CE EBOOT for CM-T35, Built Dec 20 2009 at 16:48:10                                                                           
    Version 1.01.222               
    OMAP3430 Version 0x4b7ae02f (Unknown)                                    
    TPS659XX Version 0x10 (ES2.x)                            
    -OEMPinMuxSetup....                  
    System ready!            
    Preparing for download...                        
    INFO: Predownload               
    +FMD_Init        
    Checking bootloader blocks are marked as reserved (Num = 6)                                                          
    +FMD_Init        
    WARN: Boot config wasn't found, using defaults                                             
    +FMD_Init        
    OALFlashStoreOpen: 4096 blocks, 64 sectors/block                                               
    OALFlashStoreOpen: 2048 bytes/sector, 14 reserved blocks                                                       
    Calling LCD_TurnOn                 
    +FMD_Init        
    +FMD_Init        
    BLConfigureFlashPartitions: dwBootPartitionSectorCount = 0x5fff, partition actua                                                                               
    l size =0x4d3a!!!                
    Hit space to enter configuration menu 5...                                         
    Hit space to enter configuration menu 4...                                         
    Hit space to enter configuration menu 3...                                         
    Hit space to enter configuration menu 2...                                         
    Hit space to enter configuration menu 1...                                         
    INFO: Boot Device location = 0x8000020                                     
    Load NK image from flash memory                              
    +FMD_Init        
    ROMHDR (pTOC = 0x823b8c28) ---------------------                                               
      DLL First           : 0x4001c001                                 
      DLL Last            : 0x41c7c0d8                                 
      Physical First      : 0x84001000                                 
      Physical Last       : 0x863bbdec                                 
      Num Modules         :        294                                 
      RAM Start           : 0x863c0000                                 
      RAM Free            : 0x863d5000                                 
      RAM End             : 0x90800000                                 
      Num Copy Entries                        
      Copy Entries Offset : 0x85256e38                                 
      Prof Symbol Length  : 0x00000000                                 
      Prof Symbol Offset  : 0x00000000                                 
      Num Files           :        116                                 
      Kernel Flags        : 0x00000002                                 
      FileSys RAM Percent : 0x00000020                                 
      Driver Glob Start   : 0x00000000                                 
      Driver Glob Length  : 0x00000000                                 
      CPU                 :     0x01c2                                 
      MiscFlags           :     0x0002                                 
      Extensions          : 0x84002020                                 
      Tracking Mem Start  : 0x00000000                                 
      Tracking Mem Length : 0x00000000                                 
    NK Image Loaded            
    Launch Windows CE image by jumping to 0x80001000...                                                  
    Windows CE Kernel for ARM (Thumb Enabled) Built on Apr  5 2011 at 17:47:22                                                                         
    +OEMInit       
    ýSETDATAOUT access is OK....                           
    Forcing clean boot                 
    MainMemoryEndAddress = 0x90800000                                
    -OEMInit       
    +FMD_Init        
    Dumping registry defined VK                          
    Row 0:  0x18    0x9     0x25    0x0     0x0     0x0                                                  
    Row 1:  0x26    0xd     0x28    0x0     0x0     0x0                                                  
    Row 2:  0x27    0x24    0x23    0x0     0x0     0x0                                                  
    Row 3:  0x0     0x0     0x0     0x0     0x0     0x0                                                  
    Row 4:  0x0     0x0     0x0     0x0     0x0                                             
    Row 5:  0x0     0x0     0x0     0x0     0x0     0x0                                                  
    SMSC922x: Core Ethernet Init.                            
    Lan9220 identified. ID_REV = 0x92200000                                      
    SMSC922x: MAC address = 00:01:c0:0a:a0:db                                        
    Lan9220 identified. ID_REV = 0x92200000                                      
    SMSC922x: MAC address = 00:01:c0:09:88:80                                        
    SDIO8686: Loading Driver [version = 38.p44]                                          
    SDIO8686: Reset with TPS GPIO 2 --> done                                       
    !!!Kernel mode PSL 'PRdr' de-registered!!!                                         
    !!!Kernel mode PSL 'HRdr' de-registered!!!                                         
    !!!Kernel mode PSL 'FRdr' de-registered!!!                                         
    EHCI USB Host: HcdPdd_Init+                          
    [OTG] OMAPMHSUSBOTG::Init()+                           
    OMAPMHSUSBOTG::PostInit(): Start.                                
    DSPLINK Module (1.61.04) created on Date: Jun 24 2009 Time: 16:30:52                                                                   
    Display parameters:                  
            Height = 0x280                     
            Width = 0x1e0
            HSW = 0x20
            HFP = 0x8
            HBP = 0x17
            VSW = 0x1
            VFP = 0x4
            VBP = 0x3
            DVI is not enabled
            PixelClkDiv = 0x7
            LogClkDiv = 0x1
            ClkSelDSS = 0x5
    TD035:: LCDTurnOn
    TD035STEE1: Turned display on.
    TD035:: Finished LCD VGA init
    AUTOLAUNCH: Checking HKEY_LOCAL_MACHINE\Startup key for programs to run.
    Can't open HKEY_LOCAL_MACHINE\Startup key.
    [WiFi]: Firmware Version: 9.70.3.23
    CCaptureFramework: Failed setting up the camera data.
    CameraDShowApp: Initializing the camera driver list failed.CameraDShowApp: Retri
    eving the driver list failed.CameraDShowApp: Selecting the camera device failed.
    CameraDShowApp: Selecting the camera device failed.CameraDShowApp: Selecting the
     camera device failed.CameraDShowApp: Selecting the camera device failed.CCaptur
    eFramework: Retrieving the still stream config failed.
    CameraDShowApp: Initializing the capture graph failed.

  • Lightning to SD Card Camera Reader OR Lightning to USB Camera Adapter?

    I should buy one or the other for a Nikon D3100 since they are sold separately nowadays. Which is the best choice? Considering the (not so good) reviews for both of them, I have the impression that the USB camera adapter is more universal and less prone to problems...

    All my pro camera presently use Compact Flash cards. I've never had a problem using the Lightning to USB Camera Adapter with any of my cameras.
    the choice you make should be based on what is most convenient for you. If you have multiple Cameras or have a camera with a card other than an SD then the choice is obvious.

  • Qemu/kvm: multiple USB devices from the same vendor

    Hi fellow gurus,
    Trying to pass-through two USB devices. One works just fine, but two produces an error.
    They are the same type from the same vendor and libvirt seems to have no way to differentiate between the two, as it only uses the <vendor id='0xnnnn'/> & <product id='0xnnn'/> strings and not serial number of the device.
    There is a reference -unanswered- here: https://bugs.launchpad.net/qemu/+bug/1090602
    The error message from virt-manager:
    Error starting domain: operation failed: Multiple USB devices for 10c4:ea60, use <address> to specify one
    Detailed output
    Traceback (most recent call last):
    File "/usr/share/virt-manager/virtManager/asyncjob.py", line 44, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
    File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in tmpcb
    callback(*args, **kwargs)
    File "/usr/share/virt-manager/virtManager/domain.py", line 1063, in startup
    self._backend.create()
    File "/usr/lib64/python2.6/site-packages/libvirt.py", line 678, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
    libvirtError: operation failed: Multiple USB devices for 10c4:ea60, use <address> to specify one
    The devices themselves:
    Bus 001 Device 009: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
    Bus 001 Device 008: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
    Is there any workaround or fix for this?
    Cheers,
    Mike.
    Last edited by DrMikeDuke (2013-07-22 14:01:18)

    As I understand it, host:bus.addr is an alternative to host:vendor_id:product_id. So if I wanted to pass both of these thumb drives:
    $ lsusb
    Bus 001 Device 002: ID 1e3d:2093 Chipsbank Microelectronics Co., Ltd CBM209x Flash Drive (OEM)
    Bus 001 Device 003: ID 1e3d:2093 Chipsbank Microelectronics Co., Ltd CBM209x Flash Drive (OEM)
    I would use host:001.002 and host:001.003 . Note I said would use, because I've never tried it.
    And usb_add is a qemu monitor command. See sections 3.4 and 3.5 of the doc you linked for info on the monitor.
    All this being said, I don't use libvirt stuff so I don't know if it has the capability to specify USB devices by bus.addr or whether or not it enables the monitor.

  • Can't import into FCE 4 using usb cameras

    Hi - I do understand others have asked this, but I can't quite understand the answers. Since we upgraded our library camera to a pro model (panasonic) that uses SD cards rather than tape, and USB 2 rather than firewire, I cannot import anything into FCE. What's worse, though iMovie 8 will recognize the cards and import the movies, the sound is invariably out of sync. So I have two problems:
    1. I understand from the other posts I've read that I will have to change my settings if FCE is to recognize the USB camera. But exactly how do I do this? It's far from transparent.
    2. Then, is there a way we can salvage the movies with the out-of sync sound by importing them into FCE? I have tried this with one file so far, but the result was dropped frames that were really noticable.
    Ideally, I'd just love to use iMovie, which I know, but something has gone wrong with the import process there since we upgraded our camera. (Really ideally - I'd stay with iMovie HD!).
    The most important part of this question, for now, is: how do I change the settings in FCE so that I can import with a usb camera? Do I need to reinstall it? TIA!

    The only type of USB camcorder that FCE supports is the AVCHD format. If your camera records like that, you are in luck. Start by going to +Final Cut Express > Easy Setup.+ From there, select the setup that matches the media you shot. For example, if you shot footage with a frame size of 1920x1080 at 29.97 frames per second, choose the AVCHD Apple Intermediate Codec 1920x1080i60 setup.
    Once you have matched your easy setup to your media, create a new sequence. Go to +File > Log and Transfer,+ which will open a window with which you can log and ingest your AVCHD footage to your computer from your camera.
    2. Then, is there a way we can salvage the movies with the out-of sync sound by importing them into FCE?
    Most likely not. If you want to continue using iMovie you should ask over in the iMovie forum about how to capture your footage while keeping the audio in sync.

  • Mark an object in real time on a displayed video acquired from an USB camera

    Hello,
    I am a beginner LabView user undertaking a project in which I need to show video acquired from an USB camera in LabView on computer screen. In the video, there will be a metal part, which is always be at a fixed position at the bottom left of the view. I need to mark an arrow alike sign on the metal part, please take a look at the attached picture. To recognize the metal part easier, in the picture, I drew a blue line at the boundary of the part, whilst the arrow was green. The arrow must be radially pointed to the center of the blue line (but, the blue line may not need to be created) and must be there every time I start the VI, throughout the video.
    How should I do to display the video? Is there any way to create the arrow in LabView (either by programming or manually drawing the arrow)? If making the arrow is impossible, is there any way to just mark a cross at the center of the blue line? The blue line does not need to be marked on the video.
    I have LabView 2010 with Vision Development Module. My camera can be found under NI IMAQdx devices in Measurement and Automation Explorer.
    Thanks,
    LePhuong
    Solved!
    Go to Solution.
    Attachments:
    A fixed arrow mark on the metal part.jpg ‏26 KB

    Hi,
    Look at this post. It may help you. http://forums.ni.com/t5/Machine-Vision/pattern-matching-program/m-p/1914589#M34855. In here its video signal you can replace this with the live video.
    Sasi.
    Certified LabVIEW Associate Developer
    If you can DREAM it, You can DO it - Walt Disney

  • Multiple USB webcams in Flash Player 10

    How to set up multiple USB webcams for flash player 10 on OSX Leopard? There is only one item appearing in the player's webcam list as "USB Video Class Video" although I have 3 cameras attached on my mac. (Macbook Pro 2,4 GHz Core 2 Duo)
    When I use VMWare with Window XP SP3, the system detects all my webcams and I see 3 webcams in the player's list but I only get one cam's signal as clicking on each list item.

    IS this what your trying to accomplish its done in flash but I am trying to figure out HOW
    I am really fustrated tyring to figure out how it done.
    I know it can be done I use to broadcast my cam on that website, but I want to make my own website and do it for myself. I know it flash cause when I load up the flash player on my desktop it says show.  settings have the allow and deny buttons, drop down menu you select which webcam you want for which webcam is installed I can have more screen shots of what they have created many someone know how it was done.

  • RAC hangs when starting or stopping 2nd instance of 2 node RAC

    Has anyone seen the problem with all transactions and/or logins hanging when starting or stopping the 2nd node of a 2 node RAC database. When I shut down the 2nd instance using srvctl I occasionally get errors and long delays connecting. On our larger database with instances having a very large SGAs, trying to connect you sometimes get ORA-12537 or ORA-01033. Users experience a very long hang before getting the errors. These instances have very large SGAs of about 30GB on each node.
    In the log of the first instance we see messages like the following for quite a while.
    Global Resource Directory frozen
    Communication channels reestablished
    Master broadcasted resource hash value bitmaps
    Non-local Process blocks cleaned out
    Mon Jan 8 06:59:08 2007
    LMS 1: 0 GCS shadows cancelled, 0 closed
    Mon Jan 8 06:59:08 2007
    LMS 0: 0 GCS shadows cancelled, 0 closed
    Set master node info
    Submitted all remote-enqueue requests
    Dwn-cvts replayed, VALBLKs dubious
    All grantable enqueues granted
    Mon Jan 8 06:59:23 2007
    LMS 0: 20740 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 1: 20744 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 0: 20882 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 1: 20627 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:24 2007
    LMS 0: 20781 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:24 2007
    Thanks in advance.

    I have tested with only one node and starting and stopping is much faster without any cache fusion traffic. The application is not RAC aware, it was written without regard for RAC. As you say there may be some accessing of the same block by all nodes causing RAC to remaster blocks when a node is shut down.
    My concern is the length of time users are afftected when I am starting a node that has been offline for a while. With the large SGA I have, it appears users are affected adversely for several minutes, in affect causing an outage which we are trying to avoid by using RAC.

Maybe you are looking for

  • Print crashes Pages

    Hey all. I am having an odd problem. When I try to print a document on my MacBook Pro (Core Duo), my Pages app crashes. I don't even get the screen asking for the settings, it just fails right then and there. I have tried exporting as a PDF (which is

  • Displaying problem of Transactional iview -- Displaying ~ITS~ above iview

    Hi , A transactional iview is created and assigned to a workset . Its working fine. When it is displaying , I closed the detailed Navigational panel by clicking on the arrow of the iview in content area . so that the iview may also occupy the detaile

  • How to use Solve Order in Dimension level formula

    Hi All, Can anyone explain me how to use "Solve order" in formulas defined in dimension? Regards, Kapil

  • Resizing/stretching without effecting angles of other points in the same path?

    Hi all, I am wanting to increase the size of say a round edged box that I just created with the round edge rectangle tool. Now when I create the path initially the rounded edges are at perfect 90degree cuts. But say I wanted to increase the size of t

  • What makes up the 'other' section?

    When I went to sync my 3gs iPhone today all of a sudden it says 'other apps' section is over capacity. What constitutes this section and why would it jump since last week's normal weekly sync session?