Hello Alex, my recommendation is to analyze the fprint_demo code in C, this example has all you need implemented.
The enroll function give you one pointer to a structure and image, you can transform the fingerprint image to binary format. If you want generate a image without use the enroll function you need to modify the libfprint code. We use the enroll function for that and all run excellent. Regards. On Fri, Nov 6, 2009 at 11:33 PM, Alex <[email protected]> wrote: > Hello, > > I found that the fp_dev_img_capture function is not implemented. > The code says: > //return fpi_imgdev_capture(imgdev, unconditional, image); > /* FIXME reimplement async */ > return -ENOTSUP; > > And unfortunately uncommenting the call to fpi_imgdev_capture does no good, > as its implementation is absent. > > I tried to search in the versions archive the implementation of this > function, but unfortunately, after adding all the missing components and > making necessary corrections - the function just didn't worked returning > error from LIBUSB (incorrect arguments). > > I just wanted to ask if there is any other normal way of capturing the > image without starting the enroll procedure? Or any chance somebody have > implemented this function? I need to scan and show the image. > > I'm using UPEK TouchStrip Sensor-Only sensor with upeksonly driver. > > Thanks in advance for your answers. > > Best regards, > Alex Dovgodko. > > > -- > Я использую бесплатную версию SPAMfighter для частных пользователей. > Мы - сообщество из 6 миллионов пользователей, борющихся со спамом. > Программа удалила 2778 эл. письма спама, полученные до настоящего времени. > Пользователи платной версии не имеют этого сообщения в их электронных > письмах. > Попробовать:http://www.spamfighter.com/lru > _______________________________________________ > fprint mailing list > [email protected] > http://lists.reactivated.net/mailman/listinfo/fprint >
_______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
