Giter VIP home page Giter VIP logo

jpegcam's People

jpegcam's Issues

webcam.freeze() Shows SERVER_WIDTH and SERVER_HEIGHT

When using webcam.freeze() it shows the image at the size set for server_width 
and server_height rather than the size the cam is displayed on screen.

I am using: document.write(webcam.get_html(320, 240, 720, 540));

webcam.freeze() shows the image(720, 540) in a (320, 240) sized box.

Original issue reported on code.google.com by [email protected] on 5 May 2011 at 11:41

I Can´t upload the snapshot to the server

Hi , i try to send the photo to the server, but i get this error:
---------------------firebug---------------
+ POST       500 Internal Server Error 

Date    Tue, 01 Mar 2011 00:13:16 GMT
Server  Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25 
PHP/5.2.9
Content-Length  870
Connection  close
Content-Type    text/html; charset=iso-8859-1

I tested the script in diferent servers and the error is the same. please 
help...

Original issue reported on code.google.com by [email protected] on 1 Mar 2011 at 12:31

Attachments:

When using webcam.freeze() and a larger "server size", the "frozen" image is the bigger resolution.

What steps will reproduce the problem?

1. set document.write( webcam.get_html(320, 240, 800, 600) ); 
2. make a set of buttons like in test2.html
3. press capture

What is the expected output? 

I expect to see the image at the same size as the "preview" video

What do you see instead?

I see the "Server Size"d image. Much too large.

What version of the product are you using? 

1.0.9

On what operating system?

OSX Chrome 9.0

Please provide any additional information below.


Original issue reported on code.google.com by vspeelman on 4 Feb 2011 at 9:39

Attachments:

Error calling method on NPObject!

What steps will reproduce the problem?
1. Put Jpegcam into a PHP application
2. Try to use it (with firebug active)

I CAN use Jpegcam by copying the downloadable example to /var/www/somedir; it 
also saves the file.
In my application I can see the flash working (I see a picture of me from the 
webcam)
Here you can find the html page (as generated by my php application): 
http://pastebin.com/nbvumNQi as you can see is almost the same as the working 
example.
When I click "Take Snapshot" it appears the write "Uploading.." but I get the 
error in firebug console.

What is the expected output? What do you see instead?
- Expected: normal saving operation
- I got: "Error calling method on NPObject!" in firebug console, and it doesn't 
save the file

What version of the product are you using? On what operating system?
Jpegcam 1.0.9
Firefox 4.0.1
Flash 10.3
Ubuntu 11.04 (natty)

Original issue reported on code.google.com by [email protected] on 25 May 2011 at 3:34

Attachments:

sending data along with image is creating problem

i am using jpegcam it is uploading image but when i am using same on a signup 
form which have 10-12 field then either it is uploading image or uploading data 
can you tell me why ??

some time javascript work perfect and it updates both. image as well as data.

Original issue reported on code.google.com by gauravsharma531 on 6 Sep 2011 at 8:46

Error: Movie is not loaded yet

What steps will reproduce the problem?
1. I click snapshot
2. appears the error Movie in not loaded yet

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

1.0.09  windows XP 32 bits

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Sep 2011 at 4:16

Test Page not working

Hi,
Just to let you know the test page is not working here:
http://bowser.macminicolo.net/~jhuckaby/jpegcam/

Thanks,
Beanie

Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 3:58

Sizing the Movie Smaller Issue

Is it possible to have the movie play at 200 x 150 but out put the image at
320 x 240. I can make it bigger, but when I try to make the movie that
small, it stops showing up on the page when I load.


Original issue reported on code.google.com by [email protected] on 7 Feb 2009 at 6:12

Android 3.1 - flash movie don't starts

On asus tf101 with android 3.1 the flash movie don't start.

Is there any way to let it starts even if the android platform isn't officially 
supported?


kind regards


Original issue reported on code.google.com by [email protected] on 5 Jun 2011 at 5:50

Add onActivity hook to be called when user allow movie object access webcam in access dialog window.

Added onActivity hook called when camera begins to display movie. Its
better to use onActivity instead of onLoad.

onActivity hook also is called when user allowed movie object to access webcam 
and remembers the choice so the next time access dialog is not being displayed.

I implemented onActivity hook by forking this project on github. See 
http://github.com/chebur/jpegcam

Original issue reported on code.google.com by [email protected] on 16 Sep 2011 at 12:55

Licensing Types

What steps will reproduce the problem?
1. Google Code page shows MIT Licence, LICENCE.txt within tar.gz shows LGPL 
Licence

What is the expected output? What do you see instead?
1 Licence type throughout (ideally MIT licence)

Original issue reported on code.google.com by [email protected] on 25 Jan 2012 at 9:17

Freeze after half hour and multiple uploads

Hey,

I  made the javascript upload the picture every 20 seconds.
Does anyone have any idea why the webcam capture freezes after around half hour 
and then turns black and starts working again by re-opening the browser?
http://pastebin.com/5Qm6iSL7

