login
Forgot?

Don't have an account? Register one now!

Login

Take My Picture v1.0 / WebCam

Description

Take My Picture is a tool to take you picture by flash. It allows you to capture still images from your webcam and save it to your server.



Questions and Comments

modesterppp

November 23, 2011 modesterppp

Hello my dear
I am Modester by name good day. i just went to your profile this time true this site (www.freelancer.com) and i got your detail and your explanation in fact the way you explain your self shows me that you are innocent and maturity and also understand person i decided   to have a contact  with you so that we can explain to our self each other because God great everyone to make a friend  with each other  and from that we know that we are from thism planet God great for us ok my dear please try and reach me through my email address (modester4life4@yahoo.com) so that i can send you my picture true your reply we can know each other ok   have a nice day and God bless you yours Modester
kafeelkhan

February 13, 2011 kafeelkhan

i wanna use it on ?please provide me the?
fastgeek

July 20, 2010 fastgeek

do i need to install anything else on the server, e.g red5 ?
adminZ

April 26, 2010 adminZ

It's Ok. I've found everything.

 

adminZ

April 25, 2010 adminZ

Hi again,

How to send a php var to flash to set dynamic var instead of myPicture.jpg

Ex:

index.php

$id = 4;

on the AS3:

function completed(e:Event):void
  {
   var l = new Loader();
   addChild(l);
   l.load(new URLRequest("m_"+id+".jpg")); 
   video.x = 30;
   mpFrame.x = 20
   l.x = 320;
   l.y = 65;
  }

when I take a new picture : I want to m_4.jpg as my new picture.
and this new picture shoud be shown as the last picture.

idem on the php page : takemypicture.php

I want something like that:

<?php

$filename = "m_4.jpg"; <=== the last name send by AS3

 


$somecontent = base64_decode($_REQUEST['png']);

    if ($handle = fopen($filename, 'w+'))
    if (!fwrite($handle, $somecontent) ===FALSE)  
     fclose($handle);
     
    echo "imageurl=".$filename;
?>

 

Thank you for who can help me.

 

adminZ

April 23, 2010 adminZ

I've found the soution. Thx a lot for answering :)

The new version will be it free for those who paid this app. I've bought it yesterday.

thx

deviantdesign

April 23, 2010 deviantdesign

You can find the answer above.

The new version is also coming. You will be able to do alot of things.

Please include your feature suggestions to new version

adminZ

April 23, 2010 adminZ

Hi, excellent app !

But how to save correctly JPG files ? and Increase image quality ?

Is there a tutorial to show where changing exactly the parameters ?

 

Thank a lot !

adminZ

March 5, 2010 adminZ

Hi all can it be used with a Ruby on Rails Application?
adminZ

January 20, 2010 adminZ

To Deviandesign, I finally bought your script. To get HiDef Picture, should I change webcam parameter in the control panel or direct in the source code ? Thanks.
deviantdesign

December 16, 2009 deviantdesign

To farbman: Yes you can use it 4 for different sources. When the application starts to run in browser flash player promts you to enable webcam. Once you allow your webcam to be used, right click on flash and click settngs. Under the settings you will see a webcam icon click on it. The you will be able to select webcam from dropdown.
deviantdesign

December 16, 2009 deviantdesign

To devgaul: This application is independent from Webcam Type. But you need to modify the webcam paramters to get HiDef picture. Yes you can use it with HiDef webcam
adminZ

December 16, 2009 adminZ

Let's say I have four input webcam sources. Is this designed so that I could edit the PHP so that with one button click I could capture images from the four sources to the database as well as any other textual data I might want to include on a form all at once? Also, is this limited to webcams or any video input source? Thanks
adminZ

December 15, 2009 adminZ

Question to DeviantDesign We plan to use High Definition Webcam such as Logitech Pro 9000 to get high resolution still pictures. If this script conforms with this requirement then we are glad to use it. Thanks.
deviantdesign

November 18, 2009 deviantdesign

To nadavy: Since ASP.Net does not hove base64_decode function, You need to use following function instead of base64_decode http://www.motobit.com/tips/detpg_Base64/ It is easy to conver it from PHP to ASP.NET
adminZ

November 17, 2009 adminZ

Does is work with ASP .Net as well? Is that simple to convert the PHP code into ASP .Net equivalent?
adminZ

November 2, 2009 adminZ

Can the pictures be saved a jpegs now? Or can you change it so they save as jpegs automatically with a predefined name as in the specified file get overwritten every time.
adminZ

October 26, 2009 adminZ

Thank for all suggestions... Now it is working perfectly with XAMMP and in the server, saving in JPG. A great software, exactly what I was looking for.
deviantdesign

October 19, 2009 deviantdesign

