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.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

I've added a custom C++ module and JeVois Inventor can't connect to the camera

0 votes
Hello!

I've developed a C++ module with a number of components inside. It successfully runs in both regular and headless modes but I can't connect to the camera from JeVois Inventor. The only solution I've found is to remove my module. Do you have any ideas how I can fix this problem?
asked Jan 19, 2020 in Programmer Questions by XDN (190 points)

1 Answer

0 votes
hum, that is very strange. Can you email us more info about your setup? I am guessing you have an entry for your module in videomappings.cfg already? One possibility is that on some machines (MacOS, Windows), the camera drivers get confused when trying to select among several video modes that only differ by their frame rate. This is not a problem when using guvcview, webcamoid, etc but it is a problem when using the Qt camera stack, which we use in the inventor. So maybe disable in videomappings.cfg any other modes that have the same output resolution but different frame rates.
answered Jan 28, 2020 by JeVois (46,580 points)
...