You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to display the preview image on our device which has a display pixel resolution of 800x480.
Using the current preview modes MJPEG_1080P or MJPEG_720P causes high cpu load on that device (nearly 100%).
The preview is very slow and has a big delay.
Would it be possible for you to provide a lower resolution e.g. 240p/360p/480p?
The text was updated successfully, but these errors were encountered:
Now the JPEG is passed directly to my calling routine which can also pass it directly over to a HTTP MJPEG stream to be displayed on the device. CPU usage is a lot better than with the JPEG handling in DecodeJpeg.
Would be nice to get that kind of preview into one of your next releases so that MJPEG is passed from the camera to the preview callback of the user by adding a new PreviewMode like PreviewMode::MJPEG_720P_DIRECT for example.
We want to display the preview image on our device which has a display pixel resolution of 800x480.
Using the current preview modes
MJPEG_1080P
orMJPEG_720P
causes high cpu load on that device (nearly 100%).The preview is very slow and has a big delay.
Would it be possible for you to provide a lower resolution e.g. 240p/360p/480p?
The text was updated successfully, but these errors were encountered: