How to tell what other program is using webcam?

Hello,
My in-laws sometimes (maybe 20% of the time) get a message that says that the webcam is already in use by another program when they try to video chat with us. The message is in Danish and says something like "Webcamaret bruges af et andet program". They haven't started any other program. iChat shows a green camera icon on both their buddy list and on our remote system's buddy list.
Restarting or stopping iChat and disconnecting/reconnecting their webcam always seems to fix the problem, but I'd like to understand how to fix once and for all. Restarting is time consuming and rather disruptive for them and reseating the webcam is difficult for them physically to do.
They have a Mac Mini Intel 1.66 Core Duo. I recently switched out their firewire-based iSight with a USB-based Logitech Quickcam Vision Pro for Mac. They had the same problem with both, but they don't have the iSight any longer to try it again.
They are half-way across the world, and not tech-savvy, so resetting the PMU won't be possible.
I've looked through their Console logs, but don't even see any error message when it occurs.
Thanks in advance for any suggestions.
David

Hi,
Have them check in System Preferences > Accounts > (The Logged in account) > Login Items.
This is a list of the apps and utilities that start up when the Mac does.
(iTunes Helper is a common one that most people have).
This is one common cause of another app having access the the camera.
Look for iMovie, Photo Booth, Any System or iChat Add-On relating to Camera and camera tweaks, Any Software for the Logitech (It should not need to be started up at computer Launch)
Comic Book if bundled with their Mac.
Also check this list EZ Jim's Work
I would also get them to Check the System Profiler and then use the reveal Triangles to see Hardware > USB
If you have another way to login in to their computer other than iChat Screen Sharing then you could run this in Terminal
/Applications/iChat.app/Contents/MacOS/iChat -errorLogLevel 7
With iChat Shut down:-
Copy and Paste the Bold Text into Terminal and then hit the Enter key.
This will start iChat and Create Log in Terminal.
When the Buddy List has finished Loading Quit iChat in the Normal Way.
Copy the whole Log up to that point and paste it into TextEdit and send it to your self.
If you read through it, it should list two Cameras:-
1) the External (Or any Internal iSight for other reading this)
2) A software one ready for iChat Screen Sharing.
If the Regular one lists a Count less than 0 (zero) then iChat is having a job reading the Hardware state.
If this is the case then you could try deleting com.apple.iChat.plist from their Home Folder/Library/Preferences (Just drag it to the Trash)
iChat will need to be restarted where it will rewrite that .plist after checking the System again.
NOTE:-
This does lose all the other settings they have changed from Defaults in the iChat Preferences except the Accounts pane. (Saved Transcripts, Font choices, IM colours etc)
Are they using their Web Browser to Chat on Flash Based or the Google Mail Web Chat page ?
If that Tab or Window is still open (if they are still in a "Room") the camera will be "held" by the web Browser.
If they do use this method and it is Flash check they have not ticked the "Remember" button to Allow access each time they use that Chat site (I am not sure if the Google Chat Plug-in has a similar "Allow" Pop Up).
FaceTime for the Mac (The Beta) can in fact use the camera at the same time as iChat. It does not seem to matter which application is launched first.
Resetting the SMC on the Mac Mini is not invasive
Resetting the SMC for Mac Pro, Intel-based iMac, Intel-based Mac mini, or Intel-based Xserve
1. Shut down the computer.
2. Unplug the computer's power cord.
3. Press and hold the power button for 5 seconds.
4. Release the power button.
5. Attach the computers power cable.
6. Press the power button to turn on the computer.
See the third Expandable link in this Article (Near the bottom)
In most cases it can be just that the System has flagged somewhere that it thinks the camera is in use when in fact nothing is.
A PRAM reset may sort it but the SMC reset is more certain.
A PRAM reset.
Shut down the computer.
Restart it holding down Apple/CMD (or ⌘)+ALT PR Keys until you have heard three Start Up Bongs.
Hope this helps.
8:40 PM Wednesday; January 26, 2011
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Similar Messages

  • How to tell what codec has been used??

    Hi
    Just wondering how to tell what codec a particular video clip has been encoded in? I cannot see it anywhere in bridge. after fx dos it for some but not all clips.
    cheers
    angus

    if you're using Loader to load the swfs, you could examine e.contentLoaderInfo.url to see which swf it is

  • How to tell what methods where not used in the code?

    Hi there,
    I wonder if there's a way to check what method are not used in the execution code (void main).
    Example:
    in the code below, the following method where not used:
    setAge, getAge, getName,setName, addFeedback
    public class Test
         public static void main(String args[])
              Employee empl = new Employee("John", 54);
              System.out.println(empl.getDeatils());
    public class Employee
         private int age;
         private String name;
         public Employee(String name, int age)
              this.name=name;
              this.age=age;
         public String getDeatils()
              return name+" ("+age+")";
         public void addFeedback()
              //do something here.
         public int getAge()
              return age;
         public void setAge(int age)
              this.age = age;
         public String getName()
              return name;
         public void setName(String name)
              this.name = name;
    }

    Yucca wrote:
    georgemc wrote:
    Yucca wrote:
    Sound like you should visit the logging API or you could do SOP all over your code which would make it very unreadableI don't see why logging code will make his code any less messy than SOP everywhere. Unless you're talking about applying logging by AOP, which is equally messy in a different way.I never implied that the one was tidier than the other. O merely recommended my knowledge on how to help the OP and gave 2 choices. Oh right. It looked like you were suggesting SOP was messier somehow. Never mind, then.
    Besides is AOP really that bad when using Interceptors? I know that this is new to Java but interceptors are really not that untidy.I didn't say they were untidy. I didn't say there was anything wrong with AOP. But logging by AOP results in pretty useless, messy logs. "This method was called with these parameters" all over the place, rather than something nice and friendly. Remember, logging is more often read by support staff than developers, so while it might be obvious to you what "getLlama(200, 3)" means, it's probably garbage to the support bods.

  • How to tell what recovery point was used for restore

    Is there a way to determine what recovery point was used for a restore after the restore was started.

    The question comes from the experience of having a package installed but not being able to build it from the same PKGBUILD (due to nontrivial issues). The package must have been built successfully by *a* build system, so ideally one would want to replicate that build. The relevant differences I could think of are the compiler flags and to a lesser extent the hardware build platform.
    You should describe these supposedly non-trivial issues. I've never experienced what you describe in my years using Arch, nor have I ever heard it suggested that the famously vanilla Arch packages are built using some sort of unconventional compiler flags. I have heard multiple developers say using highly modified CPU optimizations and modified linking and such are mostly pointless, however. So I'd bet a week's pay that the build system uses vanilla GCC with the default settings. Why would the thing that actually builds Arch Linux be the one part of the Arch ecosystem that doesn't abide by the Arch standards? Why would only some packages have library linking problems and such when all packages are built on the same machine against the same library versions---and thus the conditions resulting in a failed build would be identical to those in a successful build? I could be wrong, but I think you're on the wrong track. The quickest way to find out is to describe what the real problem is, not what you imagine the solution to be.

  • How to set what email program Safari uses when there is a link

    When I click a link in a browser window that is supposed to open my email programme it opens Mail.  How do I set Safari to use an other mail programme?

    From the Mac Mail menu bar click Mail / Preferences the select the General tab.
    Click the pop up menu next to:  Default email reader.
    Select your email client.

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • HT1338 Can anyone tell me how to find what OS I'm using on the Mac? Tiger or Leopard? Also, how do I update from 10.6.8 to the latest version?

    Can anyone tell me how to find what OS I'm using on the Mac?
    Tiger or Leopard?
    Also, how do I update from 10.6.8 to the latest version?

    Go to the Apple menu and select "About This Mac". You will get a window similar to this one -
    You current OS X version number will be shown as I've marked.
    OS X 10.4.x is Tiger, 10.5.x is Leopard, 10.6.x is Snow Leopard, 10.7.x is Lion, and 10.8.x is Mountain Lion.
    Whether or not you can go to the latest OS X version depends upon your hardware -
    You will need to purchase the retail set for the OS X version you want; there is no pint in getting and installing any intermediate versions. Once the retail version has been installed, you can update it to the latest release for that version via download updater.

  • How do I set up or know what zip program I use?

    How do I set up or know what zip program I use...not familiar with this.

    It's built-in to OS X. It's called Archive Utility and can be found in the /System/Library/CoreServices/ folder.

  • How to know what CBO programs uses transaction codes

    Hello Everyone,
    How to know what CBO programs uses transaction codes?
    Thanks for the help!

    Hi,
    Please clarify your question ....
    for e.g. give program name

  • How to tell what packages have recently run

    Occasionally, after start up, I'll see something that looks like a package that quickly runs.  I have no idea where to look for information to figure out what ran.  I've ran searches trying to find out how to tell what packages have recently run but have not found anything useful.  If anyone knows or has any ideas on what I can do to figure that out, I'd love the help.

    You are welcome. Based on my experiences, the only time I look at Console is when something is not working. You could get overly engrossed trying to figure out what everything means.

  • How to tell what has been downloaded/installed on iphone 4s

    how to tell what has find and read hidden log filesa/programs on iphone 4s

    Again, it's not universal. It's not a feature of any cell phone I've ever seen in the U.S. And, it's not a feature of the iPhone.
    Submit feedback to Apple requesting such a feature here:
    http://www.apple.com/feedback

  • How to tell what template is applied to a Framemaker file?

    I'm new to Framemaker...so please excuse if this is a silly question.
    We are trying to figure out how to tell what template has been applied to a Framemaker file. We are using the structured view in Framemaker 7.2.
    Perhaps I am thinking too much like a Microsoft Word user -- in which case I can look at what template has been applied to a document.
    Does Framemaker work the same way -- or are templates associated with Framemaker files in some other way?
    Thank you --
    J-Ha

    J-Ha,
    FrameMaker works differently. Strictly speaking, there is no way to tell which template was used last. A FrameMaker template is just a FrameMaker document which you call "template". Using File > Import > Formats you can import all or selected formats from one document to another. The main benefit: Each document is completely self-contained and does not require any other document.
    Many solutions I know of include a user variable named something like "template-version" into their template document or put the version information on one of the reference pages. When importing user variables or reference pages, this can tell you version imported last.
    - Michael

  • How to tell N6.5 DHCP to use a W2k8 for PXE?

    Hello,
    could anyone give me a hint, how to tell my netware DHCP to use a Windows Server 2008 R2 running Acronis with PXE Server?
    Actual Situation:
    Netware 6.5 Sp8 Server with ZENWORKS in Cluster mode
    Netware DHCP Server
    ZEN7 SP1 Imaging
    --> works fine so far, and no problem in other subnets, IP-helper are configured in the switches
    New Situation:
    Netware 6.5 Sp8 Server with ZENWORKS in Cluster mode
    Netware DHCP Server
    Windows Server 2008 R2 running Acronis Snap Deploy with PXE-Server - in future may be a clean Windows Deployment service without Acronis
    --> that would be nice :)
    I found serveral ini-files (dts.ini, pdhcp.ini, tftp.ini) where I configured the new IP-Address of the W2k8 PXE Server.
    Now:
    The Client gets its correct IP-Address from Netware DHCP
    but after that the following messages:
    Auto-select:
    ZENworks Boot
    Boot Server IP: --.--.--.-- (the correct one configured in the ini-files!)
    TFTP.
    PXE-T02:
    PXE-E3C: TFTP Error - Access Violation
    PXE-M0F: Exiting Intel Boot Agent
    Any ideas?
    Thanks a lot.

    Originally Posted by magic31
    You don't have to configure anything specifically in DHCP to work with PXE. Possibly just unconfigure an option that was set for the previos setup; One thing to check (and remove) is option 60 for the PXE Client option, if this is configured with the DHCP subnet options. This option should only be set if both DHCP and PXE services are on the same server (as is probably the case in your situation as I'm guessing both DHCP as also PXE get loaded in the same cluster resource script).
    For subnets serviced outside of the subnet your DHCP server is running in, you will need to configure multiple ip helpers: one that points to the DHCP server and one points to the PXE server so those requests on other subnets get serviced correctly.
    To get things running it's probably easier to try to get this to work on the subnet your DHCP and PXE server are running in (so you are not also having to deal with the ip helper setup just yet). If that works, then expand you configuration to different subnets & ip helpers.
    Hope that helps,
    Willem
    As a ps and for clarification, don't load the PDHCP on any of the NetWare servers... just have the PXE PDHCP service running on the Windows server.
    The PDHCP/PXE service for ZenWorks won't understand/work with the Arconis one and visa versa.
    -Willem

  • Could you please tell what is encryption mechanism used in Release Management for storing any password

    Could you please tell what is encryption mechanism  used in Release Management for storing any password

    Hi  y e ll e sh,
    I am trying to involve someone to further look at your question. There might be some time delay. You can also check replies for the similar question in this
    thread. Appreciate your patience and thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Photoshop CS4- Does anyone know how to tell if two people are using same file?

    Photoshop CS4- Does anyone know how to tell if two people are using same file?

    Hi,
    Thanks for your response. I'm not the solution in the link.
    The problem that I am having at work it that several people in our department want to be able to update a file, but we want to be sure that no one else is currently editing that file. If someone has the file open, it's helpful to know the user's name so we can talk about when the next person can edit the file. This works in Excel files that we use, and I would love to find out how to do it in Photoshop and Illustrator.
    Thanks for the help!

