留言板

capture image from web camera

thumbnail
srinu sri,修改在10 年前。

capture image from web camera

Junior Member 帖子: 29 加入日期: 13-2-22 最近的帖子
Hi All,

I used below code for landing web camera(Its working fine).But i did not capture image while click on button.

<script>
AUI().ready('aui-swf', function(A) {
var advancedSWF = new A.SWF(
{
boundingBox: '#Camera',
url: '<%= request.getContextPath()%>/jsp/crmplanneraction/jscam_canvas_only.swf',
version: 9.115
});
});
</script>
<div id="Camera"></div>


How to capture image while click on button?

Thanks,
P.Srinivas.
thumbnail
sridhar iyer,修改在10 年前。

RE: capture image from web camera

Junior Member 帖子: 57 加入日期: 09-2-27 最近的帖子
I think your .swf file has to catch that event.
thumbnail
srinu sri,修改在10 年前。

RE: capture image from web camera

Junior Member 帖子: 29 加入日期: 13-2-22 最近的帖子
i cant capture image please help me
da image,修改在10 年前。

RE: capture image from web camera

New Member 帖子: 2 加入日期: 13-6-4 最近的帖子
here is some samples of acquire images c# through twain technologe. hope it helps.
public int TwainAcquireToRasterEdgeImageImage(int HANDLE);
// Acquire a single image, from the currently selected Data Source to a DIB handle
public IntPtr TwainAcquireToDib(IntPtr HANDLE);
// Acquire a single image, from the currently selected Data Source to a file
public RasterEdgeImageStatus TwainAcquireToFile(String FilePath, int HANDLE);