[Proposal]: Make simplejpeg
an Optional Dependency in WebGear API
#407
Labels
ENHANCEMENT ⚡
New Feature/Addition/Improvement
PROPOSAL 📩
A proposal/proposition
UNDER CONSIDERATION 🤔
This issue/PR is under consideration and may be worked on soon.
Issue guidelines
Issue Checklist
Describe your Idea
Modify the WebGear API to make
simplejpeg
an optional dependency. Instead of throwing an error whensimplejpeg
is not available, the API should disable or discard performance-enhancing features related to frame compression.Use Cases
Currently, the WebGear API utilizes
simplejpeg
to compress frames before sending them as multipart JPEG encoded messages. This proposal suggests makingsimplejpeg
a soft dependency, meaning that the WebGear API will still function without it by disabling or discarding the performance-enhancing features related to frame compression whensimplejpeg
is not installed. This ensures broader compatibility and flexibility in different environments without sacrificing core functionality.Any other Relevant Information?
No response
The text was updated successfully, but these errors were encountered: