A web page photo plug-in written in Delphi

Source: Internet
Author: User

Http://k11hao.iteye.com/blog/1477478

Some time ago, due to the need to use the web page photography function, I found many plug-ins on the Internet, which must belong

Imagecaponweb is the best choice for this control, but it is a pity to charge fees

Otherwise, the function is not suitable, so I wrote a control like this.

Usage

 

<Object

Id = "camera"

Classid = "CLSID: 792fd9b8-5917-45d2-889d-c49fd174d4e0"

Codebase = "capproj1.ocx # version = 1, 0, 0"

Width = 350

Height = 250

Align = center

Hspace = 0

Vspace = 0

>

 

</Object>

<SCRIPT>

VaR camera = Document. getelementbyid ("camera ");

Function start (){

// Start the js method of the camera. This method determines the size of the window display, but there are still some minor issues.

Camera. Start (400,300 );}

Function save (){

// Save the image to the local device. The first parameter is the Save address, and the following parameter is the image resolution.

Camera. SaveFile ("C: \ wu.jpg", 800,600 );

Picvalue is base64-encoded,

VaR picvalue1_camera.jpeg base64;

}

 

</SCRIPT>

 

  • Webphoto .rar (258.9 KB)
  • Downloads: 71
  • Source code of webcamera photo collection. rar (297.6 KB)
  • Downloads: 31

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.