Original issue reported on code.google.com by [email protected] on 29 Nov 2010 at 10:50

Unplug and plug-in webcam

What steps will reproduce the problem?
1. Unplug and plug-in webcam



Please provide any additional information below.
Maybe create an extra button to redetect a webcam!

Original issue reported on code.google.com by [email protected] on 25 Sep 2011 at 4:25

uploading.. but no image

What steps will reproduce the problem?
1. The cam works
2. I click on "take snapshot"
3. "Uploading" appears and nothing happen

What is the expected output? What do you see instead?

I should see the image captured on the webcam but I don't see anything

What version of the product are you using? On what operating system?

JPEGCam v1.0.9 on Mac OS 10.6.8

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jun 2011 at 2:34

configure not working in custom size

What steps will reproduce the problem?
1. set the webcam.get_html(195, 210)
2. click webcam.configure
3.

What is the expected output? What do you see instead?
Flash configuration should come. Nothing happening. No configuration box

What version of the product are you using? On what operating system?
jpegcam1.0.9

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Apr 2011 at 5:13

Error Flash player 10 + on reset()

What steps will reproduce the problem?
1. call freeze()
2. call reset() 

What is the expected output? What do you see instead?
reset movie after taking snapshot. Fail in version flash player 10.

What version of the product are you using? On what operating system?
JPEGCAM: 1.0.9, OS: windwons 7, Firefox 4, Flash player 10.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Apr 2011 at 3:59

deactivate the snapshot button until the swf is loaded

hello everyone!
I'd like to make a suggestion: I think it would be nice if the snapshot button 
would be deactivated until the movie completely loads. I use this script on a 
non/English site, it works great. but as the users are non-English speakers and 
they probably don't understand the privacy confirmation message in the flash's 
box, they ignore it and start pressing the 'take snapshot' button, not waiting 
for the camera movie to appear on on the screen. this makes their photos to be 
just white squares. from my point of the view, it would be better if we would 
leave the button deactivated until the movie is not loaded.
thank you for keeping the project live.
regards!

Original issue reported on code.google.com by [email protected] on 11 Dec 2011 at 11:45

Failed to write data

What steps will reproduce the problem?
1. Loading /jpegcam/htdocs/test.php

What is the expected output? What do you see instead?
The example working is expected but was an error
ERROR: Failed to write data to 20101102003257.jpg, check permissions 

The directory has 777 permissions


What version of the product are you using? On what operating system?
Last version. On CentOS

Original issue reported on code.google.com by [email protected] on 1 Nov 2010 at 11:41

error using jpegcam in a colorbox on ie8

If i load the page with jpegcam it works, but if i load it in a colorobox i
receive an error. You can try it here
http://www.ultimifilm.com/iexam-min/registrazione.php clicking first on
"Scatta una foto" and after on "Scatta". When you click on "Scatta"
internet explorer points an error in this block of code:

function __flash__addCallback(instance, name) {
  instance[name] = function () {
    return eval(instance.CallFunction("<invoke name=\""+name+"\"
returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) +
"</invoke>"));
  }
}

on the line: return eval(instance.CallFunction("<invoke name=\""+name
+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,
0) + "</invoke>"));

but i haven't this code in my javascripts so i don't know how i can
fix it... do you think that is possible to fix it? thanks 

Original issue reported on code.google.com by [email protected] on 3 Jun 2010 at 9:40

Save to local computer?

Is there a way to save it directly to my computer?
Just open the test.html file , snap picture and the picture is saved in the 
same folder as the test.html file. Like a standalone software.

Thank you. 

Original issue reported on code.google.com by [email protected] on 15 Jul 2011 at 1:01

Error: uncaught exception: Error in Actionscript

What steps will reproduce the problem?
1. Installed the code as given in the instructions
2. When clicking the "Take Snapshot", "Error: uncaught exception: Error in
Actionscript. Use a try/catch block to find error." occurs

What is the expected output? What do you see instead?
Image needs to be uploaded in the server. We are getting "Error: uncaught
exception: Error in Actionscript. Use a try/catch block to find error."

What version of the product are you using? On what operating system?
1.0.8 on Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Mar 2010 at 8:53

IE9 Crash - webcam.swf

IE9 64Bit seems to crash when loading jpegcam. I have tracked this back to the 
webcam.swf file. Just opening webcam.swf directly (Ctrl+O) causes IE9 64Bit to 
crash.

Im not a flash developer, so I don't think I can help much more. 

Original issue reported on code.google.com by [email protected] on 5 May 2011 at 5:18

Webcam blocks in Windows Vista

What steps will reproduce the problem?
1. Go to the jpegcam demo url


What is the expected output? What do you see instead?
The webcam image should be displayed but nothing appears


What version of the product are you using? On what operating system?
jpegcam 1.0.9. Window Vista,1 GB RAM,2.4 GHz processor ,USB2.0 camera

