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
Describe the bug
When calling processSettingChanges in VisionModuleChangeSubscriber, the switch statement is not matching to the "startCalibration" case and is throwing an error saying that the prop could not be set due to a NoSuchFieldException (which makes sense, because no such field exists).
Additional context
Symptom was that whenever the user would start calibration, they would lose their camera feed, I presume this is because of this error being thrown and start calibration never actually happening.
The text was updated successfully, but these errors were encountered:
For what it's worth, I tried this again on a different Orange Pi 5 with the latest PhotonVision beta 8 image and another innomaker camera and ran into the same issue.
I was able to eventually get the cameras to calibrate, which was the original issue that caused this. However, I'm only able to calibrate if I do not select a resolution during calibration. If I select a resolution, the camera disconnects and I cannot complete the calibration.
Describe the bug
When calling processSettingChanges in VisionModuleChangeSubscriber, the switch statement is not matching to the "startCalibration" case and is throwing an error saying that the prop could not be set due to a NoSuchFieldException (which makes sense, because no such field exists).
To Reproduce
Don't have time to reproduce at this time. Logs here: https://discord.com/channels/725836368059826228/725848198794706994/1328911877283119144
Screenshots / Videos
See logs above.
Platform:
Additional context
Symptom was that whenever the user would start calibration, they would lose their camera feed, I presume this is because of this error being thrown and start calibration never actually happening.
The text was updated successfully, but these errors were encountered: