Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpiCameraHFlip flips vertically and rpiCameraVFlip flips horizontally #3472

Open
1 of 13 tasks
mdPlusPlus opened this issue Jun 15, 2024 · 0 comments
Open
1 of 13 tasks

Comments

@mdPlusPlus
Copy link

mdPlusPlus commented Jun 15, 2024

Which version are you using?

v1.8.3

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

Describe the issue

rpiCameraHFlip and rpiCameraVFlip are switched around

Describe how to replicate the issue

Raspberry Pi Zero 2 W
Raspbian Bullseye 64-bit
Raspberry Camera Module v3

paths:
  cam:
    source: rpiCamera
    rpiCameraWidth: 1920
    rpiCameraHeight: 1080
    rpiCameraFPS: 30
    rpiCameraBitrate: 8000000
    rpiCameraHFlip: true

flips vertically (left/right)

paths:
  cam:
    source: rpiCamera
    rpiCameraWidth: 1920
    rpiCameraHeight: 1080
    rpiCameraFPS: 30
    rpiCameraBitrate: 8000000
    rpiCameraVFlip: true

flips horizontally (top/bottom)

Did you attach the server logs?

no

Did you attach a network dump?

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant