image from webcam

hello!

i am new in vfp and i have vfp6.0 now i create database include ole object field i need to tab skip image field and create one cmd button call take picture and i connect my web cam so image come from webcame and store in pic foleder also delete button so cancel only image not record

thanks



Answer this question

image from webcam

  • TWReynol

    Can you give more details

    You like to have a button to browse picrures, one for take picture and one for delete



  • danadanny

    Here you can find some good information about capturing images from your webcam:

    Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera
    http://www.news2news.com/vfp/ example=437

    HTH

    Cesar


  • Zero_

    thanks for your reply

    i have table with image field now in form i want to attach my webcam and i need the code for the button which will take image from webcam and fit it in my image field also if image is not good i can delete image only not the whole record

    thanks


  • Pockey

    For the button code it is necessary to know how you connect to camera and what commands are you using to take images(external from fox).

  • Latso

    To delete a image the simplest mode is to replace the field value with a blank image.

  • image from webcam