Macbook air camera light flashing on resume?

Hi guys, my Macbook air (11 inch, mid 2011) has recently had its facetime camera light flashing on resume when I open the macbook lid. The time period when it flashed varies, but I am worried about security, and if someone has access to the camera.

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d; /:$/{s/ *:$//;x;s/\n//p;}; /^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/\(.*: \)\(.*\)/ \(\2\)/;H;}; /Apple|SCSM/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed 's:/Users/[^/]*/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • I need appleisightinstaller.exe to install the isight driver for Windows Vista running in Parallel Desktop 6 for Mac, but I don't have a Leopard DVD. What came with my Macbook Air was a flash stick "MacBook Air Software Reinstall Drive" only.

    I need appleisightinstaller.exe to install the isight driver for Windows Vista running in Parallel Desktop 6 for Mac, but I don't have a Leopard DVD. What came with my Macbook Air was a flash stick "MacBook Air Software Reinstall Drive" only.

    All,
    A very interesting NOTE to this thread. In order to try and get the "ignore permissions" box to show up in GET INFO (so I could execute Matt the Magician's solution to file sharing issues)-- I ran the terminal command for disabling ACLs on my internal HD / start up disk (as indicated in the linked thread to BDAqua's forum).
    Although I understand that this was useless for disabling permissions on the start up disk (as everyone here pointed out) and allowing me to see the "ignore permissions" check box - somehow it did seem to fix my file sharing problem...and that was the root problem I wanted solved in the first place! After doing the terminal command and a quick reboot, I went in and tested file sharing on the chosen directory and I can create new files or work from existing files in the directory, with both users being able to modify / and save from both machines and each machine sees the revisions and can build from them. Bottom line - I'm stoked and want to thank everyone for their help.
    The only other tweak I made was going over to my wife's machine and instead of using her log in / password, I just used my name and password to connect to my main machine that was sharing directories. Maybe that's what fixed the problem or the ACL disable but either way...I'm up and running the way I want to be.
    Hope this thread helps anyone else who has these file sharing / permissions issues with Leopard. Especially for anyone wanting to do such a simple file sharing set up between 2 computers. I wish I understood exactly which tweak fixed the problem, but at least it works the way I want now.
    So happy to be done w/this one!
    Thx everyone. Any additional input on what solved it is welcome, so my curiosity is quelled...
    TC

  • MACBOOK AIR Camera is not detected in Photo Booth or FaceTime

    MACBOOK AIR:  Camera is not detected in Photo Booth or FaceTime.  It did work for a short period and now it is not detected.

    Hi there,
    There are a couple of things that we can try. A good first troubleshooting for a varity of issues is resetting your computers PRAM.
    OS X Lion: Reset your computer’s PRAM
    http://support.apple.com/kb/PH4405
    If your issues persist, then ther eare some troubleshooting steps found in the article below.
    How to Troubleshoot iSight
    http://support.apple.com/kb/ht2090
    Hope that helps,
    Griff W.

  • HP6310 won't respond to power button, camera light flashes

    After turning my HP6310 off by unlugging the power cord, I can't get it to turn back on properly. I plugged the power cord back in and the display lights up blank and the camera light in the front lower left flashes. The power button does not light up and when pressed, does nothing.

    Hi @mcdillon99,
    Welcome to the HP Forums!
    I noticed that your HP officejet 6310 will not respond to the power button, and the camera light flashes. I am sorry to hear this, but happy to help!
    I would recommend to go through this guide, The HP Printer Won't Turn On or Respond When the Power Button is Pressed. (Even though the guide title may not match your issue, I believe the solutions will help).
    Hope this resolves your issue!  
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • HT2090 my macbook air camera is not working

    My Macbook Air camera is not working when I try to use photobooth. I have no problem with google hangouts or skype. How can I resolve this problem?

    • Restart your Mac. If the problem continues, use the Disk Utility in your Mac's Finder > Go > Utilities folder to repair permissions.  Then test the camera again.
    • If the your trouble persists,.  reinstall OS X Mavericks.  Repair permissions again immediately following the restart that completes the reinstall and before testing the camera again.
    •  Also check your Mac's  > Software Update... or Apple - Support - Downloads for latest Mavericks updates applicable to your Mac model such as OS X Mavericks 10.9.1 Update.

  • My MacBook Air came with 4 GB RAM.

    Greetings!
    My MacBook Air came with 4 GB RAM. How much would it cost to upgrade it to 8 GB RAM?
    I am a multitasking musician who wants to maximize what I have.
    Thanks folks!

    It isn't possible to upgrade a MacBook Air's RAM except when configuring a model prior to purchase.
    (88982)

  • MacBook Air Camera is not connected after mac OS update

    MacBook Air Camera is not connected after mac update
    I have a MacBook Air OS X version - 10.9.4 . I updated my mac 1 week before but todayI check that my mac in built camera is not working Even I try to check in this thing in all the apps. Please provide  the way how to sort out this issue asap.

    Use the suggestions here: http://support.apple.com/kb/HT2090
    The SMC reset often fixes your problem.
    Be sure you follow the instructions for your particular Mac model.
    If your problem continues, restart Mac.  Then download and install OS X Mavericks 10.9.4 Update (Combo).
    If that does not correct the problem, reinstall Mac OS X.
    If nothing else works, contact your Apple Service provider or Apple MacBook Support for help.

  • My macbook air's screen flashes.

    my macbook air's screen flashes when I restart it or sometimes when I am using it, and I cannot read those words because it is so fast, could it be something serious?

    This is kind of a wild guess..  Check System Preferences > Universal Access > Hearing tab > uncheck "Flash the screen when an alert sound occurs".

  • New MacBook Air - Camera "blinks" off and on occasionally

    I just bought a new MacBook Air 13 a few days ago; I downloaded Skype the day I bought it. So everything should be up-to-date.
    It doesn't matter how long I have been on Skype or anything thing like that, but every 30 seconds to a few minutes the camera and green indicator light blinks off and the back on, but only for a second. The person on the other end even notices it as my camera either turns off or the picture lags/freezes. Is this a known problem with Skype or is this an issue with my MacBook?  

    I don´t have or use a MacBook air, but I did notice the LED blinking usually when Skype switches the used video resolution. You may already know that Skype can adjust the video resolution according to different parameters like available bandwidth, cpu speed, and so on.  If you want to verify this, you could turn on "Show Technical Information" via the menu. Within the call, it shows the sending and receiving video resolution somewhere in the new technical information window. Just as the resolution switches, the LED flickers real quick. If this is the case, then that´s that. You cannot do anything about it. There is unfortunately no way to force a fixed setting regarding the used resolution.

  • New MacBook Air - Camera "blinks" off and on occas...

    I just bought a new MacBook Air 13 a few days ago; I downloaded Skype the day I bought it. So everything should be up-to-date.
    It doesn't matter how long I have been on Skype or anything thing like that, but every 30 seconds to a few minutes the camera and green indicator light blinks off and the back on, but only for a second. The person on the other end even notices it as my camera either turns off or the picture lags/freezes.
    Is this a known problem with Skype or is this an issue with my MacBook?  

    Some here on my Macbook Air 11inch.  It's really annoying since Skype is the only way to keep in contact with my entire family (we live literally across the globe from eachother).  It's frustrating when I have trouble showing them things or my nieces get upset from my picture flickering on their end every minute or so.  I really wish we could get a fix!

  • My new Macbook Air came with old OS

    I bought a new Macbook Air 13" (mid-2012) a few weeks back but it came with Lion installed instead of Mountain Lion. It seems that Apple has also closed their free update program page. Do you know if there is any way to get a free upgrade to Mountain Lion as it seems strange not to have it installed.

    Yeah - just spend the $20 - much easier than wasting your time trying to figure out how to get the free upgrade.
    I'm sure your time is worth more than the $20 you'll be spending.
    I'll give you a little pointer - before you download and install Mountain Lion - invest $10 on a 8GB USB Stick.
    Once you download Mountain Lion - it will try to install - cancel the install and create a USB Mountain Lion installer - that way, if you ever need to reinstall Mountain Lion in the future - you don't have to download it again.
    Click on the link below on how to create one.
    http://appducate.com/2012/12/install-os-x-mountain-lion-from-usb-flash-drive/

  • My macbook air camera does not work

    I have a macbook air 11" mid 2011   running OSX Yosemite 10.10.1  
    I need to use the facetime camera, but it says no camera is available. 
    what I have done (6 hours or research and grief later):
    After reading a plethora of forums,  I have tried:
    Migrated from OSX Mountain Lion to Yosemite..  will definitely fix your problem.   no good... 
    Installed the latest update...  yep... 
    used the disk Utility repair again just in case...   yep...   still no good.
    restarted the computer...  yep.       no good...
    open a terminal and type         sudo killall VDCAssistant
    yep that was a waste of time...  its not even on my laptop.  
    the USB camera is not in the System Information USB Tree. and under camera it says no video capture devices were found.
    Found a really helpful UTube video which suggested I Kill off a Parrot thingy...   wasnt even in the devices list...
    I have read through the plethora of forums on this problem even further... there are literally thousands of them.
    The most popular answer which Apple appears to provide is:    and by the way you keep running into this suggestion...
    One of these will fix your problem:
    (1) If restarting your Mac doesn't fix the problem,                          (NOPE  didnt fix it..)
    (2) use Apple's http://support.apple.com/kb/HT2090                      (NOPE  no help...   as:
    did the use Disk Utility to repair permissions thing..   yep...  still no camera...
    the USB camera is still not in the System Information USB Tree.
    (option 3 applies to me...   cant see the camera in the USB...  
    no suggestion on how to resolve that ...  but there is a (4) so I tried that...  
    I reset the SMC ...   guess what...   still no camera...  
    The camera used to work...  
    ...............................................................................      My thought and question of Apple is below  ...................................................
    I am thinking the port on which the camera communicates is disabled in the new software version, or it is reassigned to something that is in conflict with it.  The USB connection is set at the manufacture level to something which is not being detected now.
    CAN APPLE PLEASE ADVISE ME WHICH DEFAULT PORT THE CAMERA IS CONNECTED TO AND CONFIRM THAT IT IS NOT DISABLED BY DEFAULT
    Please dont tell me its a problem with the camera...   I could probably roll back to the old software, and my system would work just fine...   this has been a total pain in the neck...   and has cost me many hours...  
    Yes I am going into the Apple store tomorrow... another two hours out of my life...  probably to be told its a hardware issue and they need to take it away and charge me money to fix it..     but I will take it there and decline to pay any money.   It is out of warranty and probably not essential to the laptop to use.   It s frustrating that there is no easy fix to this problem despite the plethora of forum articles and posts by thousands of people experiencing the same problem.
    There is no way Apple can stick its head in the sand and claim its a hardware issue.  
    I have tried to look for a built-in USB camera driver for Apple Macbook Air...   good luck with that...   If the old system driver was about,  perhaps someone could check the communications ports and work out where this problem actually sits.

    There was a final outcome...       Apple determined that the IO card was faulty and they replaced it under warranty..      The camera is working correctly
    i cant argue with the results...     The card replacement has reliably fixed the problem.   
    SO my final recommendation for a solution is
    check online to make sure you can get an appointment at your APPLE shop.   
    Book the appointment so you don't waste 4 hours...   
    Check that your machine is in warranty.      If not, the repair cost to me was $85 aus...    Still not too bad considering this issue cost me 14 hours of research and a further 8 hours travel time...   
    BAck up your computer and open the password to protect your regular one.  Then...
    take it to Apple at the appointed time.     MAKE SURE YOU BACKED UP YOUR MACHINE...
    WAit 5 to 10 days based on how busy they are...          If they say your card is faulty, it's hardware and no amount of fiddling about with software is going to fix the problem.        I could have saved 18 + hours..    
    Replace  the IO Card Fixed this issue...       It has not failed since getting the computer back.

  • Macbook Air camera not working with Jabber and Skype

    New Macbook Air (2013) and the camera does not recognize Skype or Jabber (Cisco product). Unbelievable that Apple does this but any suggestions on how to fix this issue?

    See this thread:
    https://discussions.apple.com/thread/5306216?tstart=0
    FIX:
    1. You need Time Machine
    2. Go to folder /Library/CoreMediaIO/Plug-Ins/DAL/
    3. Copy AppleCamera.plugin to good place (usb memory stick is the best place).
    4. Go to Time machine in date that skype work fine.
    5. Change AppleCamera.plugin with file from Time Machine
    6. Restart system, Now skype need to work with camera.

  • Video from MacBook Air camera looks stretched vertically. How can I change this?

    I just got a MacBook Air and it looks like whenever I use the camera for video chat or webcam, the results are really stretched vertically. This is driving me nuts since I have to be on client video calls and I look really silly.
    How do I fix this??

    The warranty entitles you to complimentary phone support for the first 90 days of ownership. If you bought the product in the U.S. directly from Apple (not from a reseller), you also have 14 days from the date of delivery in which to  exchange or return it for a refund. In other countries, the return policy may be different.

  • MacBook Air is just flashing on and off but not working after trying updates

    This morning I got notification that I was supposed to update my MacBook Air with both update for iTunes and update for Firefox. 
    I hit yes to both.
    Now I am just getting a constant flashing on and off and blank screen alternating with brief picture of the Apple with bar underneath it.
    Have turned on and off several times and still won't work.
    Ideas/

    Welcome to the Apple Support Communities
    I don't think that the iTunes and Firefox updates could do this, but it looks like the logic board is damaged. What happens when you press Shift key while your Mac is starting?

Maybe you are looking for

  • Help! - as3 IE preloader issues

    Ok, So, I work for the NPS, and they have an outdated CMS. I have no rights  to upload an .html file, or edit one that the CMS makes. SO, I am forced to use their little deal to display my .swf files. Problem: http://www.nps.gov/glca/photosmultimedia

  • Syncing one unit to two desktop

    Greetings - I'd like to be able to sync my Treo to the same set of databases through two different computers. I'm thinking of maybe storing the data in the cloud somewhere and then be able to sync to the data from my home and work computers. One devi

  • Bapi in fi-ca

    I must create a lot of cash and balance item in fi-ca. can i use the bapi_CTRACCONTRACTACCOUNT_CLR ? which bapi should i use? thank u E.B

  • Order of Pictures

    Some of my pics are of apartments I show for a living,several thousand of them but while I have them in perfect order on my macbook ie numerical by address this does not transfer accurately to my iphone. I have tried everything I can think of, changi

  • Converting videos PLEASE HELP REALLY FRUSTRATED

    i decrypted wedding crashers and I tried to convert it and as soon as i did it shot up to 98% in two seconds. and now it is just staying there.