I cant make that JMF registry  detect my usb logitech webcam

Anyone can help me whit this?
I install the driver for the cam, and y turn it on and yeah! the cam works
but when i open de JMF Registry Editor and say to it that detect capture devices
it dont show my cam, why? how can i do this?
the thing is too that i have an incorporated webcam in my laptop, but i dont think that it can be
the problem, the jmf recongize my incorporated cam but no my usb cam.
please!!!!!!!!!!!!!!!!!! its so much urgent

If JMF Registry Editor cannot detect it, it's likely your camera isn't supported by JMF.
Does your camera support the VFW interface?

Similar Messages

  • When I connected my iPod to make a playlist, I got a message saying that iTunes had "detected an iPod that might be corrupted" and I could disconnect and try again- which hasn't worked- or restore.  Any thoughts?  I don't want to lose all of my playlists.

    I just connected my iPod after opening iTunes to make a playlist and repeatedly have gotten the message that 'iTunes has detected an iPod that might be corrupted."  I can either disconnect and try again, which I've done multiple times to no avail, or restore.  I don't want to lose the dozens of playlists, so do I have any options that anyone knows of?
    Thank you.

    What iPhone do you have? You can check in settings>>general>> about.
    If you have a 3G you cannot update beyond iOS 4.2.1. The 3G is over 4 years old an was discontinued over 2 1/2 years ago. You need the latest ios to run the latest versions of some apps. If you have a 3GS you can update.
    If your phone is not responding, reset it by pressing and holding down both the home button ad lock/ sleep button simultaneously until the Apple logo appears.

  • Siri's voice just says everything that i touch. The voice says the numbers i touch but the numbers dont show up on the screen so i cant make phone calls! what is going on??

    Siri's voice just says everything that i touch. The voice says the numbers i touch but the numbers dont show up on the screen so i cant make phone calls! what is going on??

    It sounds as if you have Voiceover activated. You should be able to turn it off by triple tapping the Home button.

  • HT4623 I AM FACING PROBLEM AFTER UPDATING (7.0.4) MY PHONE MODEL 5C,AFTER THIS UPDATE SOME TIMES I CANT MAKE CALLS & SOME TIMES WHEN ANY BODY ELSE WANTS TO CALL ME BACK THE MESSAGE COME THAT THE USER IS NOT REACHABLE.PLS HELP

    I AM FACING PROBLEM AFTER UPDATING (7.0.4) MY PHONE MODEL 5C,AFTER THIS UPDATE SOME TIMES I CANT MAKE CALLS & SOME TIMES WHEN ANY BODY ELSE WANTS TO CALL ME BACK THE MESSAGE COME THAT THE USER IS NOT REACHABLE.PLS HELP

    I am facing the same issue! I bought 5c few days back
    and everything was fine till I updated the software 7.0.4!
    Whenever am connected to wifi am unable to make a call and if someone tries
    Calling me they get the message that my number is not
    Reachable! When I go back to 3G the calls work perfectly!!
    Please help me out since I use wifi more than my network.
    Appreciate any advise on this

  • Detect audio device without jmf-registry

    Hi,
    I am working with Java Media Framework for some time now. But now I got a problem which I couldn't solve although I tried to find a solution on the jmf-web page.
    With the function autoDetect (com.sun.media.protocol.vfw.VFWSourceStream.autoDetect(i)) it is possible to accesses a video capture device without the JMF registry.
    Unfortunately I couldn't find out how I could access during runtime and without the JMF registry on an audio device (microphon).
    I would be very thnakful if someone could solve my problem.
    thx!
    the_greg

    thanks Owen,
    but I'm sure that it has to works without jmfinit and the registry :-)
    An example, how you can get the webcam without jmf.properties (to test it, you can rename the registry):
    private CaptureDeviceInfo getVideoDevice() {
    Vector deviceList = CaptureDeviceManager.getDeviceList(null);
    CaptureDeviceInfo devInfo = null;
    if (deviceList.size() == 0) {
    String name = VFWCapture.capGetDriverDescriptionName(0);
    System.out.println(name);
    if (name != null && name.length() > 0){
    devInfo = com.sun.media.protocol.vfw.VFWSourceStream.autoDetect(0);
    System.out.println(devInfo);
    return devInfo;
    In my opinion as this is possible for a video-device, it ought to be possible for an audio device also. (??)
    Greg

  • JMF Registry crashes Win-XP trying to recognise non-standard USB camera

    I am trying to use JMF to interface a USB-2 frame grabber and PAL video camera to NIH's ImageJ Java image treatment application. My trial installation instructions are on: http://www.neutronoptics.com/imagej.html
    I got this working fine with a simple Philips 640x480 color SPC900NC webcam, but naturally I want to use a more serious camera :-) BTW, JMF only recognised one of the 3 cameras I had plugged in, even though the others were all recognised by Windows.
    My first problem is that my serious PAL camera is of course 720x576 encoded by a USB-2 frame grabber to 8-bit graylevels, i.e. not the JMF max of 640x480 :-) Is this max 640x480 likely to change ? If JMF is limited to simple webcams, I cant use it.
    If I ran JMF Registry with my PAL camera and framegrabber plugged in but not active, it crashed my Win-XP machine when I tried to "Detect Capture Devices" (Nasty!) However if I activated my camera by running another video capture application it did then detect a "vfw:Microsoft WDM Image Capture" device as it did with the webcam. And my Java capture plugin for ImageJ even opened a window for the PAL camera, although it was displayed as blank (pink).
    Is what I am trying to do completely impossible ? NIH ImageJ is the top public domain scientific imaging application, all in Java, and it seems a pity that I can't input an ordinary PAL camera to it. (There is a non-Java front-end called microManager that inputs many cameras to ImageJ, but not mine :-(
    I am not a real programmer, just a technical user, and I hope some-one can tell me if I am wasting my time or not with this.

    hibou wrote:
    I am trying to use JMF to interface a USB-2 frame grabber and PAL video camera to NIH's ImageJ Java image treatment application. My trial installation instructions are on: http://www.neutronoptics.com/imagej.html
    I got this working fine with a simple Philips 640x480 color SPC900NC webcam, but naturally I want to use a more serious camera :-) BTW, JMF only recognised one of the 3 cameras I had plugged in, even though the others were all recognised by Windows.Just because Windows recognizes your camera doesn't mean JMF will...
    My first problem is that my serious PAL camera is of course 720x576 encoded by a USB-2 frame grabber to 8-bit graylevels, i.e. not the JMF max of 640x480 :-) Is this max 640x480 likely to change ? If JMF is limited to simple webcams, I cant use it.JMF is never, ever going to change. It hasn't been updated, bug-fixed, or otherwise supported since before Windows XP came out...
    Moral of the story is, new stuff mostly doesn't work with it...unless the new stuff is backwards compatible.
    I am not a real programmer, just a technical user, and I hope some-one can tell me if I am wasting my time or not with this.You're wasting your time with this. JMF is mostly dead and just waiting for JavaFX to get it's act together and go ahead and kill it off.

  • JMF Registry Editor reports "Capture device query unsuccesful"

    I am working with JMF. Sometimes (maybe 1/3rd of the time) when I go into JMF Registry Editor, Capture Devices and click "Detect Capture Devices". I get an error that says "Capture device query unsuccesful".
    There is no further information. Nothing is logged in the log file. I can find nothing about this in the documentation, nor can I find this text in the downloadable source. Anyone know what this means?
    Also, as far as I can tell, this has nothing to do with how my device is connected and so on, it will work one time, and not another.
    Thanks,
    Joe Larson

    I am having the same problem, however it never works for me. I noticed that when the JMFInit runs that the program terminates while it is apparently still quering a device. I think that it's a timeout issue. I seems like the device query is not waiting long enough for the devices to respond. I have not found a way to change the timeout value. Any ideas on how to change the timeout value?
    Also, have you had any success in using the JMF for video capture and transmission. I am working on a chat program. For now, it's just for fun, but maybe will will make is a sellable product later.
    Take care,
    John

  • How to make BBSAK able to detect 9860 - White Screen

    Hi Guys
    Need serious help here. My 9860 (7.0) is showing  'white screen'. It happened since I tried to reload OS using BBSAK. Seems I choose wrong menu. As adviced by an expert, I have to wipe it again to see 507 error code. I tried to wipe it through BBSAK but Unfortunately BBSAK didn't detected the device anymore.
    My question is: How to make BBSAK able to detect my device.
    The situation are as follow:
    1. BB Desktop Manager & Apploader detected my device (means USB driver are installed correctly & using OEM USB cables and good USB Port.). Trying to reload OS through these apps still stacked at the white screen (75%), same as through web uploader.
    2. Already uninstall and reinstall BBSAK, Rrestore my laptop system, modify compatibility program of BBSAK, and tricks in windows task manager to avoid conflict between BBDM and BBSAK, still failed.
    3. Clean Uninstall BBDM and BB Link and reinstall BBDM 7.0 Version only (BBDM 7.1 seems not reliable-for me).
    4. Tried to wipe using JL_Cmder & Vnbbutils, both didn't  execute wipe process.
    5. Registry Cleaner using CCleaner.
    Additional info: BBSAK detected my 9860 once when I was using BBDM 7.0 but since I upgraded to BBDM 7.1, it didn't detected anymore, so I had removed BBDM 7.1 and reinstall BBDM 7.0.
    The result is: BBSAK still didn't detect my 9860.
    Helps will be greatly appreciated. Thanks in advance for your time & effort.
    Regards,
    Arthur.
    • Click Likes to appreciate those who helps you
    • If your issue solved, mark the best post in your thread as Solution

    When I do that it only makes a short portion (the top video) color somehow it shortens the clip to 2 seconds, I tried to edit for the full 47 second clip (just a sample to play with) but it keeps going back to 2 seconds for the top video. 
    Any other ideas?  I do have Final Cut Pro as well as Adobe After Effects as well, but I just figured iMovie would be easiest way to do this simple effect...

  • Error: SRT: Invalid settings in Web Service Registry detected

    Hello All,
    I am trying to call a webservice from ABAP in SAP ECC 5  but it is throwing an exception when trying to execute a test run.
    <CX_AI_SYSTEM_FAULT>
    <CODECONTEXT>Local</CODECONTEXT>
    <CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE>
    <ERRORTEXT>Error when instantiating WebService runtime (Error when initializing SOAP client application )</ERRORTEXT>
    <LANGUAGE />
    When I debugged the program i got this error message
    SRT: Invalid settings in Web Service Registry detected
    message Class : ESRT_LPREG
    Meesage No. :043
    Any pointer to this error message..What am I missing here..I guess there seems to be setting missing in one of the config tcode..
    ~kris

    Hello Krishnaraj,
                            The equivalent T-Codes for SOAMANAGER in ECC are
    wsconfig
    wsadmin
    wspublish
    Please also make sure from se80 that your web service is activated.
    In wsconfig check out whether a service exists for the service definition or not.

  • Can't change Jmf registry

    Hi
    Every time I use the camera, I get asked to choose a video device, and I choose 'integrated camera'. It will ask next time again.
    So I've opened the Jmf registry editor, and asked it to detect devices - It finds My webcam: "Name = vfw:Microsoft WDM Image Capture (Win32):0"
    but when I commit, nothing happens. It does not remember the device.
    (windows 7 32, if it matters).
    This problem might be the reason my program can't find any devices, using "CaptureDeviceManager.getDeviceList(some format or null);"
    Thanks,
    Danger

    This problem might be the reason my program can't find any devices, using "CaptureDeviceManager.getDeviceList(some format or null);"If your program can't find any devices, but there are devices stored in the registry, the problem is that your program isn't finding the registry... which suggests you've not installed JMF correctly, you're not including JMF.jar in your project correctly, or you have some problem with your environmental variables...

  • How to embed JMF registry in web browser?

    is it possible to run JMF registry functionality to detect the webcam through the web browser/applet so that anybody in a network use a webcam to capture the image

    kapil_scwcd wrote:
    is it possible to run JMF registry functionality to detect the webcam through the web browser/applet so that anybody in a network use a webcam to capture the imageIf you want something JMF based available across a network, you are better off going with [Java Web Start|http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp] for deploying it.

  • Im having problems with my iPod Touch 2nd gen. It's disabled and tells me to connect to iTunes. But when I do that, iTunes wont detect the iPod.I have put the iPod in USB- mode, and by that I mean I have tried connecting with holding the home button Help?

    It's disabled and tells me to connect to iTunes. But when I do that, iTunes wont detect the iPod.I have put the iPod in USB- mode, and by that I mean I have tried connecting with holding the home button when connecting the USB. Help?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • I have an external camera, IceCam2, connected to my MacBook Air, but I cant switch to the camera when I try to use videocam on a websayt. How do I switch from internal to externl camera? In use is Adobe Flash Player, but I cant open that program, is the s

    I have an external camera, IceCam2, connected to my MacBook Air, but I cant switch to the camera when I try to use videocam on a websayt. How do I switch from internal to externl camera? In use is Adobe Flash Player, but I cant open that program, is the s

    I think the McAfee suite will do the trick when I pay them a one-time fee of $69 or $179 for a year for unlimited support.
    Your call of course but IMO a waste of money. Please read this first:
    There are many forms of ‘Malware’ that can affect a computer system, of which ‘a virus’ is but one type, ‘trojans’ another. Using the strict definition of a computer virus, no viruses that can attack OS X have so far been detected 'in the wild', i.e. in anything other than laboratory conditions. The same is not true of other forms of malware, such as Trojans. Whilst it is a fairly safe bet that your Mac has NOT been infected by a virus, it may have another security-related problem, but more likely a technical problem unrelated to any malware threat.
    You may find this User Tip on Viruses, Trojan Detection and Removal, as well as general Internet Security and Privacy, useful:
    https://discussions.apple.com/docs/DOC-2435
    The User Tip (which you are welcome to print out and retain for future reference) seeks to offer guidance on the main security threats and how to avoid them.
    More useful information can also be found here:
    http://www.reedcorner.net/mmg/

  • Bbandtalk sip setup cant make outbound calls

    hi i have extracted the sip settings for my bbandtalk service and loaded them into my 3cx server and it has registered fine. However, I cant make outbound calls. It comes up with a message saying 'sorry you cannot make or receive calls on this line'? any ideas? i have seen something about you cant use the bbandtalk sip setup unless you are on your bt broadband line....but if this was so, then how does the bbandtalk softphone client work?

    Having similar problems ("Sorry, you cannot make or receive calls ...").  Using FreePBX and Asterisk and could use some help with the settings.  Happy to take settings that go into other configuration files, but I'm currently stuck.  Here's what I've got thus far (and it doesn't work -- tried several permutations, too):
    type=peer
    context=incoming_bbt
    username=445603449781
    authuser=445603449781
    secret=B9R0WDKP9KAQMVX
    host=62.239.169.148
    insecure=very
    fromuser=445603449781
    fromdomain=62.239.169.148
    dtmfmode=rfc2833
    Any help would be appreciated.  Have other VOIP services working and BT seems to register fine.  

  • I have just bought macbook air, cant make video calls on skype... why??

    i have just bought macbook air, cant make video calls on skype... why??

    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.
    If that doesnt pass,
    Suggest looking here, much success has been found:
    http://community.skype.com/t5/Mac/OS-X-10-8-5-broke-Video-on-MacBook-Air/td-p/18 91729/page/4

