solum icon indicating copy to clipboard operation
solum copied to clipboard

JPEG vs Uncompressed image format

Open danilogr opened this issue 6 months ago • 1 comments

Besides lower bandwidth and quality degradation, what are the trade-offs between setting CusImageFormat as Jpeg instead of Uncompressed ? For context, I want to minimize the probe's network usage on a network shared with other real-time streams.

My overarching questions are the following:

  1. Does the SDK generate the Jpeg/Uncompressed images on the host machine, or does the probe generate them and then send them over WiFi to the host machine?
  2. If the latter, does Jpeg encoding have a high impact on battery time, or could it cause the probe to overheat faster?
  3. Are there any guidelines on when to use one instead of the other? What setting is used by the Clarius mobile app?

danilogr avatar Aug 27 '24 19:08 danilogr