To cccgpr: There is a static file name in the flash file. l.load(new URLRequest("myPicture.png")); Please change it to a dynamic variable.
adminZ

October 19, 2009 adminZ

I am testing everything using XAMPP and it seem to works , but it is unable to show the taken image (that is correctly saved in the folder...) The same files are working correctly in the remote server... Any suggestion?
deviantdesign

October 19, 2009 deviantdesign

To cccgpr: yes you can do it in php side of application
adminZ

October 19, 2009 adminZ

Hi, I am interested to buy the software. Is it possible to choose the picture's name and save it in a database. Thanks in advance.
adminZ

October 6, 2009 adminZ

To deviantdesign: I purchased the software could use whatever help you can offer. Thanks
deviantdesign

October 6, 2009 deviantdesign

To cpstine: Destination file configurable in flash file. It is AS3. I can help you on that if you purchase the software
adminZ

October 6, 2009 adminZ

Is the destination file configurable and if so what language, I am proficient in php , but know nothing about flash or Flash CS3 (9+) is that required? Thanks
adminZ

July 29, 2009 adminZ

I would like it to show up the new taken photo each time the camera icon clicked, instead of shown the same first taken photo all the time
deviantdesign

July 28, 2009 deviantdesign

To arjuna87: Can you give me a direct link to your web site so I can test it in IE? Regards,
adminZ

July 28, 2009 adminZ

Great script..just what I was looking for.. Works great in Firefox but not in IE (surprise, surprise). The first picture shows fine, but any further pictures do not show. The futher pictures do save however. Any way to fix this?
adminZ

July 17, 2009 adminZ

sorry, do you mind if I ask, whenever you click the button it will produce an image, but when you click it for the second time will it replace the old image? thanks!
adminZ

July 17, 2009 adminZ

Hi! I would like to ask are there any possibility to change the times of taking the picture instead of 1 into many times? then it will store the picture to the server, ie: click once and it will automatically take a shot of 3 then send it all the same time to the server. OR! maybe click thrice after that it will send to the server.
deviantdesign

July 14, 2009 deviantdesign

To recme: I sent you a personal email. Just check it and let me know
adminZ

July 14, 2009 adminZ

Hi - I purchased this earlier today, looks great, are you available via email as I have a couple of questions. Thanks
humbucker

July 10, 2009 humbucker

Well I dont know, would you be ok to look up at my code, how can I send it to you? No prob if you ask me a little fee for the fix. Thanks
deviantdesign

July 9, 2009 deviantdesign

To humbucker: It is coded in AS3. The white image can be just because you are saving wrong movieclip
humbucker

July 9, 2009 humbucker

Thanks, I've already done that in a separate class (the document class) and it saves me a white image on the server. Any idea why ? Also is it coded in AS3 ?
deviantdesign

July 9, 2009 deviantdesign

To humbucker: It is in FLA. However you can easily put it in your class file. It is a 10 line script
humbucker

July 9, 2009 humbucker

Hello Can you please tell me if the code is located on a separate classe file or is included in the FLA. I need a working script with separate class. Thank you for your answer.
deviantdesign

July 8, 2009 deviantdesign

To ershark: Inside flash cam.setMode(320, 240, 24, true);
adminZ

July 8, 2009 adminZ

How do I setup the resolution or the camera??
deviantdesign

June 23, 2009 deviantdesign

To bananajoe: thanks joe
adminZ

June 23, 2009 adminZ

If it doesn't work, then you need to edit the settings of the Flash application (grant right to access your webcam and select the proper video source). Right click on the Flash app and choose Settings. Choose the Privacy tab, where you may need to Allow the Flash app to access your webcam. If this doesn't solve the problem then reload the page. If it still doesn't work, then click on the webcam tab and choose a different source. Possibly there will be a USB device, (on MacBook it is "USB Video Class Video", try that first). Try them, one of those should work. I can confirm that it works on MacBook.
adminZ

June 23, 2009 adminZ

Right clicking on the Flash app, then going into the settings and changing the video source to a different one (like a USB one, even on MacBooks) might solve the problem.
adminZ

June 22, 2009 adminZ

I just tested it on two different MacBooks, and unfortunatelly it doesn't seem work. :-( Max OSX 10.4 / 10.5, Safari 4.0
deviantdesign

June 21, 2009 deviantdesign

To williamboscardini: You have to configure it in php. Before that you can randomly take pictures via flash. I will consider adding this in second version. Thank you for your feedback
adminZ

June 21, 2009 adminZ

Hello there! Congratulations for the great tool! I wanna buy this for sure asap! I just need to know two things: Is it possible to take more than one pic per time? Can we set random server directory to save the screen, according to a session id, for example? Thanks a lot!!
deviantdesign

