Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Queries list of files after acquire finished.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WinPhotoAcquire | 12.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
none
Returns list or error.
Import images:
Go to Layout [ “PhotoAcquire” ; Animation: None ]
Set Variable [ $list ; Value: MBS( "WinPhotoAcquire.Files") ]
Set Variable [ $count ; Value: ValueCount($list) ]
If [ $count > 0 ]
Set Variable [ $i ; Value: 1 ]
Loop
Set Variable [ $ImagePath ; Value: GetValue($list; $i) ]
If [ MBS( "Files.FileExists"; $ImagePath ) ]
Set Variable [ $image ; Value: MBS( "Container.ReadFile"; $ImagePath) ]
New Record/Request
Set Field [ PhotoAcquire::Filename ; MBS( "Path.LastPathComponent"; $ImagePath ) ]
Set Field [ PhotoAcquire::Image ; $image ]
Commit Records/Requests [ With dialog: Off ]
End If
# Next
Set Variable [ $i ; Value: $i + 1 ]
Exit Loop If [ $i > $count ]
End Loop
End If
This function checks for a license.
Created 5th February 2022, last changed 7th February 2022
WinPhotoAcquire.Acquire - WinPhotoAcquire.GetCurrentDeviceID