USB Camera does not work with iChat

Hello,
I'm having a terrible time getting my ToUcam Pro II to work with iChat. I downloaded the iUSBcam program. That didn't work. I downloaded the program Macam, and copied the proper file into the Quicktime Library (as suggested) and that didn't work. I downloaded IOXwebcam, and got an error stating that it wouldn't run due to the fact that it didn't have the proper security settings. Sigh.
So... what am I to do?
I'd like to buy a webcam that does, actually, work with my 8 month old Mac Pro 4 core mac desktop, but the iSight camera is ridiculously expensive. Any other suggestions would be appreciated.
Brad

An X-box 360 cam will do it although not in that list.
Anything that is USB 2.0 and marked UVC compliant or Vista Certified.
Be Aware some Mac Keyboards do not have USB 2.0 ports.
11:57 PM Tuesday; September 8, 2009

Similar Messages

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • External USB keyboard does not work with T60 after BIOS upgrade

    External USB keyboard does not work properly with T60 after 2.26-1.07 BIOS upgrade.
    It does the same with or without the docking station.
    Anyone else bumped into this problem yet? 
    Has someone found any fixes for this?
    t

    Hi and welcome the forum!
    Try uninstalling all USB hub devices from the device manager and reinstalling them again, particularly the keyboard's.
    v2.26 is supposed to fix the issue according to lenovo:- http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-63024
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Apple USB keyboard does not work with one internal usb port

    Hi everyone,
    hope someone can help me to solve my problem. I have a MPB13 retina late 2013 since something like 3 months. I have additional screen (dell), usb wired keyboard (apple) and BT magic mouse.
    Since a few days, my usb keyboard does not work well. It only want to work properly when plugged to the rights side usb port internal port and not anymore on the left one. It also work on a usb external concentrator. Before, I had no problem, it worked perfectly. There was no problem such as cofee on it...
    After searching the web on such problem, I tries a few things such as:
    I tried the keyboard on another computer (windows): works fine
    I tried usb stick and external DVD reading on the left internal usb ports: works fine
    I switch the MPB off and turn it back on: the usb keyboard still does not work on the left usb port
    I tried the SMC and PRAM reset : nothing
    Any idea ??
    Thanks
    Guillaume

    I'm facing the same problem, found any solutions ?

  • Cameras does not work with my T510i on WIn 7 64bit SP1

    Hi,
    first noticed that Fn-F6 app say all the time that my built-in camera is used by another program (in fact it means just that it cannot access the video preview). Then bought USB camera from Microsoft and it appearad that any video camera connected to my T510i does not work!
    Except Skype - all of them works fine in Skype.
    As I further examined the problem is with the DirectShow rendering wrong filter graph when accessing any of the cameras registered in the system.
    Error config:
    Filter Graph:
    [Integrated Camera (Przechwyt.)] --> [(Input) Sample Grabber]
    [Sample Grabber (Output)] --> [(XForm In) AVI Decompressor]
    [AVI Decompressor (XForm Out)] --> [(Input) Color Space Converter]
    [Color Space Converter (XForm Out)] --> [(VMR Input0) VMR9]
    Working config (I've made recovery and clean install with all windows updates):
    Filter Graph:
    [Integrated Camera (Przechwyt.)] --> [(Input) Sample Grabber]
    [Sample Grabber (Output)] --> [(Input) Color Space Converter]
    [Color Space Converter (XForm Out)] --> [(VMR Input0) VMR9]
    As I have found about DirectSHow filter graphs are not pre-defined but are rendered by the system from the settings and codecs available.  It seeems that there is wrong setting somewhere (possible wrong grabber ouptut setting) that results in inserting unwanted AVI decompressor despite there is no AVI stream there (as I have checked AVI decompressor is quartz.dll which is windows default codec?). According to the graph that works at the output of the grabber there is MPEG2 stream which is correct as all the cameras reports that they have internal MPEG2 encoder (not AVI), which only after color adjustment of the stream is accepted by video renderer.
    How to change or reset to defaults that?

    From your previous post, it sounds like at one point you are getting the pop up that says "installing device driver software," correct?
    If you are not getting this pop up in the lower right hand corner of you screen then I need you to:
    1. Try a different USB port on your computer. Some computer USB ports are "touchy" and if you try a different one it will work. It all depends on the make of the computer.
    2. Try a different USB cable. You might have a bad USB cable. Also, be sure that the USB cable isn't longer than 3ft long.
    3. Go into your device manager and see what printers have been installed. They should be listed under "printers" or "other devices" You might have to go to view and check show hidden devices to see these on your computer. If there is a yellow triangle or question mark on this device then you have a conflict with your computer. This is something in your computer causing this and not the software download.
    Keep me  posted.
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • One USB port does not work with external Disk or USB key

    Hello,
    Back to my iMAC there is 3 USB port. The second one - in the middle - does not work pluging an external Disk, an USB key or an iPOD nano. However it works well connecting a Wacom tablet.
    Is there an explanation to this behaviour ?
    More the keyboard is plugded on USB port 1 and the mouse on the keyboard. Time to time - especially at reboot - I have to unplugged the mouse and plugged again it in order it works.
    In advance thank you for your answers
    Regards

    Since it does not work for three different devices, I will assume it is not something simple like a faulty USB cable. Since it does work for one device, I will also assume that the port is (at least partially) working.
    As a test to narrow down the cause, I would try restarting from your Mac OS X installation disc (insert disc and restart with the C key held down).
    At the first Installer screen (after language selection), go up the menu bar. Under Utilities, select to run Disk Utility. Now, connect the USB drive into that center port. Does it appear in the Disk Utility sidebar?
    Please post back the result...

  • USB port does not work with a screen

    Dear All,
    My manager has a MacNook Air 10.8 and he is using a large 27'' Apple screen.
    He connects the screen to the MacBook Air with a cable which has 3 connections (USB, power, Tundetoh)
    He reported to me, that some time, he connect a mouse or a keabord to the USB, at the back of the screen, the two devise does not work, while it works when the devise are connected to USB port of the MacBook Air.
    His Macbook Air software are uptodate.
    Does you know how to make working the USB devise connect to the screen?
    And what does make those trouble?
    Cheers
    Pierre

    Is there special softwer for thunderbolt to update or install?

  • Logitech USB microphone does not work with OS 10.4.11

    My logitech USB microphone was working fine, at one time. Now it does not function. In the sound prefs setup, it shows a level reading, as if it is hearing the input, but there is no output. I have tried every setting I could find in Audio Midi Setup as well, and nothing seems to work, and the "thru" option is not available. Can somebody help me here?

    Hi stuntmedia, and a warm welcome to the forums!
    See if it's the Mute button first...
    http://www.macosxhints.com/article.php?story=20070714102116127
    If that doesn't work, LineIn should...
    http://www.rogueamoeba.com/freebies/

  • USB hub does not work with iTunes

    I have been trying to add USB ports to may Mac's and am not able to synch through the hub. They are hi speed 2.0 USB hubs by Rocketfish and Belkin. iTunes locks up until I remove them from the USB cable (spinning color wheel) and then iTunes goes back to normal. I have tried with both my 24" Intel iMac (Metal one) and a new 15" Macbook Pro. When I use the USB port on the Mac iTunes works great. There seem to be a ton of USB problems posted and zero answers on how to correct. I have tried with an Color iPOD, iPhone and an iTouch to no avail. Having a couple of USB ports won't work in my situation. Anyone know if Apple has posted a workaround or a real fix anywhere.

    Thanks, I missed where I posted But I tried with my HP - Same issue. I think others have had this. I believe that iTunes is hit or miss on Hubs. I wish I could figure out what makes them a hit - instead of a miss.

  • Usb 3 does not work with my  audio device

    hi everybody
    I've the same issue about my retina display and Usb 3,i have several audio device as AllenHeath Xone db2 and Yamaha AUDIOgram3.
    The Audio is dropping often,i 've done every upgrade about Mac Os and firmware on my AH mixer,i,ve tried even to put an Usb2 Hub between my Mac and
    AH,but nothing,the issue are goin on.
    Please i 'd like to know why Apple does not solve this issue....
    I must use my old mac when i play ad dj or performes ,actually with us2 my AllenHeat sounds great and i'm sure that the issue is about Mac's usb
    Thanks Marco

    Hey Marco,
    This is a end-user-to-end-user support forum for the most part, I suggest you contact Apple via http://getsupport.apple.com or even http://www.apple.com/feedback to alert about your issue.
    Good luck.

  • HP Laserjet USB Connection Does Not Work with Gigabit Airport Extreme

    I have set up my Airport Extreme Gigabit edition. It works well for wireless internet. BUT, I connected my HP Laserjet 1300 via a working USB cable, and it doesn't print properly at all. This Laserjet uses the HP Universal Drivers in Vista, which should work with the Extreme if anything should. I have set up and located the printer in Bonjour as instructed.
    With the PCL6 driver, I get one page that prints out portions of the test page text, but with most of it missing, and then a second page saying:
    PCL XL error
    Subsystem: KERNEL
    Error: UnsupportedProtocol
    Operator: 0x0
    Position: 0
    The PCL5 driver prints out "a" page, but the text comes out as solid black lines instead.
    I have tried turning the printer on and off, the router on and off, and deleting the printer and re-creating it in Bonjour, as suggested by Apple's technical support document. Nothing works. I have downloaded the latest Windows software and router firmware for this product, both of which were released recently. Same result. I also tried connecting my laptop via a Gigabit port instead of wirelessly to see if that would help. Nope.
    I have seen a few postings in other forums (not here) saying that the Airport Express (Gigabit) firmware has problems with HP printers connected via USB, which seems hard to believe given their ubiquity. If that is the case, I'd appreciate a straight answer from somebody on when it will be fixed. Some have suggested just using Ethernet, but I purchased this product (and therefore paid extra) for the USB print server, and expect to get that working.
    Thanks very much.

    I have an HP laserjet 4L with a usb adapter connected to the airport via a usb hub, and have had little trouble, except for last night it kept printing 1 partial page over and over. I printed multiple pages at once, I figured the printer just OD'd, after all its an old printer. I have one laptop that uses Vista, and its always giving me grief. Vista

  • PCI USB Card Does NOT Work With Mass Storage Devices

    I have a StarTech PCI card with 6 USB 2.0 ports that I inserted in my 500 MHz (overclocked) B&W Power Mac G3. It works great for any USB device EXCEPT for any hard drive or DVD/CD-RW drive. I checked the system.log file for errors. Nothing shows up in System Profiler or Disk Utility, obviously. Here's what it consistently says:
    Dec 16 23:33:28 Geoff-Myers-Power-Mac-G3 kernel[0]: USBF: 674.997 [0xf9c000] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in. It will keep retrying. (Port 6 of hub @ location: 0x62000000)
    Dec 16 23:33:33 Geoff-Myers-Power-Mac-G3 kernel[0]: USBF: 679.977 [0xf9c000] The IOUSBFamily was not able to enumerate a device.
    I'm running the latest version of Mac OS X Tiger 10.4.3. What is wrong? StarTech doesn't have a driver, but nothing should be necessary. Is there a 3rd party USB Mass Storage Device driver that might work better than the Apple generic driver? PLEASE HELP ME! I cannot live with USB 1.1.

    Some users have reported problems with certain brand cards and their controller chipsets, so trying a different card may resolve the problem. Keyspan and Macally are often mentioned as being more "Mac-friendly" than some other lessser-known brands or generic cards. Does the card have a mini-power port to supplement the power requirements? With USB 2.0, each port is on a separate bus, so a card with six ports should have one. To minimize the overall draw on the available power, I prefer to install USB cards with as few ports as are needed.

  • FaceTime HD Camera (Display) not working with most applications

    The Thunderbolt 27" LED Cinema displays built in camera is not working with most applications. The camera does not work with FaceTime, iChat, Skype and Google Talk. FaceTime says "There is no connected camera", even though there is. Weird thing is it DOES work at http://www.testmycam.com. I can't get it to work with any other flash based apps, just testmycam.com.
    My MacBook Pro 17" (late 2011) built in camera works perfectly with everything.
    Things I've already tried:
    - Shutdown
    - Restart
    - disconnect/reconnect
    - removing power from display
    lame, lame, lame. $1k monitor, flippin' webcam doesn't work.

    I think I have found the problem. I decided to go page by page through the forums and found this argument when running a Java program through the console:
    -Dsun.java2d.noddraw=true
    So it would be like:
    java -Dsun.java2d.noddraw=true SwingSet2
    That works flawlessly, so it has to do with direct draw (So it's either DirectX or my video card drivers which are up to date).

  • Issue with Apple Camera VendorID_0x106B ProductID_0x1570 green light blinks continually...camera does not work in photo booth or face time

    Green light blinks continually...camera does not work in photo booth or face time.Any suggestions?

    Hi Rogerya,
    Thanks for using the Apple Support Communities. It sounds like you may be experiencing issues with the built-in FaceTime camera (also known as iSight) on your MacBook Air. The following resource provides relevant troubleshooting information that you can try:
    How to Troubleshoot iSight - Apple Support
    https://support.apple.com/en-us/HT2090
    Important: Follow these instructions in order. Test the camera between steps to see if the issue is resolved.
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    1. See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    2. See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    3. Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    4. Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    If your built-in iSight camera is still not behaving correctly after trying all these steps, you may need to contact Apple or an Apple-Authorized Service Provider for service.
    - Matt M.

  • My camera works with the photobooth and with skype but does not work with online applications such as "lolcam from facebook" or "faceonthehole" application. Please help

    My camera works with the photobooth and with skype but does not work with other applications like the "lolcam" from facebook or the " faceonthe hole" application. Can anyone help?

    There was a issue with school computers being used to spy on kids in their bedrooms, Mac's were involved.
    So Apple most likely tightened the API's to only select, trustworthy companies as not to abuse the web cam access priviledge.
    If you want to use a web cam with these other programs and services, you'll likely have to buy a third party USB one, so you can manually disconnect it.
    There isn't a way to physcially disconnect the built in web cam on Mac's without busting open the machine.

Maybe you are looking for

  • Updateable scrollable result sets with join statement

    I am writing a generic GUI fronend for any database that has a JDBC2.0 driver available. I have been using scrollable updateable result sets. These work well for individual tables but as soon as two tables are linked either implicitly or explicitly w

  • "Get destination" does not work in CNV_MBT_TDMS step "Define RFC Dest."

    We just installed TDMS and I am trying to set up the RFC destinations between our systems. Since we will be using many different systems and clients and my company is very sensitive about using standard namespaces we want to try to define our own des

  • How to play .avi-files in QT?

    Hi I just had to reinstall my OS 'cause my MacBook was behaving really badly. I used to be able to play .avi-files in Quicktime (I must have had the right codecs/plug ins?), but now I'm not anymore. I have the latest version of QT and have just downl

  • PSE 12 and PS 12 registration problems

    I had pse11 and ps11 working on my computer using xp. They stopped working with the invalid serial number problems that has plagued Adobe recently. I filled in the required request forms for Adobe to fix it and received back new serial numbers that w

  • Basic questions about config backup/restore

    I've searched around with limited success. I've just inherited the Ironport devices in our enviornment and need to perform an OS upgrade of our cluster. Prior to doing so, I want to backup each members config file. (also, I want to do this before doi