webcam

Detect if camera is capturing in Flash

喜欢而已 提交于 2019-12-24 09:33:43
问题 I'm having trouble with Camera.getCamera() in Flash AS3. If there are multiple camera drivers, it does not necessarily pick the correct one. If the default is the correct, the program works fine; however, if another driver is selected as the default then LED on the webcam does not come on and no video is captured. I can cycle through the available cams and select an arbitrary one. I don't, however, know how to determine if the selected camera is correct. It is not returning null. I considered

How to stream live-video display from a webcam using FFMPEG command on tcl version 8.0 and windows 7?

梦想与她 提交于 2019-12-24 08:50:11
问题 I am working on project were i need to have the live video streaming. I am able to save the video using the command: proc a {} { exec ffmpeg -f dshow -rtbufsize 64M -i "video=Integrated Webcam" -s 1280x720 -f sdl2 - } a this is the current error: ffmpeg started on 2017-11-17 at 15:24:45 Report written to "ffmpeg-20171117-152445.log" Command line: ffmpeg -f dshow -report -rtbufsize 64M -i "video=Integrated Webcam" -s 1280x720 -f sdl2 - ffmpeg version N-87353-g183fd30 Copyright (c) 2000-2017

How to embed a web conference room into web application?

你离开我真会死。 提交于 2019-12-24 02:52:47
问题 I would like someone's advice to find a solution for this situation. Basically what I need is to have a permanent web conference room in my web application to handle remote interviews. This means that any user of the web application can get access to the room and have an interview with another user of the same web application, I need only 2 connection at the same time. I did a little research about this topic and I have found several different solutions but none of them, at least at first

How to embed a web conference room into web application?

前提是你 提交于 2019-12-24 02:52:28
问题 I would like someone's advice to find a solution for this situation. Basically what I need is to have a permanent web conference room in my web application to handle remote interviews. This means that any user of the web application can get access to the room and have an interview with another user of the same web application, I need only 2 connection at the same time. I did a little research about this topic and I have found several different solutions but none of them, at least at first

DirectShow - Microsoft LifeCam Studio - RBG24 format lost

折月煮酒 提交于 2019-12-24 02:42:51
问题 I'm using DirectShowNet in C#. I've been developing an application to work with webcams to display video, change resolution, and take pictures (either Still pin or from the Capture stream). I've been testing it on 2 different machines (Win 7 64-bit & Win 8 64-bit) and with the internal webcams on those machines (they are laptops) and 2 other webcams, Logitech C920 and Microsoft LifeCam Studio. One day, the LifeCam Studio stopped working on my Win 8 machine. Using GraphEditPlus, checking the

Delphi 2007 and Logitech Webcam Driver

♀尐吖头ヾ 提交于 2019-12-24 01:25:37
问题 A while ago I had this issue with Delphi 2007 unable to run and debug apps while the logitech webcam driver runs. Apparently the Logitech Driver inserts a stub into every process running, thereby messing up the debugger's offset. It's been a year and a bit - is this still an issue? Has Logitech cleaned up their act or do I have to dump my webcam for another brand? 回答1: According to Olaf Monien the problem still happening even in Delphi 2009 Apparently even with the latest Logitech drivers (11

Access webcam over internet using Python

╄→гoц情女王★ 提交于 2019-12-23 20:11:21
问题 I have written a program using Python and OpenCV where I perform operations on a video stream in run time. It works fine. Now if I want to publish it on a website where someone can see this using their browser and webcam, how do I proceed? 回答1: not really sure what you want to happen but if your going to implement this kind of feature in a website I think you should use a flash application instead of python (or if possible html 5). though your using python on the development of you web app it

Can't save an image captured from webcam (imwrite compile error with OpenCV 2.3)

别说谁变了你拦得住时间么 提交于 2019-12-23 17:33:19
问题 I'm making simple webcam program using OpenCV 2.3 and got stuck by the compile error. Any idea will be appreciated. Upon compile, I get the following error at imwrite (in read function in the code below). This sample that uses imwrite to save an image works on my environment, which indicates imwrite in OpenCV 2.3 should work on my env. error: error: invalid initialization of reference of type ‘const cv::_InputArray&’ from expression of type ‘cv::Mat*’ /usr/local/include/opencv2/highgui

Why does Windows only allow one application to access the webcam? [closed]

本小妞迷上赌 提交于 2019-12-23 09:32:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I've been trying to make a sample webcam app in c#, and I discovered the app cannot run at the same time Skype or Oovoo or any other application is running? (and vice versa) Why do applications get exclusive locks over a webc 回答1: Video capture APIs come from time when adding layers to share video hardware was

Web cam type video camera to iPad2 streaming over wired communication

拟墨画扇 提交于 2019-12-23 08:59:09
问题 I want to develop an App that requires wired communication between Web cam type video camera and iPad2. Basically I will directly connect Web cam and iPad2 using cable and when I start web cam, whatever images(picture/video) captured by web cam should be displayed on iPad2. Based on my research on this I found that iPad2 cable is only made for iPod Program so the connector is not a traditional USB port I can't do direct communication between web cam and iPad2. Am I missing anything? We are