THE INTERNAL CAMERA ON MY acer does not SEEM TO WORK in LAP TOP.

Also THE CAMERA SEEMS to be RECOGNISED BY THE LAP TOP

No worries! :-)
OK, if you go to this link, then click on applications, you should be able to download the camera application. It's actually a site that you might want to favorite because it is for your specific laptop.

http://support.Acer.com/product/default.aspx?modelId=3921

I hope this helps!

Tags: Windows

Similar Questions

  • How to unlink a text box? Break in the menu icon does not seem to work.

    How to untie the two text boxes?  The break in the menu link icon does not seem to work.

    Hello

    We would like to know the following details from you to help you to come.

    (1) what application you want to use?

    (2) text box are what line you referring?

    (3) what version of the Windows operating system you have installed on your computer?

    (4) what happens when you click on the pause icon

    Your answers are important to us. Please write to us with more description of the issue so that we can understand the question better to help you.

  • Not able to activate Windows 7 get "the product key you have entered does not seem to be a valid Windows 7 product key.

    Original title: the product under the asus laptop key

    Hello

    I have a problem to activate windows using the product under my laptop key. He says "the product key you have entered does not seem to be a valid Windows 7 product key. Help me solve this problem.

    0xC004F050 usually means that you have misinterpreted a character - or G/C/6 and 8/B or Y/V are the most common, an O/0 is almost always a Q

    Please note that the following characters cannot be used - A E I L N O S U Z 1 0 - so don't bother trying unless you like noise it does :)

  • I have a version of the education of the CSuite 6 design and web premium. Bought a new mac without DVD drive and now I have no idea how I can install it on my laptop. S/N does not seem to work. Can anyone help?

    I have a version of the education of the CSuite 6 design and web premium. Bought a new mac without DVD drive and now I have no idea how I can install it on my laptop. S/N does not seem to work. Can anyone help?

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

    You can also download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

    Quickly find your serial number

  • Internet does not seem to work after you have uninstalled Avira Premium Edition, but Google Chrome works

    Recently, I uninstalled Avira Premium Edition. I opted for 1 month trial but I uninstalled before the expiry of 1 month. The uninstall process went well. But when I restarted the computer, the Internet does not seem to work, but Google Chrome works as usual. When I tried to connect to MSN, it says "error Code: 80072ee7. It's something on the Internet connection. I guess it takes some files that must have accidentally disappeared with the uninstall process.

    Any help will be greatly appreciated. Thank you.

    Hello

    If Internet does not cam chrome Google work either.

    So, we know not what does not work.

    In any case, try this.


    WinSock and TCP/IP update.

    Type Cmd in the search text box.

    Press Ctrl-Shift-Enter keyboard shortcut to run a command as administrator prompt.  Allow the elevation.

    Type netsh winsock reset at the command prompt and press the Enter key.

    Do the same process to refresh the TCP/IP just replace the command typed with.

    netsh interface ipv4 reset Press enter

    netsh interface ipv6 reset Press enter

    ipconfig/flushdns press Enter

    Restart your computer.

    Jack - Microsoft MVP, Windows networking. WWW.EZLAN.NET

  • PowerConnect 6200 ACL does not seem to work

    Hello

    I have a total of four 6248 s two groups at different locations that are configured with VRRP + OSPF.  I tried to set up a simple ACL on either a VLAN to allow a portion of the traffic and block everything else, but I can't make it work.  I have tried many combinations to try to get this working, but so far without success.  It's just a simple ACL, which should allow the web/http traffic on the 10.1.30.100 server and blocks everything else.

    The only type of ACE that seem to work are either a "deny ip any any" or "permit ip any any" If you try an ACE with a destination host and subnet mask 0.0.0.0 it's just all this blocking.  Has anyone else had problems of the ACL or is it just my incompetence in preventing me from getting the 6200 ACL work properly?  I didn't have this problem, get the ACL list to work on our Cisco 2811 routers, just at the moment where I tried on the PC6248s.

    1. config
    2. int vlan 720
    3. no ip-group vlan720-in in access
    4. output
    5. No list of access-vlan720-en
    6. access-list vlan720-in permit tcp any 10.1.30.100 0.0.0.0 eq 80
    7. int vlan 720
    8. IP access-group vlan720-in in
    9. output
    10. output
    11. copy, run start
    12. There

    Just an update on this issue.  I worked with Dell to determine why the ACL does not seem to work.  We discovered that the 6200 apply ACL to the traffic as a VLAN ACL Cisco card as opposed to a router ACL entry.  This causes the ACL to apply to not only routed or transferred but also traffic switched in the same VLAN.

    This has been the source of my problems that my traffic is not limited to a single 6200.  I developed a simple laboratory to check that the 6200 applied traffic switched in the same VLAN ACL.

    First the 6200 has one ACL applied to VLAN5 both PC1 and PC2 are in VLAN 5.  They are both on the same subnet 192.168.5.0/24.  The ACL has a statement of "permit icmp any one" but nothing else.  The PC1 and PC2 are running Windows XP Pro with IIS is installed for the test.  The firewall on both is disabled.

    PC #1 IP: 192.168.5.2/24
    PC #2 IP: 192.168.5.3/24

    [6200]
    |    |
    |    |
    |   [2950T #2] <-->[PC #2]
    |
    |
    [2950T #1] <-->[PC #1]

    In this scenario PC1 and PC2 can ping each other without problem because of the permit icmp any any statement, but you cannot access the IIS site on each of the other computers.

    Dell said that this is normal and if you want communication VLAN VLAN you 'license ip ' to make it work properly.  I also found that traffic back from other VLANs were also denied because of the ACL applied on all of the incoming traffic.  As a solution, the license statement should be included for ALL traffic back to the limited subnet other subnets.  So in this case "ip enable any ".

    I find it a bit annoying that ACL is applied in the form of maps of VLAN not like real incoming router ACL as they are on similar Cisco devices as the 3750.  So there is a work around.  I hope they can solve the problem in a future update, because I really think that the 6200 is a great device.

    Here you can see the difference between VLAN ACLs cards and router entry ACL where they are applied in what concerns local traffic to VLAN.
    http://www.Cisco.com/en/us/docs/switches/LAN/catalyst3750/software/release/12.2_25_see/configuration/guide/swacl.html#wp1572522

  • FSX does not seem to work.

    FSX does not seem to work and when I press the ALT key, nothing appears in the upper part of the screen. In addition, the mouse cursor becomes black if it isn't in arcade mode (CTRL + Y). Does anyone know how this can be fixed? Thank you! :)

    Hello

    Please report the problem to Microsoft Community.
     
    We suggest you to contact support FSX.
     
    See the links below for assistance.
     
     
    I hope this helps. If you have any other queries/issues related to windows, write us and we will be happy to help you further.
  • BBC Iplayer - Flash Player Error ("content does not seem to work")

    Hello

    I use a Mac OSX El Capitan-version 10.11.3

    Browser Safari version 9.0.3

    Flash Player version 21.0.0.197

    The problem:

    Various shows on the BBC Iplayer play and displays the following message: this content does not seem to work. "Please try again later".

    It occurs on all the shows, but a bit random. When I right click in the window of the video I get this, tells me that there is a "Flash 1024 error."

    Screen Shot 2016-03-27 at 3.39.47 PM.png

    When I copy the content, the error is:

    Error code: EmpBaseErrorVO

    code = 1024

    type = either reading is possible due to a mistake of the mediation

    Details =.

    1026

    severity = critical

    responsibility = MediaSelector

    Info = 1026

    I tried constantly to turn ugly. No online forums provide clarity. Can someone from Adobe explain please what means this error and what I can do to solve this problem?

    Thank you

    Hello

    This started after 21.0.0.197 updated?  It worked very well in the previous (21.0.0.182) version?

    You have installed/activated advertising blockers?

    You access the site through the VPN?

    You have installed security software/utility?  If so, which?

    It works with other browsers (Firefox, Chrome, etc.)?

    --

    Maria

  • Default sort of the classic report does not seem to work

    4.2.1

    THM 2

    I have a classic report consisting of an underlying sql with 3 unions. The columns include a party_name (varchar) and two numeric fields.

    for example only select total_cost, cost_to_company, party_name, apex_item.checkbox2(1,party_id)

    (

    Select a.party_id, a.party_name party_name, a.cost_to_company, table a.total_cost when certain conditions

    Union

    Select a.party_id, a.party_name party_name, a.cost_to_company, table a.total_cost when certain conditions

    Union

    Select a.party_id, a.party_name party_name, a.cost_to_company, table a.total_cost when certain conditions

    )

    In our real-world scenario, these three applications are on different tables and different even if some elements are all the same (including the type of data, etc.), where the union

    Because I need activate sorting using the report attributes. I put the tri reporting attributes such as 1 - total_cost desc, 2 - Party_name growing.

    However, when we run the report, if the total_cost for different parts is 0, the sorting should be based on party_name. That does not seem to happen. It still sorts out randomly. I'm wonderingm if it's because there are trade unions and no order of in the query.

    No idea how to solve this problem?

    Nothing to do with unions.

    It looks like it is connected to your thread previous marking dynamically of columns in a "BOLD" for the highest value report. Is it? If so, where are the links generated to conditionally and other HTML elements? They are more likely to cause sorting problems. Instead of posting question after question about one aspect of the problem after another, you get a solution much faster together by creating an example on apex.oracle.com and specifying the complete requirements.

  • CS4 share fonts does not seem to work

    I followed the documentation (I think), but it doesn't seem to work.

    I have a root document that loads a bunch of SWF files out of a 'model' that uses two fonts. Rather than integrate the fonts on every swf I if I incorporate in the calling document and share them. The documentation explains to export them to share and give give them the identifier string and a URL. AS3 however does not provide the identifier string so I guess it is supposed to work with the name of the class. Regarding the URL I'm him giving the name of the document compiled root (home.swf). I then copied the fonts in the library of the document calling for the library of one of the documents called. I then told the police pasted the symbol properties for import for the sharing of life and added home.swf in the URL field. Sovereign wealth funds are all in the same directory, but when I compile the home.fla and call the swf there is no visible text. No errors appear.

    What I am doing wrong?

    David

    embed fonts of static text makes no sense because of the way flash handles static text.

    and Yes, the static text characters are converted to outlines and display the same for everyone just like any graphic your creation in flash.

    and if you want to reduce the size of the file, use a device for static text.  then, without contours must necessarily be in your swf file.

  • iMac 27 "2010 super reader accepts the Snow leopard installation disc, but does not seem to sit in the car to allow their reading

    iMac 27 "2010 snow leopard install disc came with my iMac and are version 10.6.3

    installation disk after installation of the new hard drive I need to load but SuperDrive does not appear to load correctly the cd in the drive. I can eject with eject button, but as operating system has not loaded, I get accepting player and playback of discs.

    Super car has always been a guy to load discs so am aware of that happening.

    Tips anyone?

    Thanks in advance

    Sarah X

    I think you can find what you need in l http://www.dummies.com/how-to/content/how-to-boot-snow-leopard-from-a-dvdrom.htm

    If who disobeys, then your drive may have problems.

    Further, create a clone bootable on an external HD. You will need either SuperDuper or Carbon Copy Cloner to make. Then, when you install a new HD, just boot from the clone and the format, the HD and restore the complete system of the clone.

  • How will I know that my Windows product key is if one on the sticker that is located on the computer does not seem to work?

    You want more details. For two hours I answered all the questions that ask you that. And still no support. You up to the date of this laptop, every day at 03:00, so don't tell me the product key, which is on the back of this box is incorrect. Or that it is not the country I say. Just send me what is on the back of this box, which I paid too much for in the first place.

    We are not Microsoft. We are volunteers who give of our spare time to help people. Complain about Microsoft is a waste of time. We are in the same boat as you when it comes to most of the problems and not more control or access that you have to do.

    A product key is not in the box where everyone can see.  It is a sequence of alphanumeric 25 digit of 5 sets of 5 digits separated by dashes for the operating system.  If this is the original installation, the key will be on a label on the underside of the laptop.  It has been upgraded or purchased as a product of the retail (suggested by saying you that you have a box), then the product key for the product to the retail sales would have been on a piece of paper inside the box.  The product key on the label of the laptop would have been crushed (which would have been in the computer would have been product key from the manufacturer that could not be used to enable or provide proof) by installing the retail or upgrade.  Microsoft has no idea what is your product key regardless of the case - even if you bought them (unless it was by a download and then you should have an email from their share with the product key to this topic).

    If this is not a problem of activation or re-installing and that you have installed and activated the product yourself, try of Belarc Advisor http://www.belarc.com/free_download.html and see if the product key, it reveals work best of all what you use now.

    For more information, if it does not help, post to http://answers.microsoft.com/en-us/windows/forum/windows_install?page=1&tab=all&tm=1300700638376.

    Good luck!

  • Adobe Photoshop CC 2015 is compatible with Windows 10. The mine opens, but does not seem to work correctly... INCREDIBLY slow. Does not. Must I return to Windows 8?

    Adobe photoshop cc 2015 is compatible with windows 10? Just upgraded Windows 8 and PS opens but does not work properly. INCREDIBLY SLOW. What I can do or should I return to Windows 8? Windows love 10. Disappointed.

    Hi Ravenm,

    Could you please check and make sure that Photoshop is updated to the latest version 2015.1.2

    Also, please try the steps in the following article: Optimize performance Adobe Photoshop CC

    Let me know if it helps.

    Concerning

    Tanuj

  • Used palmone Zire 31 does not seem to work?

    Hi, I went to an antique store today and find a palmone Zire 31 for two dollars, so I decided to do. It has no cables, CD, anything. It's just the palmone zire 31 device and the thing of the pen. Well, I found a few USB cables that correspond to the House for my camera and stuff but when I plug the slightly illuminated screen. I thought it was good, but my computer doesn't recognise no and says it fails. Does this mean that it does not work? Should I just forget and not buy a new cord for this? Or are there special drivers, I need to work. And when the screen informed he would not light, up evenly, the sides light up a lot more, then the Middle so it couldn't just be broken and sold for parts. Wells and suggestions? Thank you

    I just went to bestbuy and tried the Chargers and my zire 31 will not even load or anything like that. If the mines a cool looking for paper weight.

    Thanks for the help, and I will pass on your offer on the zire.  Thanks tho

  • Receving Invocation does not seem to work

    Do not know if I did it correctly:

    
            application
            
                icon.png
            
            
                bb.action.OPEN
                *
                
            
    
        
    

    Starplayer: / / from the home screen opens the App, but it does not get the slot of shooting:

      bb::system::InvokeManager invokeManager;
    
        QObject::connect(&invokeManager, SIGNAL(invoked(const bb::system::InvokeRequest&)),
            this, SLOT(onInvoke(const bb::system::InvokeRequest&)));
    
        void ApplicationUI::onInvoke(const bb::system::InvokeRequest& request){
        QUrl mInvokationUrl;
        Q_UNUSED (mInvokationUrl);
            mInvokationUrl = request.uri().toString(QUrl::RemoveScheme);
    
        qDebug() <
    

    He said: ' ApplicationUI:nInvoke (const bb::system:InvokeRequest &) has not been labeled as a member of Qt; Make sure that all parameter types are fully qualified! "don't know what it means.

    Any help would be appreciated

    Yes, you should be able to access the URL of the application has been invoked with.  Take a look at the example of invoketarget and compare it to your application.

Maybe you are looking for

  • color code of plug SATA?

    I have a motherboare of memphis-B and I'll add another optical drive. What do the different colors on the sata plugs mean?

  • With OfficeJet Pro 8500 Mac user

    Cannot scan, message on the printer screen says "No. analysis options refer device documentation to solve problems" - but can't find a solution. Can anyone help?

  • Automatically delete Inbox messages

    When I read a message in the Inbox, respond, and then go to another folder, go back to the Inbox and the message I just answered is GONE!  Not in the deleted folder or junk mail.  It has completely disappeared.  How can I fix?

  • My dropbox icon disappeared

    My dropbox icon had disappered. Now when I have attachments I don't know where they're going. They are not in my downloads folder. I did a search and I can not locate them. How can I reinstall dropbox? How can I find my downloaded attachments?

  • Lightroom import minus 5 exposure setting?

    Morning all, I have a strange problem when you import into Lightroom CC (2015.2.1).I normally apply my own preset when importing my photos which auto tones and did some other things magical and wonderful, but after the last update all my photos are c