Maybe you are looking for

  • Newbie question: how to send mails on a Solaris 10 machine?

    Good morning all, I am responsible of a lab, containing some Solaris machines. On one of those machines, a collegue would like to send mails, using following command: echo "something" | mailx -v -s "subject" <collegue>@<domain>.comThe mentioned e-mai

  • Jar file vs classes

    Hi, i am encountering a strange problem. I am trying to run quartz (java application) on oc4j server. When i have all the quartz classes in web-inf/classes folder, the application runs fine, but the moment i make a jar out of all classes and put the

  • IPhone 6 Plus Screen Not Rotating in Text Message Mode

    Brand new 6 Plus, and it seems about half the time when I click in the "message" portion to start typing a text and rotate the phone on it's side 80 percent of the time it does not rotate into Landscape "horizontal"  mode, but stays in Portrait mode

  • SOUND IS MESSED UP, PLEASE HELP ME !!!!!!!! BASS EFFECT HAS GONE !!!!!!!

    Hi, so i was listening to Red Hot Chili Peppers (Oh yeah !) on itunes on my Macbook Pro (Mid 2010 model, OSX 10.6.7) and the sounds working fine, then suddenly the base effect just went and it's like it's being played on an ipod. I then went onto you

  • Broadband username-non recognition

    I have my e-mail from BT.com giving me my  BT Total Broadband username.  My hub and e-mail has been  connected and working for nearly two years. However when I try to log in to MyBT or anything to do with my Broadfband package I simply get the messag