The-EG / OctoPrint-CameraSettings

An OctoPrint plugin that allows a user to interactively change camera settings.
GNU Affero General Public License v3.0
55 stars 7 forks source link

[FR] Implement Controls for Hawkeye-64mp #144

Closed EdJ1 closed 1 year ago

EdJ1 commented 1 year ago

Arducam Hawkeye-64mp

Followed these instructions: https://docs.arducam.com/Raspberry-Pi-Camera/Native-camera//64MP-Hawkeye Camera is NOT working (Yet).

Unknown controls information (click 'Copy to Clipboard' on the warning and paste here):{ "hevc_sequence_parameter_set": { "type": "unknown" }, "hevc_picture_parameter_set": { "type": "unknown" }, "slice_param_array": { "type": "unknown" }, "hevc_scaling_matrix": { "type": "unknown" }, "hevc_decode_parameters": { "type": "unknown" } }

The-EG commented 1 year ago

The unknown controls should already be handled in the latest release candidate. If you do have specific issues for that camera, please open an issue with those details.

duplicate of #106