Replies: 1 comment 3 replies
-
AFAIK, the only way to rotate the video is to re-encode which can be resource intensive, so ROTATE_DOOR will only rotate WYZEDB3 cameras. You can always pass your own FFMPEG commands directly to the bridge with something like:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the docker-compose.yml file and tried True, 90, yes as options but it does not rotate the stream in the browser. I must be missing something simple. [oddly the code block is not taking the line feeds] This is with the Cam v3 is the doorbell the only support cam for rotate or could the other cam be enabled?
version: '2.4' services: wyze-bridge: container_name: wyze-bridge restart: unless-stopped image: mrlt8/wyze-bridge:latest # Use a prebuilt image # build: # Uncomment to build from source # context: ./app # Uncomment to build from source # # dockerfile: Dockerfile.arm # Uncomment to build for arm ports: - 1935:1935 - 8554:8554 - 8888:8888 environment: - WYZE_EMAIL= - WYZE_PASSWORD= - ROTATE_DOOR=
Beta Was this translation helpful? Give feedback.
All reactions