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.

setmapping2 YUYV 1280 1024 1.0 Test SaveImages does not work

0 votes
I have followed the guide to save images to SD card:

http://jevois.org/tutorials/ProgrammerPythonSaveImages.html

It works for all resolutions except 1280x1024 no matter what framerate I specify. It gives the error:

ERR Command error [setmapping2 BAYER 1280 1024 1.0 Test SaveImages]: Error parsing or setting mapping [BAYER 1280 1024 1.0 Test SaveImages]: FTL Camera::setFormat: Camera did not accept the requested video format as specified
asked Mar 20, 2019 in Misc Questions by flugenheimer (120 points)

1 Answer

0 votes
do you have a modified sensor? I tried this here with a regular JeVois camera and it worked ok. Please see here for supported resolutions for each sensor:

http://jevois.org/doc/CameraSensor_8C_source.html
answered Mar 27, 2019 by JeVois (46,580 points)
...