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.

Can the amount of compression/quality of MJPG be modified?

0 votes
I am using JeVois in an environment where being able to adjust the amount of compression applied, or the quality adjusted, in the MJPG conversion would be useful.

Where can these parameters be found?
asked Nov 14, 2017 in Programmer Questions by Billbo911 (1,110 points)

1 Answer

0 votes

I found the answer to this one as well.

You simply need to add the quality value (1-100) in the outframe command as follows:

outframe.sendCvBGR(outimg,50)

50 is the quality value. 

answered Nov 16, 2017 by Billbo911 (1,110 points)
...