Please provide any additional information below.


Original issue reported on code.google.com by sergiomontelobo on 23 Jul 2010 at 2:55

script does not work in default browser on Andriod OS 2.2 (Samsung Galaxy Tablet)

What steps will reproduce the problem?
1. simply visit the test page in browser on Andriod
2.
3.

What is the expected output? What do you see instead?
Expected=Webcam of device.
What I see: All text output, but no cam stream

What version of the product are you using? On what operating system?
Online Test Script
Andriod OS 2.2 on Samsung Galaxy Tablet

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Jul 2011 at 3:41

Not working in 64bit Linux

What steps will reproduce the problem?
1. general use with the included test files, unaltered

What is the expected output? What do you see instead?
expected camera captured image, instead I get static and crazy lines. 

What version of the product are you using? On what operating system?
jpegcam-1.0.8
Ubuntu Linux 64bit
1st try with flashplayer 32bit plugin
2nd try with flashplayer 64bit alpha plugin

Please provide any additional information below.
tests using native tools are successful.  The camera works.  I tested with 
my wife's mac and it works well.

attached 3 pictures:
jpegcampicture.png - jpegcam after accepting camera control
jpegcampicture1.png - jpegcam after clicking the configure button (shows 
USB v4l2 device)
camtest.jpg - picture taken with the camera

Original issue reported on code.google.com by [email protected] on 23 Feb 2010 at 3:06

Attachments:

Flash Error Occuring at Load

I am receiving the below flash error when I to load the swf file on my
server. Can you maybe explain, what could be causing this error?

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
    at Webcam()

Thanks, Chris

Original issue reported on code.google.com by [email protected] on 7 Feb 2009 at 5:45

flash movie turns white

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
movie should appear on the webcam.
Flash movie turns white after I capture some pictures but I can hear sound.

What version of the product are you using? On what operating system?
1.0.9, window 7
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Nov 2011 at 6:29

onComplete not fired when upload is finished

I'm in Django.
It's all ok on localhost but on production server the picture is saved 
correctly into the server folder but no return is sent to the client, no 
onComplete event is fired and the browser remains in attending response state 
from the server.
Is it possible that the response is sent to the flash camera object that is 
located on the server and it isn't on my machine? (this means that my browser 
and the flash object are on different ip)

Thanks in advance


Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 11:28

Uploading freeze and file not printed

What steps will reproduce the problem?
1. Using Test.html
2. Capture image and upload.
3. Uploading appears...

What is the expected output? What do you see instead?
It should have saved the jpg file but instead it freezes in "Uploading...". 
File never appears.

What version of the product are you using? On what operating system?
jpegcam 1.0.9 in Chrome 15.0 and MacOSX 10.7.1


Please provide any additional information below.
Tried with a customized file imitating test.html following the instructions in 
the Wiki but still the same error. Also have changed the destination of the 
files but still the same issue.
CHMOD set to 777 and still not working.

Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 9:26

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: webcam.php

What steps will reproduce the problem?
1. load the webcam swf correctly
2. configure and take a shot
3. the shot never appears and I've got the error

What is the expected output? What do you see instead?
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL:
webcam.php

What version of the product are you using? On what operating system?
mac os 10.5.6

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Apr 2009 at 11:51

How to hide image?

When we are about take a picture the camera output is displayed on the screen. 
How do we take a snap without displaying the camera output on the webpage?


Original issue reported on code.google.com by [email protected] on 2 Jun 2011 at 10:29

mac Safari/Firefox problem can not select Camera BuildinIsight

Hello
thank you for this great piece of software!

i have Mac Ox 10.6.8, and work ok on Chrome, but not on safari Version 5.0.5 
(6533.21.1) /Firefox 7.0.1

- flash stays white
- i click configure, select  "Build- in Isight" but nothing happens

On another mac , it works fine.

on the combo i see "Google Camera Adapter 0", "Google Camera Adapter 1",  and 
"buildinIsight".

any suggestion? 


Original issue reported on code.google.com by [email protected] on 3 Nov 2011 at 8:38

Problem auto-detecting iSight camereras on Mac


We have experienced problems with autodetection of the webcam when dealing
with Apple's iSight. A little googling shows this is a well-known issue:

http://www.squidder.com/2009/03/09/trick-auto-select-mac-isight-in-flash/

It'd be nice if the proposed solution could be incorporated to the jpegcam
souce.

Cheers!




Original issue reported on code.google.com by [email protected] on 9 Oct 2009 at 2:14

Image in client?

I try the 1.0.8 jpgcam version and I use the cliente windows XP and server
production is a linux and server developer is a windows XP.

Can I save the image in client computer? 


thank's

Original issue reported on code.google.com by [email protected] on 5 Mar 2010 at 1:23

webcam bmp

What steps will reproduce the problem?
1. How to make file output .bmp
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Dec 2010 at 3:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.