More C# Answers
Question Library
Ask a question about C#
Volunteer
Experts of the Month
Expert Login
Awards
About Us
Tell friends
Link to Us
Disclaimer
|
| |
|
|
| |
| | | |
About Hosnieh [Sara]
Expertise Questions which I can answers:
1- Programming (C#.net, Vb.net, javascript, HTML) more Web applications
2- CSS
3-Databases (Ms SQL server -all versions)
4-OS (workstation and servers (windows))
5- MS office
6- General problems in computer software
I cannot answer other kinds of questions which I did not mention here.
Experience my CV: http://iran-americamarket.com/Contact.aspx
I have more than 8 years Experience in IT field.
my core skills are :
Asp.net Developer (Portal, Dynamic websites ,e-commercial websites)
Visual studio.net 2003,2005,2008 (VB.net , C#.net , AJAX.net)
O.O programming (n-tier Architecture)
Database (SQL server 2000-2005, Oracle9i, Ms Access) , TSQL, Stored procedures, Triggers
IIS 5-6 , SSL (Installation and configuration SSL) , Network(TCP/IP ,Active directory , DHCP,
), Windows 2000-2003 Server Configuration and administration
UML (usecase diagram, class diagram) , Microsoft Project
Graphics Design( Photoshop , Flash )
JavaScript , CSS, DHTML, XML
Hardware (physical installation, configuration , and driver installation)
Ms Office all versions (Ms word, Ms Access, Ms Excel, Ms Outlook , Ms FrontPage, and etc)
OS (Windows Linux) and VMware
Network Monitoring (Solarwinds)
Computer Teacher, English Teacher
MATLAB (simulations and computation projects)
Organizations -
Publications Translation Experience
English to Farsi
Use brain scan to predict when people will buy products . May 2008 (Published in AI Magazine) Medicine , AI
Totally tubular motors _Tomorrow automation technology : March 2008 (Published in AI Magazine) AI , Mechanic, Industry
Improving PLC compatibility and function flexibility: March 2008 (Published in AI Magazine) AI , Robotics , Industry
Make packaging lines more flexible: January 2008 (Published in AI Magazine) AI , Robotics , Industry
Personal CNC : December 2007 (Published in AI Magazine) AI , Medical , Industry
Multipurpose optical tools Characterize as MEMS: December 2007 (Published in AI Magazine)- optical physics
Managing Innovation: November 2007 (Published in AI Magazine) IT Management
Calculating the total value of ownership (TVO):October 2007 (Published in San-ate Hooshmand Magazine) -IT and Economics
Education/Credentials I am currently student and doing my Master in Computer Network Engineering
Awards and Honors - Poster about new methods of management in Organization( Entrepreneurship ) - 2007
Past/Present Clients -
| | |
| |
You are here: Experts > Computing/Technology > Microsoft .NET > C# > get bmp from image
C# - get bmp from image
Expert: Hosnieh [Sara] - 10/19/2009
Question Hi, I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I try to convert the individual images to bmps.
If I replace the webcam with a bmp I can alter the bmp by using graphics, so that bit works fine too.
But with a webcam I keep on getting a runtime error saying "Does not refer to object instance"
The way I understand a webcam works it is a camera that takes about 30 pictures a second - because each picture is slightly different it gives the illusion of movement (a bit like a cartoon , but with a stream of camera pictures rather than drawings). So I I could find a way to lock my work to the pictures I would be able to work/alter them as bmps.
Answer Hello,
I try to help you as much as I can but first I need to know more about your problem.
does your webcam save the picture in any place and you want to alter those picture or you want to get picture directly from the webcam (streaming) and then alter it?
some of possibilities:
if it saves the pic, then maybe it is not bmp and it is in compress format like Jpeg.
maybe the picture is in use and your program cannot alter it.
Add to this Answer Ask a Question
|
|