9/4/2012 2:20:20 AM
Title:
Adobe Flex/AIR Photo Booth Software
Hi,
I hope everyone is doing well.
Is it possible to build a Photo Booth software like
http://www.photoboof.com/
http://sparkbooth.com/features/
etc. using Adobe Flex/AIR ?
I know that we can build desktop applications using Flex/AIR. But I have a very little experience in building desktop applications. Most of the times I had worked on web applications. The Photo Booth software demands to detect digital camera connected to computer/Laptop and then work on the basis of what camera captures. It is like creating a web application that works with media server and
use computer/laptop webcam. Please guide me how can I start or plan for this software.
Regards
Varun
9/5/2012 12:01:46 PM
check this link , it shows how to capture image from webcam using flash and actionscript
http://www.riacodes.com/flash/capture-images-from-the-webcam/
9/6/2012 1:01:23 AM
Lester, I hope you are doing good.
Thanks for responding, but I know this and done it many time. I guess I did not explained in detail. I want to detect any Digital camera connected through USB cable to the computer/laptop and then capture images/videos from computer/laptop that digital camera is capturing.
I hope you have checked the urls that I shared above. There is detailed information for the software.
Regards
Varun
9/6/2012 2:24:20 AM
Hi Varun, Flash has to depend on AIR framework or flash player for camera detection. The digital camera that have a functionality to present itself as web cam can only work with flash. The shared links have developed there software which work for specific digital cameras not all. Probably they have created drivers for those digital cams to present them as webcam. Drivers for digital cams cannot be created using actionscript.
9/6/2012 2:43:11 AM
It means it will require specific drivers as per the digital camera attached. Is there any thing that can solve this. I have not worked on desktop applications much.
9/7/2012 12:46:45 AM
You may require to create such application in language like C++ or JAVA which can interact with hardware. You will require an expert for writing such software. If somehow you are able to detect the digital camera and show it as webcam then flash player can read that and you can create the capturing application in the flash.
9/7/2012 1:28:35 AM
Bib thanks for the reply. I will try to detect camera and then show it as webcam, rest is very easy to do, if video starts displaying in video component.