I\'ve submitted the question today, which was correctly resolved, but I have another issue. I want the webcam to be 640x480 and it\'s working, and I want to save it at 640x480 but it\'s currently sav
I want embed a webcam stream (From geovision video server) into a website. Unfortunately only the rtsp stream gives direct access to the video data.
I need a SilverLight application that can capture the webcam video and audio and save it on the server as video which can later be viewed by some video player. I have found some good examples of recor
I have a Microsoft Lifecam Cinema webcam. I\'m using directshow to get a feed and take pictures from the camera, however I want to use the button on top of the camera as a capture button.
I do an audio podcast and all of the hosts are attached to a computer anyway, so I was wondering if there was a way to have all of o开发者_高级运维ur webcams on, and broadcast one image live as we do
I want to know how i can capture image from webcam when开发者_StackOverflow a user success or unsuccessfully make login attempt in windows. Is any API for .net available for this purpose or any way to
I don\'t have my own Flash Media Server. I can however use the Highwinds CDN. They run FMS on their CDN. When you schedule a live event, Highwinds gives you two urls: the "server" and "
I am not a flash developer so I don\'t have the toolkits to download example scripts to build a SWF that would let me access the users webcam and mic.
I\'ve installed OpenCV 2.2 and now I can\'t get webcam capture to work. It worked ok in 2.1. OpenCV detects a webcam, doesn\'t report any errors or warnings, but each frame is a gray image. I even tri
I have this simple code to access the webcam: var camera = Camera.getCamera(); camera.setLoopback(true);