Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Can i feed an external video stream, instead of using inbuilt cam?

0 votes
i would like to use jevois in a usb microscope, so i am not in need of the cam, but i would like to use AI of jevois. Would this be possible?

regards
asked Sep 29, 2018 in Hardware Questions by aimicroscopy (130 points)

1 Answer

+1 vote
It is possible if you use an x86_64-based PC running Ubuntu 18.04 (or 16.04). You can install the jevois package (deb) files on your PC, or download the JeVois software from github and compile it on your PC. Then you run jevois-daemon on the PC. jevois-daemon is the app that grabs video, processes it, and outputs results.

This is called running JeVois software in "host mode". Have a look at the docs about host mode:

http://jevois.org/doc/Concepts.html

http://jevois.org/doc/JeVoisDaemon.html

From this page: http://jevois.org/tutorials/ProgrammerSetup.html you would just need to install package jevois-host and jevoisbase-host (it will pull opencv and many other dependencies as needed).

You can use any video camera that works with your Ubuntu 18.04 install. Most USB cameras work with no drivers needed.
answered Oct 1, 2018 by JeVois (46,580 points)
That's great! Thx a lot!

Just starting to discover this wonderful tool in combination with an ordinary and cheap USB Microscope - fighting Malaria. Not sure if this works, but i think the idea is worth a try

gerhard (Berlin/Germany)
...