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.

AM Cap software doesn't show split screen

0 votes
AMCap software All I'm seeing is the camera screen and not the right hand sided low pixel display. Is there some other software to use? The OBS Studio said I needed a different gpu or newer drivers.
asked Apr 3, 2018 in Hardware Questions by CoralXray2018 (360 points)

1 Answer

0 votes
You can also try webcamoid which was recently suggested by a user. We will add some docs about it soon.

https://webcamoid.github.io

With AmCap, maybe your issue is just that you are grabbing in MJPEG, which by default will just show raw video with no processing. Make sure you select YUY2, we have some instructions and screenshots here:

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

The video modes that involve some processing in the camera use YUY2 or Greyscale outputs to the host computer.
answered Apr 3, 2018 by JeVois (46,580 points)
...