June 17, 2009 deviantdesign

To jellson1998: You have permission problem. PHP cannot write to the folder
adminZ

June 16, 2009 adminZ

I downloaded and am trying to make work, I only have flash 8 so I can't edit. Looks like it will do what I need it to do just can't figure it out.. Have the php out there and all. Check out www.arrayconsulting.com/webcam and see if you can see what I am doing wrong.
deviantdesign

June 16, 2009 deviantdesign

To bananajoe: This is a web based app. So this is crosplatform. If you want a standalone app you should embed the application into your App
adminZ

June 16, 2009 adminZ

Hi. This is pretty much the application what I am looking for, for my employer's project. Can you please give a brief info about the capabilites of the app, most importantly if it supports Mac and OSX? (and Win, Linux, etc., or it only can use Win ActiveX controls?)
adminZ

June 13, 2009 adminZ

I downloaded, however I am not a flash developer. I am using it with a java web app I am creating. What would be the embed tag to save image to a specific directory? I would look at code but only have Flash 8. <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="takemypicture.swf" width="550" height="400"> </embed> </object> displays the cam.. :-)
adminZ

June 4, 2009 adminZ

Great app. man! Now I'm testing it for something less complicated other than using a server to display images. I just want to have a new picture every time I click the camera icon, but I don't want to store any pic; just have the immediate result and keep it only to the end of my movie movie. Any help?
deviantdesign

May 6, 2009 deviantdesign

To r0mg: Thanks. This question was the most asked question. I couldn't have time to answer these. I appreciated
adminZ

May 6, 2009 adminZ

To reduce saved images size, just use JPG instead of PNG. JPGEncoder cannot be used as a static class like PNGEncoder. You can use like that: var encoding:JPGEncoder = new JPGEncoder(80); var byte_array=encoding.encode(bitmap_data); 80 is the level of compression. You can put a number from 1-100 Now, I save 12k images instead of 80k... ;)
adminZ

April 10, 2009 adminZ

I would like it to show up the new taken photo each time the camera icon clicked, instead of shown the same first taken photo all the time.
deviantdesign

April 10, 2009 deviantdesign

To Basstig: Yes it is. How would you like it?
adminZ

April 10, 2009 adminZ

Hello, is it set to show up only the first taken phto on the leftside?
flashcodeX

April 6, 2009 flashcodeX

nice
adminZ

March 20, 2009 adminZ

Hey, I just wanted to drop you a line to say what a fantastic app this is... WELL worth the $15. I'm excited to start using it - so far testing the app has been a breeze, and it's incredibly customizable. Thanks, thanks, THANKS!
adminZ

March 4, 2009 adminZ

also your original file the, fla file i downloaded after paying has the same error on the same line, so i maybe you dont even need the file, cuz you have it:-)I change this: byte_array=PNGEncoder.encode(bitmap_data); to: byte_array=JPGEncoder.encode(bitmap_data); and then it says undefined methode static class
adminZ

March 4, 2009 adminZ

sure , how to send it to you ?
deviantdesign

March 4, 2009 deviantdesign

To marcel: I need to take a look at the file that you have. Can you send me your file?
adminZ

March 4, 2009 adminZ

We bought your software one week ago. It works with PNG, but if we try to change to JPG it gives an error on line 49 compiling: its the part where it says now PNGEncoder.encode If we try to change that to JPGEncoder.encode etc....it gives an error. If i use the PNG encoder to make JPG files, it does work, but the JPG files are tooo big 60 kb for such a small picture. Help
deviantdesign

January 9, 2009 deviantdesign

To ATLChris: Sure
adminZ

January 9, 2009 adminZ

would you be willing to give me your direct email address after purchase for further assistance?
deviantdesign

January 9, 2009 deviantdesign

To ATLChris: Chris you will download all the .fla and actionscript. The PHP code will also be provided. Let me know if you have more questions.
adminZ

January 9, 2009 adminZ

How customizable is the flash file? Can I change the design of if 100%?
deviantdesign

November 9, 2008 deviantdesign

To drhu00: Faster, flexible and reliable
deviantdesign

November 8, 2008 deviantdesign

it is php so you can save it on Apache2 server. PHP file is included
adminZ

November 8, 2008 adminZ

Can I use it on Apache2 server? Would you please provide the doc before I buy?

Make a Comment

Bold Italic Ordered list Bulleted list Hyperlink Background color

Please register & login before you post!

Recently Viewed

Splash / Paint / Colorful Logo
Splash / Paint / Col…
1000+ Social Bookmarking Sites List (PR 9,8,7,6,5)
1000+ Social Bookmar…
Simple and Modern PSD Business Template
Simple and Modern PS…

Collections which include this item

Online Shopping