This is a discussion on "Webcam BitmapData problem" within the Flash & Multimedia Forum section. This forum, and the thread "Webcam BitmapData problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Webcam BitmapData problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Webcam BitmapData problem
Hi all,
I'm trying to make a webcam app, using a microsoft Lifecam VX-1000 and Flash Pro 8. It has 320x240 resolution. I capture the camera image using var image:BitmapData = new BitmapData(_root.view.width, _root.view.height); image.draw(_root.view); where view is my camera object. The problem is, in the capture, my image is squished into the top left fourth of the screen, and the rest of the capture is white space. I'm doing image processing, so I need the full resolution. An image that explains what I'm talking about: http://www.bugsby.net/drive/webcamproblem.jpg My project files: http://www.bugsby.net/drive/scanner.zip Thanks for taking the time! matt carlin |
|
|
|
#2
|
|||
|
|||
|
Re: Webcam BitmapData problem
Yikes, personally I have had no experience with building a web cam application in flash! Pretty cool though!
Not sure I will be much help on this one, let me ask one of my programmer buddies to see if he has any ideas.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
![]() |
| Tags |
| flash webcam bitmapdata |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First image problem and inline list problem | konnor5092 | Web Page Design | 8 | Dec 1st, 2007 09:08 |
| a streaming webcam | reklaw123 | Flash & Multimedia Forum | 0 | Aug 16th, 2007 12:02 |
| Newbie advice on webcam | ellchester | Flash & Multimedia Forum | 1 | May 30th, 2007 03:45 |