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.

The global shutter camera returns a blurred image. [closed]

0 votes

I bought a new global shutter camera. I used the following command line to obtain images

guvcview -ao none -f YUYV -x 640x360 -d /dev/video1

It returns a blurred image like this. Is this normal?

closed with the note: The problem is resolved.
asked Dec 16, 2019 in User questions by zskalibr (310 points)
closed Dec 17, 2019 by zskalibr

1 Answer

+1 vote
 
Best answer
you need to adjust the lens to the viewing distance you need. Note that the lens also has a lock ring. So:

- first unscrew the lens a bit

- then turn the lock ring so that it moves towards the front of the lens

- then screw the lens + ring in until things are in focus

- then hold the lend and just turn the lock ring until it touches the mount of the lens. The lock ring will then prevent the lens from turning due to vibrations and such.

also note that there are two demo modules for the IMU which are not enabled by default:

http://jevois.org/moddoc/DemoIMU/modinfo.html

http://jevois.org/moddoc/DemoDMP/modinfo.html

to enable them, edit JEVOIS:/config/videomappings.cfg and search for DemoIMU and remove the # character in front of the two entries. This is very easy to do if you get JeVois Inventor, then use the 'config' tab to edit that file.
answered Dec 17, 2019 by JeVois (46,580 points)
selected Dec 17, 2019 by zskalibr
Thanks. It solved my problem.
...