photonvision icon indicating copy to clipboard operation
photonvision copied to clipboard

Add UI Notification when a broken camera is detected

Open gerth2 opened this issue 3 years ago • 3 comments

Certain cameras have issues when cscore interacts with them. These are currently marked with the COMPLETELY_BROKEN quirk.

Add some UI notification to users when a COMPLETELY_BROKEN camera is detected so they know it's found, but being ignored.

gerth2 avatar Oct 21 '22 02:10 gerth2

Bump. Lots of users seem to still hit this.

Additionally, add support to detect when the camera isnt supplying frames, and put that in the UI as well.

gerth2 avatar Jan 26 '23 12:01 gerth2

If we add metadata to all cameras with these props we only emit on full settings structs we could add this, specifically camera quirks and other relevant data to disabling a camera. Would require making a vision module though, might be easier just to send dead cameras seperate.

srimanachanta avatar Dec 01 '23 04:12 srimanachanta

So here, adding a toast notification saying something like, "Camera detected, but ignored." Identifier can be the Camera name or some sort of identifying meta data. Would that be sufficient?

martincarapia avatar Apr 07 '24 18:04 martincarapia