mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
Remove implementation-specific comment about Set3DPos
The comment referenced a proxy/camera-specific API detail that doesn't apply to the general ONVIF RelativeMove implementation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
77cb7c137b
commit
190cc6054a
@ -338,9 +338,6 @@ export default function LiveCameraView({
|
||||
const zoom = 1 - Math.max(boxW, boxH);
|
||||
const clampedZoom = Math.max(0, Math.min(1, zoom));
|
||||
|
||||
// Send single command with pan, tilt, and zoom.
|
||||
// The proxy translates this to a Set3DPos command for
|
||||
// atomic pan+tilt+zoom in one camera movement.
|
||||
sendPtz(`move_relative_${pan}_${tilt}_${clampedZoom}`);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user