Capturing Image from WebCam - JMF and JSP Programming Software Development by steph7 … nombreCamara.indexOf("Image")!=-1){ Camara cam = new Camara(); cam.setNombre(nombreCamara); camaras.add(nombreCamara… = camaras; } public Camara getCamara() { return camara; } public void setCamara(Camara camara) { this.camara = camara; } } This first … USB problems in Windows 98 SE Hardware and Software Microsoft Windows by Mattethington Hey, for the life of me i cannot get my computer to recognize my USB connection. Do i need a certain type of USB cord other than 2.0 to connect to my camara?:rolleyes: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by tbcar … for sound. Then the computer wouldn't read my usb camara to down load pictures. Up to this point restarting solved… How to Update a Dictionary? Programming Software Development by harakiri1976 …() print address_1 print address_2 print address_3 print phone Cliente = { 'Antonio Camara':{ 'Morada':'Rua das Taipas, 9', 'Cod_Postal':'2300-000 Porto', 'Pais… BSOD Driver power state failure, dxgmms1.sys Hardware and Software Microsoft Windows by sabertooth … i'm trying to get the BSOD again with my camara pointed at my screen. Also i can't generate the… Video Capture Software Hardware and Software Microsoft Windows by lewashby My daughter is into making youtube videos but she's been pretty disapointed in the camara/software that came with her laptop. I just purchased her an independant web cam but I need some suggestions on software for her to use for capturing and making her youtube videos. I can't remember if she's using Windows 8.1 or 10. Thanks. Re: PC MOD'S Hardware and Software Hardware by MAD_DOG lol of course, this site will be posted there by tommorw. Also no not at all. All those cases are cases I get submitted or something else. My case is in there somewhere it's too many pictures to find any who later on this month going to get a Digital Camara from a friend and take like 2000 Pictures of my stuff no joke. Re: Summer Classes Community Center Geeks' Lounge by MAD_DOG lol yeah I guess that is all right camara in class room shit I might get shoot for that lol. Over here UCLA and USC cost about $40,000 for about minimum of 4 years crazy shit man Re: Did you hear about the Naked guy running around Lufkin High School? Community Center Geeks' Lounge by Roxsy3392 …, I don't know what he was thinking, but the camara caught him red handed. First, he went into a girls… Re: so who can analize this laptop LCD ?? Hardware and Software Hardware by stevem … just sent were so hopless I have to use my camara then download to another computer Steve M Re: CERELON 3GHz processor Hardware and Software Hardware by nalakakumara …, All USB ports are OK ,It recoginize pen drives, digital camara and printers, scanner as well, but only EPSION PRINTER MATE… Re: Firework Pictures Community Center Geeks' Lounge by Ancient Dragon And I suspect a camara is also a good thing to have :) I suspect you have a pretty good one too, not one of those throw-aways we can buy from Kodak. Re: error LNK2005...already defined Programming Software Development by nucleon I believe you can put this in main.h: [code] extern CAMARA camera; extern OBJECT *obj; // should probably be a longer name for a global [/code] and then in main.c you just put [code] CAMERA camera; OBJECT *obj; [/code] Re: Capturing Image from WebCam - JMF and JSP Programming Software Development by jwenting you can't. JSP runs on the server, you'd end up using the webcam (if there is one, there shouldn't be) on the server. Which is of course not what you want... You're going to have to use some sort of client side technology instead. Flash, Java applets, html5, Silverlight, etc.. Re: Capturing Image from WebCam - JMF and JSP Programming Software Development by JamesCherrill Nice try at some free publicity for your product! I'm sure there's a reason why you didn't mention that it costs between 8 and 12 THOUSAND dollars. Caveat emptor. Re: USB problems in Windows 98 SE Hardware and Software Microsoft Windows by The Dude Try pulling it out and putting it back in the USB port,it might kick in then (I have this problem sometimes myself with my router) Good luck........Welcome to Daniweb :) Re: USB problems in Windows 98 SE Hardware and Software Microsoft Windows by Mattethington Thank you much Dude, so any USB cord that fits that device should work right? or do i need a USB cord specifically for that device? because the one I am using is one that belonged to my sidekick. lol Re: USB problems in Windows 98 SE Hardware and Software Microsoft Windows by The Dude Well if it fits in the port it should work.. (Your sidekick works right??) Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by BinaryMayhem wait what? so every time you boot your comptuer it shuts off and then tries to restart? what it sounds like to me is you have a driver problem. I would remove your sound drivers from device manager. right click on my computer > properties > manager > device manager. is there anything in there that has a little yellow question mark … Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by tbcar Ok I turn on the computer and it brings up the "We apologize but windows..." Gives me the 4 options but no matter which one I pick it just loops back to that screen. If I pick safe mode it loops back to the 4 options. The computer never actually cuts off but acts as if it is restarting... (1. Safe Mode 2. w/ networking 3. w/ … Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by caperjack dose it give you "last known good configuration" in the list . Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by tbcar Odd. Now the computer will not turn on at all. It doesn't even light up the Power light now... I am betting on either a power supply or the mobo. Any guesses? I have a year old Antec Smartpower SP 400 -400watt. Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by caperjack if it were MoBo the power supply would still turn on and power up the fans and stuff . Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by BinaryMayhem its prolly the power supply. Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by DanielSmith i have a good idea, install the OS second time to another disk partition Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by xcellpro6 Hi you could try a cold start. remove the power cord from the power supply and leave it for 5 seconds and plug it back in. Restart. You said you have SLI and are not using it. ?? Is your screen plugged into this card or is it plugged into the motherboard ? On the we are sorry screen try choosing enable VGA mode and make sure you have the … Re: Computer wont load windows. Help Please. Hardware and Software Microsoft Windows by tbcar All, I tried the cold start and it still will not boot up. I guess the power supply is dead. BUT... Would the power supply dieing (slowly) cause the computer to not be able to boot up and go into the loop like it was prior to the power supply going down? Caperjack, It did give me the option and I tried that first. Still goes back to… Re: How to Update a Dictionary? Programming Software Development by vegaseat Look into Python module shelve. It works like a dictionary for your data and saves all updates automatically as long as it is open. Re: How to Update a Dictionary? Programming Software Development by harakiri1976 Thank You! I'll check it out! Re: How to Update a Dictionary? Programming Software Development by woooee Did the shelve module work or do you still want to debug the dictionary class?