682 Topics
![]() | |
Good morning! I have these VideoChatRTP class I got [here](http://www.java2s.com/Open-Source/Java/6.0-JDK-Modules/java-3d/com/db/media/rtp/VideoChatRTP.java.htm) (I just added the main and made player static) and an EncodingUtilClass class from [here](http://www.java2s.com/Open-Source/Java/6.0-JDK-Modules/java-3d/com/db/media/rtp/EncodingUtil.java.htm). VideoChatRTP.java import javax.media.rtp.*; import javax.media.*; import javax.media.protocol.*; import java.awt.Image; import java.io.*; import java.net.*; import com.sun.media.ui.*; /** * A RTP over UDP player which will receive … | |
sir , please help me on computing celibration of LCD or Projector by using webcam i want set markers of four corners through webcam for projector its a rectangle betwean the markers. | |
Hi All, I want to develop an application in which I want to record a video in **silverlight** and send it to the server. I have the following questions in my mind. 1. In which format the video will be record in silverlight using Webcam ? (Raw format OR WMV … | |
Hi there, I'm trying to send an image (a frame from my webcam) over a socket using AS2 for a racing game I'm making. Any ideas how to do it? Thank you. | |
![]() | I am using Debian Linux and Python 2.7 with PIL. I want to capture an image from a webcam and store it in a file. What are the ways in which this can be done? Also,I want to covert the captured image for modification using Scipy. What is the procedure.for … |
Hey guys, I'm using OpenCV to get an image from my webcam and then run it through code. It's supposed to be live feed, and I got this code from an online tutorial (somewhat revised): #include <stdio.h> #include <stdlib.h> #include <opencv/cvaux.h> #include <opencv/highgui.h> //opencv libraries #include <opencv/cxcore.h> CvCapture* camCapture; //opencv … | |
I want to know if i could download a driver to increase a laptop camera to 13 megapixels | |
i am trying to access my video devices for live streaming using the code public class WebCam { private static Player player=null; //private static Processor processor=null; public static void main(String[] args){ try { MediaLocator mediaLocator=new MediaLocator("vfw://0"); player=Manager.createRealizedPlayer(mediaLocator); player.start(); Component video=player.getVisualComponent(); if(video!=null){ JFrame mediaTest = new JFrame("My WebCam"); mediaTest.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); mediaTest.add(video); mediaTest.setSize(300, … | |
Hi I've an Acer Aspire 5739g laptop. I've opened my screen(my laptop's own monitor) to check my wireless cables because my wireless does not work and I thought may the cables be damaged in the screen but they were not. So I closed the screen again. Only thing I did … | |
My wife's new laptop with Vista basic comes with an integral webcam and Cyberlink Youcam software but when she has tried to use it with Skype, a black screen with the software name on it pops up and almost covers the video screen blocking out the picture of the person … | |
![]() | I need to remove Vundo and potentially other issues from my son's computer. BTW **Do not allow your kids to play Pickle **as that seems to be where he got it. *sigh* I've followed all of the instructions from the "Read me before posting" instructions. Your help is much appreciated! … |
Hello Is there some kind of multiplatform library for Delphi (with its SDK) to access webcams while programming? The goal is to take still images but Ive only found ones that are compatible with Windows. | |
Hi everyone. Last week my laptop sata dvd burner decided it had had enough so I got a replacement for the princely sum of £14. I have decided to rip the old one apart and make a sata dvd to sata hard drive adapter out of it as a project … | |
Hi to all, I'm making one application for video control in firm...what's the best way to make application which have to access to webcam? There should be option for watching videos from more cams in real time...I read something on google and I found that Swing framework has some options … | |
Hi friend , I am currently designing a project in which there is a picturebox and a upload button. If the user clicks on upload the file is open and the user select the desired picture from the file and display in the picturebox which is then saved to the … | |
how to insert image in picutrebox using webcam in vb.net | |
Hello experts, I have this code which works so perfect while detecting square objects from images which are downloaded from internet. However, when I am taking the image of a square object from my webcam and processing, its not turning out to be as expected. I am suspecting, the reason … | |
Hello, windows 7 was a nice one,I have tried it,it worked well.I still had a problem with installing a usb webcam to work with,I haven't tried windows 8 yet,I can't find a site to download,thanks | |
 hey friends... i am using Vaio E series VPCEH26EN laptop. My Webcam suddenly stopped Working. I am using ArcSoft Companion. The following image shows the error. please help me out. | |
My website is using asp.net with c#. Recently i am adding a new function by adding a flash webcam photo capture. In local it can function well, it can capture photo, save into database, and display the photo. However, after deploy it cannot funtion well on my server. The webcam … | |
is there any way that php can show a person's webcam, and their voice and also let them record it? and store it all in a database? ![]() | |
help!!!!! my dell integrated cam don't start up | |
I've been having problems with my computer. First images, or the arrow to get to them, weren't clickable in websites such as babycenter.com [Babycenter.com/slideshow-baby-size?slideNumber=36](http://www.babycenter.com/slideshow-baby-size?slideNumber=36) . Then the other images on websites such as walmart.com became unclickable [walmart.com/ip/Samsung-32-Class-LED-720p-60Hz-HDTV-3.7-ultra-slim-UN32EH4003/21081426](http://www.walmart.com/ip/Samsung-32-Class-LED-720p-60Hz-HDTV-3.7-ultra-slim-UN32EH4003/21081426) . Now websites either aren't coming up at all and either showing Internet … | |
My laptop is infected and I have tried everything I know to clean it. I now need your help to interpret the attached Hyjackthis report. My normal anti-virus/Firewall is ESET NOD32. I have run the following, in Safe mode: * NOD32 Virus checker * Adaware * Spybot S&D * Karpersky … | |
how can I decode this camera filter for webcam mx? http://pastebin.com/BEiBFSJV | |
Hey folks I'm using a listview to show an array of images that get taken from a webcam. I want them ordered on the bottom of the screen and be selectable for saving, so I'm using a listbox. Everything works okay, but when I add items to the listbox and … | |
Hello again! :) How can i put a Captured Image by a Webcam in picture Box? I'm Using VB.Net 2008 I dont know what to do. Thanks in advance! | |
hello, i am developing application to capture image from webcam using .net and directshow. i want to capture image on push event of button available on webcam.i cant be able to do it using directshow. After some R&D i came to know that it can be done with Microsoft Still … | |
hey, i need suggestions of programs to ease the access to usb devices like webcam in a c++ program im writing. this post is made because i already tried a few suggestions like videoocx and videocapX but unfortunately they arent compatible with windows 7 64 bit , or just cant … | |
I have a bit of a challenge here, I want to be able to use my webcam or any camera installed in my machine to take photos straight to my picture box and from there it will go straight to my database. Your help will be highly appreciated. | |
Hey guys, Im making a program that will be used by graffiti collectors. There will need to be an import picture button l which will import a picture from your selected drive, and there will also be a take picture button, which i am having trouble with. Any help would … | |
Hey guys, Im making a program that will be used by graffiti collectors. There will need to be an import picture button l which will import a picture from your selected drive, and there will also be a take picture button, which i am having trouble with. Any help would … | |
why my acer crystal eye webcam was unable to start after I upgrade windows vista home basic to windows 7 ultimate? | |
Hey! So i'd like to learn the JMF api. And to start i wanted to build an application that can capture frames/video from a webcam. Now, i started by trying to list all the devices: Vector info = CaptureDeviceManager.getDeviceList(null); if (info == null || info.size()==0) System.out.println("No Capture devices known to … | |
I have 2 PictureBox One is for my Webcam Viewer and one is a Pic_hairSytle. i have a problem nid to transfarent the BG of picturebox of my Pic_HairSytle only show the Hair but if i setup the propertier window colorBG to transfarent it turn the BG like in the … | |
I've been plagued by multiple viruses for a few weeks reinstalling themselves, slow internet speed, and intermittant audio ads played through Windows Explorer while I am connected to the internet. Malwarebytes Anti-Malware 1.62.0.1300 www.malwarebytes.org Database version: v2012.08.05.07 Windows 7 Service Pack 1 x64 NTFS Internet Explorer 9.0.8112.16421 no :: NO-PC … | |
Good day guys! I am recently developing an attendance monitoring system using a webcam. I have successfully downloaded some sample programs how to make a webcam application in vb.net primarily using avicap. I tried to apply it on my program. The code seems fine but everytime i run the code, … | |
Good morning, I'm having some trouble getting this to work, but i am using 1 color filter to detect a color in my webcam video, but to achieve what i want, is it possible to use 2 color filters? Thank you in advance. | |
please tell me how i can capture images using my webcam in c#?? | |
Good morning, So i was finally able to solve all the errors in my game, but now i can't seem to get a Motion Detector to work using Aforge, so far i've got: private void device_NewFrame(object sender, AForge.Video.NewFrameEventArgs eventArgs) { tmpImage = eventArgs.Frame.Clone(Rec, PixelFormat.Format24bppRgb); Bitmap image = (Bitmap)tmpImage.Clone(); //BitmapData bitmapData … | |
Good morning, I'm coding a game which ovject is to capture the feed of a webcam, then apply some filters to detect movement, so far i've managed to get the webcam to work but when i apply the filters it says "Bitmap locked" i've managed to solve that error, right … | |
I've written a C# program to capture images from a webcam (connected to the laptop via a USB port). I also have some special hardware (Arduino Uno, relay, flash unit) that lets my program trigger a photographic flash unit. My problem is in trying to synchronize the flash so that … | |
Its really good to see that someone has converted JpegCam( project to integrate webcam in a web page [Click Here](http://code.google.com/p/jpegcam/)) php code into java[Click Here](http://ashwinrayaprolu.wordpress.com/2011/05/26/capture-picture-on-webpage-with-java-backend/).. I am also building an application in which i have to use web cam on CLIENT SIDE and store the images in DATABASE on SERVER … | |
In my computer engineering class a friend and I have built a wireless robot which can turn and move forward. It is really basic. To make it a little more complex we have decided to put a webcam on the front of it, so that we can control it via … | |
 When it comes to business machines no one makes them like HP. Combining form and function in the most elegant ways possible the HP EliteBook 8460p is no exception. Under the beautiful brushed aluminum case is a rigid magnesium-aluminum chassis. Designed to withstand impacts and pressure seen in … | |
hello everyone, i am not sure if this is the right place to post this, and if not, please tell me where i should post this. one of my kids just wanted to show me a video on their laptop, about half way through the video, the sound started beeping … | |
I nid your help please for my Case Study thx a lot dude... :0 | |
Anyone have idea about how can we use webcam to take pictures in java. Is there any specific port or something to enable webcam? Wondering how to do this. I don't want to use API like JMF or something.I just want to know how can we establish connection and get … | |
I need help with a program i am writing. It takes in a line from the user and then decides wat to do. there are to many options to spesify. some of the options are: set TARGET 453.212.556.22 This command will differ becuase the host will never be the same. … | |
I am developing code to record a video from a webcam....I found some code online, and I was able to understand most of it, but everytime I run it, I get a CannotRealizeException when the following code tries to execute, processor = Manager.createRealizedProcessor(processorModel); does anyone know why this happens ? |
The End.