The-EG / OctoPrint-CameraSettings

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

[FR] Implement Controls for [Pi Camera Module 3] #106

Closed foldedstar closed 1 year ago

foldedstar commented 1 year ago

Camera manufacturer and model (ie. NexiGO N660): Pi Camera Module 3, 12 Megapixel Sony IMX708 image sensor, powered autofocus, improved low-light sensitivity and HDR

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

Hmm...These unknown controls should already be hidden. And I've definitely included the new PiCam3 in the latest RC.

What version of this plugin are you using?

achampion commented 1 year ago

I was getting the unknown camera controls with Camera Settings (0.4.1). However, with both 0.4.1 and 0.4.2RC1 nothing is sticking, e.g. clicking off Vertical Flip (which defaulted to on), it just immediately jumps back on.

The-EG commented 1 year ago

However, with both 0.4.1 and 0.4.2RC1 nothing is sticking, e.g. clicking off Vertical Flip (which defaulted to on), it just immediately jumps back on.

Please see if there is any errors in the browser console (press ctrl-shift-I) and also provide a debug log by adding a debug entry for this plugin in the 'Logging' section of OctoPrint settings, reproducing this behavior, and then uploading your octoprint.log here (also available on that logging settings page).

MarvinLind commented 1 year ago

This was resolved for me by 0.4.2RC1. I did however not have all of those "Unknown Controls" only "hevc_scaling_matrix" (I think).

The-EG commented 1 year ago

Thank you, finally someone confirmed! 😄