How to access my web cam

How do I access my Toshiba Web Camera-HD on my Satellite C50-B series laptop? It's in the device manager file and shows that  it is working properly. Your help would be much appreciated.

Hi
Lilred,
I agree with Cyber_Defend_Team .To use a web cam ,we usually need to run
an application. If there is not a preinstalled application, you may consider to download an application .
Using a webcam
http://windows.microsoft.com/en-HK/windows7/using-webcam
Best regards

Similar Messages

  • How to access .asmx Web Service using JAVA? Newbie

    Hello Experts,
    Currently, I have a project where in I have to access a ,NET web service. It is made of C#. I just want to ask how will I start the accessing process? I made this simple equation on how my project is.
    Java Project + C#.Net Web Service = Integration
    1. Do i need to create a Web Service too for the Java Project? If yes, What are the necessary tools needed for the creation of this Java Web Service?
    2. The .NET Web Service is available online. (It is made by other people).
    3. Based on the equation, what is the equivalent technology for the + sign?
    4. Can you site a concrete example for accessing a web service?
    5. I'm new here. Totally I have no idea where to start.
    6. Thank you experts.
    Edited by: Benedict.Aluan on 05 30, 08 1:38 PM
    Edited by: Benedict.Aluan on 05 30, 08 1:39 PM

    Hello
    Thanks a lot for your help ...
    I am developing simple J2EE based web service client using IBM WSAD 5.1. I have used the following code to call .asmx web service in Java
    String url = "http://www.w3schools.com/webservices/tempconvert.asmx?wsdl";
         String namespace = "http://tempuri.org/";
         name = request.getParameter("txtName");
         try
              System.out.println("In Internet Service");
              ServiceFactory factory = ServiceFactory.newInstance();
              Service serv = factory.createService(new URL(url),new QName(namespace,"TempConvert"));
              System.out.println("Got Service......");
              Call obj = (Call)serv.createCall();
              System.out.println("Got Call......");
              obj.setProperty(Call.ENCODINGSTYLE_URI_PROPERTY,"");
              obj.setProperty(Call.OPERATION_STYLE_PROPERTY,"wrapped");
              obj.setTargetEndpointAddress(url);
              obj.setPortTypeName(new QName(namespace,"TempConvertSoap"));
              obj.setOperationName(new QName(namespace,"FahrenheitToCelsius"));
              obj.addParameter("param1",XMLType.XSD_STRING,String.class,ParameterMode.IN);
              obj.setReturnType(XMLType.XSD_STRING);
              System.out.println("Parameters Set.....");
              Object[] params = new Object[]{name};
              k = (String)obj.invoke(params);
              System.out.println("Result: "+k);
         catch(Exception e)
            System.out.println("Exception is : "+e);
        }But this code is throwing exception that
    Invalid Address "http://www.w3schools.com/webservices/tempconvert.asmx?wsdl"I have also tried this URL with Java Proxy. But it showing the same error.
    Plz can u tell me how to access .asmx web service ?
    Waiting 4 reply.

  • How to access a  web service(.wsdl) from portal component.

    Hi ,
    Is there any document/tutorial available on how to access a webservice from portal component ?
    I have found this linkhttps://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/g-i/how to access a web service.htm...
    but the urls in the link are not working...
    i want  to know the steps to access webs service and sample code if some body has already done that..
    Thanks for the help.
    Lakshmi

    Hi Lakshmi,
    See the links below:
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/581140d72dc442e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/918340d990ce62e10000000a155106/content.htm
    Hope this helps.
    Regards,
    Pooja.

  • How To Access HTTPS Web Service  in Application Module

    I need to know how to access HTTPS web service in application module.
    If you can provide the tutorial or guidance to achieve this really appreciate.
    Thanks
    Sameera

    Use the Web Service Proxy wizard in JDeveloper to create a class that calls your Web service, and then call this class from code in your AM.
    http://docs.oracle.com/cd/E16340_01/web.1111/b31974/web_services.htm#CJAHGIEF

  • How to access a web service from a XLet

    Hello,
    I am new in software development to ITV and I dint find too many usefull information teaching how to access a web service from a XLet running in a STB. Are there anybody who can give me some help, maybe sample or tutorial?
    Gratefull
    David

    hi,
    you can "borrow" the source code from [Yambo a free soft open source presentation engine (AKA XML microbrowser Xlet )|http://www.cineca.tv/labs/mhplab/index-en.html] both local and on a http remote connection.
    hope it helps..
    bye
    andrea

  • How to switch off web cam?

    Hello
    Does anybody know how to switch off web cam? It interferes me when I touch it with my mouse accidentally.
    Thanks

    Hi roxol,
    > It interferes me when I touch it with my mouse accidentally
    Im a little bit confused about this How you can touch it with the mouse?
    Furthermore your posting is not very detailed. I miss some important informations about your notebook and OS.
    At the moment I can only say that you should reinstall the webcam driver. The newest version you can find on the Toshiba website.

  • Can you access a web camera, ichat or Skype through apple tv?

    Can you access a web camera, ichat or Skype through apple tv?

    http://www.skype.com/intl/en-gb/get-skype/on-your-tv/skype-blu-ray-and-tv/
    http://www.skype.com/intl/en-gb/get-skype/on-your-tv/skype-ready-tv/

  • How to open/access my web cam in windows 8.1 ?? (lenovo yoga 13)

    After my upgrade to win 8.1 I can't access my camera , where as in skype its not showing video option ,in youcam its telling no web cam detected. Where as in in build camera apps its tell connect a camera..... In device manager no sign of wrong ?? What can I do ??????????
    Additional Details
    i am using lenovo yoga 13
    my email id ([email protected]) pls reply ....
    Solved!
    Go to Solution.

    Check in device manager under imaging device if there is a camera driver.

  • How to access existing Web Service

    I want to access the web service (SOAP) from java classes.
    Can Any body help me by sending sample code providing that how to send my XML content to the existing web service and get the response from that.
    I want to further analyse that it is succedded or not from the response of web service (the response is also in XML).
    Thanks,
    Dipen.

    You are in the wrong forum - web services are not available with Sun webserver. Speaking of examples to check out, I would recommend you to install Sun appserver 8.1 or 8.2 and check examples that come with it, specifically in "samples/webservices" and "samples/xml" directories.

  • How to access the Web Service Browser

    Hi,
    I need to access the Web Service Browser to generate a Web Service Description.
    How can I do it?
    I use the follow url:
    http://<host_name>:<port_number>/sap/bc/bsp/sap/WebServiceBrowser/search.html?sap-client=<relevant_client>
    but I can't say how to determine values for the three placeholders.
    Help me please.
    THANKS

    Hi Andrea,
    you can access the web services in sap transaction SICF. Then right click on the
    service and choose "test". The hostname is the host on where the sap system
    runs.
    The port ´number can be seen in transaction SMICM -> shift + F1. Here you can see
    the portnumer assigned to the HTTP protocol.
    And the client is the sap client (standard client) for which the service is configured.
    Hope this helps.
    KR,
    Andreas

  • Need help on how to install external web cam on a macbook?????

    Hi , does anyone have any idea if you can install and use an external webcam and how to install it on a macbook 13.3 in, black, 10.4.11 with intel processor. I have tried like months and months to connect my logitech web cam with no success what so ever. I been racking my brains trying to figure it out. I even called tech support by phone and they weren't really any help. They just said it can be done. I tried downloading the drivers that came in a cd with the logitech and nothing. Every time I try and use my external logitech on a site the built in one on the macbook comes on instead. There has to be a way to bypass the built on one. I know there has to be people out there using external webcams on macbooks. Any help would be appreciated.

    Centaur3 wrote:
    Hi , does anyone have any idea if you can install and use an external webcam and how to install it on a macbook 13.3 in, black, 10.4.11 with intel processor. I have tried like months and months to connect my logitech web cam with no success what so ever. I been racking my brains trying to figure it out. I even called tech support by phone and they weren't really any help. They just said it can be done. I tried downloading the drivers that came in a cd with the logitech and nothing. Every time I try and use my external logitech on a site the built in one on the macbook comes on instead. There has to be a way to bypass the built on one. I know there has to be people out there using external webcams on macbooks. Any help would be appreciated.
    I can't advise on your Logitech webcam, but I am using [this webcam|http://www.bestbuy.com/site/Dynex%26%23174%3B-+1.3MPWebcam/8703094.p?id=1199495403693&skuId=8703094]. First used on a iMac G5, OSX 10.4, then later moved to a Mac Mini OSX 10.5 (and now OSX 10.6.2 on the Mini.) I got it not because it's the best webcam, but because it was one of the few that said it worked with OSX 10.4. (Other webcams I had needed 10.5.) I have tested it on my Macbook Pro (OSX 10.5 and upgraded to 10.6) and it works, but I don't normally use it there.

  • How do I activate web cam for Skype ?

    I have just received this as a gift but cannot operate web cam when trying to answer Skype calls, is this possible ? Thanks in advance !

    Whilst I appreciate your responding - I do not think this helps with what I was enquiring (at least not without further explanations anyways).
    I am aware of, and do use, the function - System Preferences > Keyboard > Text - for various replacements like (tm), (c), etc .... and also for fractions like 1/2, 1/4, 1/3.
    However, my question was in relation to SUPERSCRIPTS for dates / numbers - namely, superscripting numerical suffixes for things like 1st, 2nd, 3rd, 4th,
    So - please help - HOW do I set this up ? If indeed it is possible without System Preferences > Keyboard > Text ???

  • How to REBROADCAST the web cam?

    Hi... I am currently doing the web cam broadcast on web page.
    As i got suggestions from few expereiced experts in this forum, i've created the stream retransmitter to transmit all the received stream to clients.
    Now, the point is, how the retransmitter get the receiver's IP(Client)? When the web page visitor clicks on the link, how to notify the server side retransmitter progeam that a new participant has just joined the session?
    Thanks for all help.

    Oic.. But i just hope that if someone who have tried this project before, can kindly give some hints on it.
    So, should the program be running inside the cgi-bin?
    Thanks anyway.
    Carter

  • How to access / configure Web Content Management in NetWeaver

    Hi,
    I am using SAP EP6.0 and KM is running there. I want to know that how can I access the Web Content Manager of NetWeaver. What configuration is required to access WCM? Any pointer will help me.
    Thanks in advance,
    Manish

    Hi,
    Suppose you have two sites like this: "/sites/SI/SiteA" and “/sites/SI/SiteB”, then you can retrieve the ClientContext object and the List object like this:
    var context = new SP.ClientContext("/SiteA");
    var list = clientContext.get_web().get_lists().getByTitle('ListA');
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to use same web cams with jmf?

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

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

Maybe you are looking for