Results 1 to 1 of 1

Thread: Android, Camera, foto maken en de "cancel of ok" vraag

  1. #1
    Registered User
    Join Date
    Jan 2005
    Location
    Drenthe
    Posts
    17

    Thumbs up Android, Camera, foto maken en de "cancel of ok" vraag

    Hallo allen,

    vanuit de sample AccessCameraApp (\Samples\Object Pascal\Mobile Snippets\AccessCameraApp) ben ik een app aan het maken waarbij de gebruiker een kassa bon op de foto zet, wat extra informatie invoert en dan, snel gesproken, een soort automatische declaratie kan maken.

    Dat gaat best goed maar ik wil graag, nadat de foto is gemaakt, van de "Cancel of Ok" vraag af die de camera stelt voordat ik "terugkom" in mijn app.

    Stukje code:
    Delphi Code:
    1. procedure TAccessCameraAppForm.TakePhotoFromCameraAction1DidFinishTaking(Image: TBitmap);
    2. begin
    3.   { Assign the image retrieved from the Camera to the TImage component. }
    4.   imgCameraImage.Bitmap.Assign(Image);
    5. end;

    Iemand hier ervaring mee??

    Alvast bedankt voor het meedenken.
    Groet,
    Roc
    Last edited by GolezTrol; 25-Apr-19 at 23:36.
    ... en toen was er koffie
    IF (Power_Available) AND (Senseo_On) AND (NOT Water_Container_Empty) AND (NOT Coffee_Missing) AND (CupInPlace)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •