[quote="Antonio Linares":1kaasi9m]Marcelo,
[quote:1kaasi9m]you know how to do this in class ??
oFingerX class: From ( "CapStartCapture" sensor)[/quote:1kaasi9m]
I don't understand your question[/quote:1kaasi9m]
I'm trying to use the Test.prg source class ClassGriaule.zip and my player does not start
cSensor := ""
oGriaulle := TGrFinger():New()
//cSensor := oGriaulle:GetSensor("Ftrn0001") ??????
oGriaulle:Initialize()
oEnrollCtx := oGriaulle:CreateContext()
oSearchCtx := oGriaulle:GetContext(0) // default context
oGriaulle:bSensorPlug := {|oSensor,cId| OnSensorPlug( oSensor , cId ) }
oGriaulle:bSensorUnplug := {|oSensor,cId| OnSensorUnPlug( oSensor , cId ) }
oEnrollCtx:StartEnroll()
oGriaulle:CaptureInit()
whereas using activex this is where the reader will flash asking digital
FUNCTION EventInfo( event, aParams, pParams, oFingerX )
oFingerX:Do("CapStartCapture","Ftrn0001")
How do to trigger the reader more at source test.prg from class ClassGriaule.zip ?
↧