• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eye Scan

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey mates can anyone help me with source code in JAVA to scan retina, please help me out
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Definitely not related to user interfaces directly. Moving to Java in General.

You'll need the hardware for that first. Then you need to communicate with that piece of hardware. That's always going to depend on the exact brand and type of hardware involved. I don't know if simply web cams will suffice or if you need expensive equipment.
 
Paritosh Ahuja
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Rob, but the problem is that i don't know how to establish communication between hardware and software, i am newbie, please explain a bit i will be very thankful, i really need this thing get done . See i know the hardware which is required but i don't actually have any idea to make both of them(hardware and software) communicate.
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And welcome to JavaRanch
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Paritosh Ahuja wrote:the problem is that i don't know how to establish communication between hardware and software, i am newbie, please explain a bit i will be very thankful, i really need this thing get done . See i know the hardware which is required but i don't actually have any idea to make both of them(hardware and software) communicate.



I would recommend calling up the hardware vendor to see what libraries they have. How you access those libraries will depend on what you get from them.

Henry
reply
    Bookmark Topic Watch Topic
  • New Topic