Maybe you are looking for

  • Error on KEB0 execution ? = Program error: BI service API(component BC-BW)

    Error on KEB0 execution ? Iu2019m trying to create a data source on KEB0, but when I try to create, the system give this error: u201CProgram error: BI service API (component BC-BW) terminated: MAPI Message no. R8401u201D Some one knows this message ?

  • Error while trying to run a secure web proxy client

    Hi, I was able to generate a secure proxy client using JDev10.1.3 and I'm able to open the jks file using the keytool gui client. The jks file does not appear to be corrupt or tampered with in anyway. However, when I try to run the secure proxy clien

  • Video problems! Gray and smudgy...

    Hey there, So, I've done the roundabout and installed about every video codec I can find out there for Mac OSX. I am on a MacBook Pro, and still sometimes when I watch videos through iTunes, they will go gray and/or smudgy. I will have sound, but the

  • Do nothing the buttons in the portal

    Hi Experts, I have a problem, I´m trying to configure the SRM in the portal, but, in the BSPs, the buttons copy, edit, create, create shopping cart, etc etc do nothing. I click in them, but not appear nothing, not appear error, not appear a new popup

  • New administrative features in NetWeaver 7.1

    Dear Basis gurus, Could you please let me know what are the various new administrative features available in net weaver 7.1 . as far as i see, i could see the following new features when compare with netweaver 6.4 and 7.0 1. no start profile 2. sapjv