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.

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)
...