data(cameras): add Reolink CX410 + EmpireTech IPC-B54IR to the compat DB (closes #181, #182) - #258
Merged
Merged
Conversation
…loses #181, #182) Fold two community "Works" compatibility reports into the compat DB, both with match blocks so the in-app matcher recognizes them from ONVIF make/model: - Reolink CX410 (fixed bullet): works across recording, live (all clients), and playback; fixed camera so no PTZ, ONVIF add/identify work. - EmpireTech IPC-B54IR-ASE-2.8MM-S3 (Dahua OEM 5MP bullet): works across the board incl. ONVIF; recommended setting captured (keep encoding on Normal, not the Smart/AI codec). Also correct data/README.md step 3: the generated compatibility.md is gitignored and regenerated at build (Dockerfile + docs.yml), so contributors commit only the JSON, not the page. Validated: `node scripts/gen-camera-compat.mjs` succeeds and renders all 3 cameras (the generator doubles as the JSON validator). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: badbread <badbread@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Folds the two community compatibility "Works" reports into
data/camera-compatibility.jsonso they show on the docs compat page and are recognized by the in-app camera matcher, then closes the issues.Added
matchblock onreolink/cx410.matchblock onempiretech(aliasdahua) with aipcb54ir*glob for the family.Codecs weren't recorded in the reports, so
mainis noted as the model default (H265) rather than asserted as tested — adjust if you know otherwise.Also
data/README.mdstep 3 corrected:compatibility.mdis gitignored and build-generated (Dockerfile +docs.ymlrun the generator), so contributors commit only the JSON, not the page. The old instruction said to commit the page.Verified
Diff is purely additive (the existing Uniview entry is untouched).
node scripts/gen-camera-compat.mjsruns clean and renders all 3 cameras — the generator is also the JSON validator, so a green run means the schema is satisfied. The docs page will regenerate on the next docs deploy.Closes #181
Closes #182
🤖 Generated with Claude Code