Integrate WebCam in ASPX
-
yes i did... now i have another error... "ERROR GrabFrame() //Jpeg compression quality short nQuality = 45; //Shout a picture from my webcam CAMSERVERLib.Camera cam = new CAMSERVERLib.CameraClass(); byte[] picture = (byte[])cam.GrabFrame(nQuality); ---> "ERROR GrabFrame(). //Add the hour to the jpeg picture MemoryStream ms = new MemoryStream( picture ); Bitmap bmp = new Bitmap( ms );
xxx
-
yes i did... now i have another error... "ERROR GrabFrame() //Jpeg compression quality short nQuality = 45; //Shout a picture from my webcam CAMSERVERLib.Camera cam = new CAMSERVERLib.CameraClass(); byte[] picture = (byte[])cam.GrabFrame(nQuality); ---> "ERROR GrabFrame(). //Add the hour to the jpeg picture MemoryStream ms = new MemoryStream( picture ); Bitmap bmp = new Bitmap( ms );
xxx
-
Hello everyone, A lot of examples that are given in this type of problem but i didnt found the working solution. My problem is to create an ASPX page that will capture an image from a webcam. I know there its hard to find simple solution but i'l be asking f someone can provide me one simplified solution regarding this problem.. im no expert in writing a web page thing. thank you in advance.
xxx
-
The_Collector wrote:
now i have another error... "ERROR GrabFrame()
What error?
I must get a clever new signature for 2011.
the words in BOLD is d ERRROR... "ERROR GrabFrame()"
xxx
-
The_Collector wrote:
now i have another error... "ERROR GrabFrame()
What error?
I must get a clever new signature for 2011.
the words in BOLD is d ERRROR... "ERROR GrabFrame()"
xxx
-
this is a windows application,,, Im looking for ASPX page. thank you
xxx
-
the words in BOLD is d ERRROR... "ERROR GrabFrame()"
xxx
-
i dont understand... but anyway, thanks for your effort.... just want to have a clearer answer on this things...
xxx
-
i dont understand... but anyway, thanks for your effort.... just want to have a clearer answer on this things...
xxx
The_Collector wrote:
i dont understand...
Nor do I, all you have said is "the words in BOLD is d ERRROR... "ERROR GrabFrame()"", which tells us nothing. What error, what messages, what status codes, what exceptions, etc? People reading this cannot guess what happens on your system.
I must get a clever new signature for 2011.
-
The_Collector wrote:
i dont understand...
Nor do I, all you have said is "the words in BOLD is d ERRROR... "ERROR GrabFrame()"", which tells us nothing. What error, what messages, what status codes, what exceptions, etc? People reading this cannot guess what happens on your system.
I must get a clever new signature for 2011.
its a camserver.dll which doesn't give any error numbers or description, just this error....
xxx
-
its a camserver.dll which doesn't give any error numbers or description, just this error....
xxx
-
So how exactly do you think anyone can guess what the problem is? I suggest you go to the site or supplier of the DLL and ask them for more information.
I must get a clever new signature for 2011.
i guess so... i'l try to reach d programmer of this dll or look for another dll.. thanks.
xxx