Web cam vista problem

hello all
i'd just bought that webcam vista few days ago and i set it up but every time i try to use it i find that it's display picture is like negative picture? i downloaded the latest driver version from creative site and i change o s as a whole and setup a new windows xp sp2 copy in my pc but still can't solve my problme, if any body here can help or got any idea to overcome that problem i'll be very thankfull.
Message Edited by fatman_h on 04-06-2008 05:08 PM

Hi,
Try using a self-powered USB hub & see if the problem still persist

Similar Messages

  • Driver for creative web cam vista model no 1100

    please send me link or driver for my creative web can vista model no pd 1100 for windows xp
    my mail id is [email protected]

    samram wrote:
    Cud any tell me how cud i acquie the driver for the Creative Sound Card by the model no SB0680. The original CD that came with the packing had lost. Hope cud any help me on this. Thanx
    SB0680 : Creative Sound Blaster 5.
    http://www.creative.com/products/product.asp?category=&subcategory=207&product=484
    Maybe you can install these drivers/software.
    jutapa

  • Creative web cam vista

    I have a creative webcamvista i keep getting an error msg that says webcamvista.exe not responding. could someone please help me.
    [email protected]

    ?Take a look at this :?Windows Vista - Driver Availability Chart?http://ask.europe.creative.com/SRVS/...e.com,case=486

  • How to use same web cams with jmf?

    Hello, I'm doing a project with netbeans 4.1 and I need to use two webcams,the same model web cams.The problem is that jmf only detects one of this. I read that if you open two jmfStudio you can use two cams but I want do this programming in java.
    Somebody have any idea?
    Thanks for all

    Hello,
    Maybe you have already solve your problem...I think you could use something like this:
    Vector deviceListVector;
        deviceListVector = CaptureDeviceManager.getDeviceList(null);
              if (deviceListVector.size() == 0)
                   System.out.println("I can't find devices");
                   System.exit(0);
              if (deviceListVector == null)
                   System.out.println("I can't find devices");
                   System.exit(0);
              for ( int x = 0; x < deviceListVector.size(); x++)
                   CaptureDeviceInfo deviceInfo = (CaptureDeviceInfo) deviceListVector.elementAt(x);
                   String deviceInfoText = deviceInfo.getName();
                   System.out.println(deviceInfoText);
              }In this way you can see which devices are conected. I don�t know if it will be useful. :)
    ane

  • B500 - Web cam problem in windows 7

    I just reinstall a new Windows 7. My web cam in my Ideacentre B500 doesn't work correctly. There is no web cam icon in "MY COMPUTER". I tried to find its driver in LENOVO website but I can't.

    AndrewThompson64 wrote:
    How closely is this related to your [other query|http://forums.sun.com/thread.jspa?threadID=5442164] about time zones in Java *1.3?*
    Both the queries are related to same problem only.
    Thanks a lot AndrewThompson64, baftos and WalterLaan.
    figured out the problem. The source code for the java.util.TimeZone class's getDefault method shows it eventually invokes the sun.util.calendar.ZoneInfo class's getTimeZone method. This method takes a String parameter that is the ID for the required time zone. The default time zone ID is obtained from the user.timezone (System) property. If the user.timezone property is not defined, it tries to get the ID using a combination of the user.country and java.home (System) properties. If it doesn't succeed in finding a time zone ID, it uses a "fallback" GMT value. In other words, if it can't figure out the time zone ID, it uses GMT as your default time zone. JRE 1.3 in windows 7 was working in the same way.
    Did a code change such that user.timezone property is set to IST by using the java.lang.System class's setProperty method.
    System.setProperty("user.timezone","Asia/Calcutta"); This will ensure that application will stick to +5.30 of GMT time zone and is totally independant of the system OS(Widnows XP, Vista, Win 7) and system timezone setting(UTC/GMT). Have created a method to fetch the timezone string value (Asia/Calcutta) from DB. This will make bit more configurable. Tested it. It worked very well in my quality servers.

  • Help, web cam is not working properly with win vista

    Hii.. my web cam is not working properly with win vista..even if the icon appears bt it does nt start.. its
    lenovo easy capture 2.5...so if u cud suggest me anything...
    Moderator note; subject edited

    re-install drivers and try again. ( also easy capture )

  • Problem in inbuilt Web-camera using JMF

    Hi,
    I am using JavaTM Media Framework 2.1.1e downloaded from below link in my application.
    http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7372-jmf-2.1.1e-oth-JPR .
    Main functionality of my app is to use Web-camera.
    My application is working fine on Windows XP and Windows 7 using external Web-Cam device.
    However, the same application is giving problem in accessing in-built Webcam on Windows 7.
    I tried to access in-built Web-Camera from JMStudio app(of JMF..File->Capture->check 'Use video device'-> Press 'Ok'), however JMStudio itself is not able to access in-built web-camera. Always I am getting the error 'Couldn't initialize the Capture Device!'.
    Please note that JMF Registry Editor(JMStudio->Preferences->Capture Device->Detect Capture Devices')is able to detect the inbuilt web-cam device.
    Is this the issue in JMF itself or I can resolve the issue from my application also?
    Also, when I tried to do online JMF diagnostics, I am getting below error.
    Online JMFDiagnostics URL: http://www.oracle.com/technetwork/java/javase/jmfdiagnostics-139189.html
    Java Plug-in 1.6.0_26
    Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
    User home directory = C:\Users\taipakai
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file JMFDiagnostics
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file JMFDiagnostics
    Please suggest.
    Thanks for your help in advance.
    Yogesh

    almightywiz wrote:
    Well, I don't know if the JMF Studio works on a 64-bit system, but the base java libraries work just as well as on a 32-bit system. I currently use both Windows 7 64-bit and 32-bit version, and I am able to recognize all of my audio input devices.JMF wraps around and makes use of a bunch of native interfaces, all of which are precompiled for 32-bit systems. As such, anything relying upon those 32-bit libraries will not work, and that cuts the functionality down to, essentially, the cross-platform pack stuff.
    JMF's sound infastructure is mostly a wrapper around JavaSound, so as long as JavaSound is working on the JRE, you'll be able to utilize the audio functionality.
    As for device detection, I know at least some of that is native code. I'm not 100% sure, but I'd almost expect the Windows performance pack to never return any devices on a 64-bit system, but the cross-platform back to return audio devices. This is an assumption, but, that's what I would expect.
    In any case, if you're using the Windows performance pack, you'd most likely get better results by switching to the cross-platform pack.

  • Problem with image control using more than 1 web cam

    Hi,
    I am using logitech quickcam pro 4000.Actually I want to get image from
    3 web cam at a time wich will act as a CCTV.I want to get picture from
    more than 1 web cam at a time.But,When I start the .vi,than I get image
    from 1 web cam.I have attached the vi and the demonstration file.
    If anyone  has any idea please send me a reply.
    (The code was constructed using information
    from the Logitech Software Development Kit, downloaded from the Logitech web
    site January 4th 2004.  This
    package includes the royalty free distribution with the camera driver.
    To install the package, download and unzip
    LabVIEW Logitech UWA.zip and run Setup.exe in the 'redist' folder.  This installs drivers (if not already
    installed).  Then run LabVIEW and open
    Logitech Image Acquisition Master.vi. 
    Click the LabVIEW run button.
    Notes for Understanding the Code
    [1] The camera is controlled by an Active-X
    reference from a front panel Acitve-X container that displays the pre-view
    image.  To create this, create a blank
    Active-X container on the front panel and select the Active-X Hydra Video
    Portal class.
    [2] Three methods are called, following the
    Visual Basic guide from Logitech.  The
    first establishes a connection to the Active-X server.  The status bar is activated in the preview
    window (EnableUIElements), and we connect a camera (ConnectCamera2).
    [3] Here we set the value of property
    'EnablePreview' to turn on the preview panel.
    [4] We can get the camera description for
    camera zero here (the first camera connected).
    [5] Here we select the video format (64x480
    – can change it later).  The next call
    establishes the preview size by setting property values.  The preview size should be the same as the
    video format for fastest image acquisition.
    [6] We are restricted to saving the picture
    to a BMP file and then reading it in again. 
    This is a limitation of the SDK. 
    After reading the image file we can change it to a JPG if we wish to.
    [7] Here we re-read the image file and
    provide it to ImageDisplay.vi.
    Other methods and property values are
    reasonably self evident.  In LabVIEW, if
    you right click the Active-X reference terminal on any method, you can create a
    new method by simply selecting the appropriate one from a list.  The parameters for the method appear
    automatically and should be reasonably self-evident from the names.  If you want more details, download the SDK
    from Logitech.
    Other methods allow you to make movies in
    real-time or time-lapse sequences.
    Note that you can also monitor Active-X
    events to detect inputs or parameter changes made elsewhere.  For example it is possible to detect when
    the button on the camera is pressed.)
    Thanks
    Kabir
    Kabir mamun
    PhD Student,DCU
    [email protected]
    www.iward2010.blogspot.com
    Attachments:
    Logitech Image Acquisition Master.vi ‏98 KB

    Hi Peter,
    Thanks for your e-mail.And sorry for late.
    I have changed my activex server in my labview programme.Current 
    server name is XVideoOCX.I have attached 1 example.Still I am facing
    the same problem that I am not getting disply from more than 1 web
    cam.So would you be able to advice me,what should I do regarding this
    matter.
    Actually,This is a part  of my M.Sc project.I am under pressure.Peter,Please do me  this fevour.
    Thanks
    Kabir
    1 eample from help file:
    Video Disply
    1. Choose the input mode (Video, Single Image Files, Screen, etc.)
    XSetInputMode(0) // This
    chooses video as input
    2. Choose the video device
    XSetVideoInput(0) //
    Choose the first available video input device
    3. Initialize XVideoOCX
    XInit() // Initialize
    XVideoOCX
    4. Start internal video capture
    XStart()
    now XVideoOCX should display the live video
    5. Stop internal video capture
    XStop()
    6. Close XVideoOCX
    XClose()
    Kabir mamun
    PhD Student,DCU
    [email protected]
    www.iward2010.blogspot.com
    Attachments:
    ax2.vi ‏23 KB

  • Rocketfish web camera problem

    I have iChat 4.0.5 on an older PowerMac G4 (USB 1.1) and just got a Rocketfish web camera model RF-WEB2C. On my PowerMac it indicates that the camera is in use by another application. When I plug it on a newer MacBook Pro it works fine. Is the problem the USB? Any solutions? Are there web cameras that work on the PowerMac G4?
    Thanks

    Did you install http://www.ecamm.com/mac/iusbcam/ to get the cam to work.

  • Problem in  grabing images from two web cams

    Hi
    I am trying to modify single web cam capturing screen code into multiple web cam screen capturing. The method autoDetect() recognizes the web camera. I want to choose web cam by myself. I tried all devInfo from the list but it resulted no success. Always the first camera is selected . I use different cameras (Logitech and Genius). Please, how to detect both camera to work at the same time.
    public CaptureDeviceInfo autoDetect ( )
            Vector list = CaptureDeviceManager.getDeviceList (null);
            CaptureDeviceInfo devInfo = null;
                if ( list != null )
                String name;
                for ( int i=0; i<list.size(); i++ )
                    devInfo = (CaptureDeviceInfo)list.elementAt ( i );
                    name = devInfo.getName();
                   if ( name.startsWith ("vfw:") )
                                     break;
              ...The whole code is on: JWebCam

    Here's source code I posted to capture a frame from one webcam.
    http://forum.java.sun.com/thread.jspa?threadID=570463&tstart=25
    Lots of people have problems with multiple cameras, something to do with the
    Windows USB channels and failing to detect/select between the two.
    So, capturing frames from 1 web cam is relatively straightforward, but you may have serious problems with two or more.
    regards,
    Owen

  • Web cam problem for HP HDX X16T-1200 CTO Premium Notebook PC

    I have recently base installed windows 7 on my HP HDX X16T-1200 CTO Premium Notebook PC and since then i have not been able to use my web cam. It comes up in my driver manager but it comes up as an unknown device with a code 43 error. Please help, I am not sure what information would be need to solve this problem so please just tell me what is needed and how to find it.

    Is there a possible way to identify the driver? It says it is installed correctly. Also i cannot find usbvideo.sys can this be the problem?

  • Toshiba Portege Problem: *Battery is not charging and web camera initialization failed.*

    Hi, 
    I am having problems with my Toshiba Portege laptop. 1) Once laptop opens, window appears which says, "Web camera initialization failed. Please check your camera device and restart application or computer." Not sure what happened why the web cam application did not run properly. 2) Battery won't charge. When clicking the battery icon, it just says, "0% available plugged in, charging." I  can not open my laptop when the cord is unplugged. 
    Appreciate if you can help me or any advice.
    Thanks,

    always good to tell what Portege and what system is running...
    anyway -
    to #1
    an autostart process requests the camera, maybe Skype?
    some web cams on USB ports do take some time
    been initialised especially when attached via hub.
    Windows boot sequences do not wait until they finished.
    if the camera is working after a while than thats here the
    case despite that message and it can be ignored.
    to #2
    forget the software symbol for the purpose of the question -
    on any notebook you should see a battery symbol/LED
    somewhere on the case. its yellowish/orange when
    charging green when battery is full.  if it doesn't change into green
    (overnight charging) the battery is faulty or even missing...
    regards
    Damian

  • Web camera problems on new NB505-N500BL DR3

    Hello,
    I just got a new NB505 netbook for my wife. I checked the web camera application not long after powering it on, and it seemed to work fine. I installed a few things (like Skype, my printer drivers, Windows updates, etc.), and then I started to notice intermittent USB driver load failures, and the camera will not work.
    When I run the Toshiba Web Camera Application, I get an error dialog saying that camera initialization failed. When I run Skype, it just fails to find the web camera altogether.
    In Device Manager, I see one unknown USB device, and I'm not able to update its driver.
    Again, this only happens sometimes (though most of the time), but I've not been able to figure out what I may have done differently the few times the camera actually works.
    Does anyone have any ideas?
    Thanks,
    Ben

    I have the same problem, but since the first time I use my lap.
    It's brand new, but it's a problem to go to the place to ask for a replacement and I have noticed in google there is a lot of people with the same problem
    I tried downloading the drivers but nothing works, there's a window saying the cam can't iniciate.
    Please, help me.  I'm from Mexico and ther is not phone help available in my country
    I'm really upset with my thosiba

  • How do I use the web cam on my pc? Hp w2007 I have windows vista

    How do I use the web cam on my pc?  Hp w2007 I have windows vista

    Hp w2007 is a HP monitor without webcam ...
    Where is the webcam?
    V.
    *** Say 'Thanks' with Kudos ***

  • Web camera Problem

    HI i have G575 model in that web camera clarity and output sound also poor ..Tty to give solution for this

    Hi
    Welcome to the community.
    As per your concern I would suggest you to please re-install the camera and sound driver from the below mentioned web link.
    http://support.lenovo.com/en_US/research/hints-or-​tips/detail.page?DocID=HT072969
    Also please use the camera in the brighten area.
    Afterwards, please restart the system and check if the issue gets resolved.
    Regard,
    Sameer
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for

  • In Performance Management

    When i click on Add Objective using Performance Management page i.e the SSHR page I am getting the following fields: Objective Name Created By Start Date Target Date Next Review Date Group (Has a list of departments) Priority Weighting Scale Complete

  • What should be the parameter for forName() method if i use MS SQL server

    if i use the MS SQL Server Personnal Edition, what string i should pass as parametter to forName() method of class Class. Class.forName ("XXXXXXXX"); ie what should be in the place of XXXXXXX in the above line of code if i use SQL server thank u

  • Problem in giving data selection while scheduling init

    Hi All, We did repair full data upload from 1 DSO to 4 cubes based on different conditions. For example: We have loaded the data in one of the cube ZPCAC_C01 with selection condiition 0ORIG_PCA = 02. Now we want to run the delta with the same seletio

  • Safari is quitting unexpectedly when using the .WebCalendarPad.so plugin. What do I do?

    Here's the message I get: Safari is quitting unexpectedly when using the .WebCalendarPad.so plugin. Process:         Safari [1806] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.0.

  • G4 AGP can't turn on with the button in front

    My G4 just fine in any operation except turnning on with the button in front, the only way to turn it on is unplug n plug it after few seconds, it will turn on once it was just plug in, need no press the button, reset everything PMU, OptionCommandRP,