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

where to put code for flip options #60

Open
splashibiza opened this issue Aug 5, 2019 · 1 comment
Open

where to put code for flip options #60

splashibiza opened this issue Aug 5, 2019 · 1 comment

Comments

@splashibiza
Copy link

Can Someone tell me where to put this code?
I want to use the flip options

Thank you

{
"name": "Pi Camera",
"id": "Pi Camera",
"rotate": 0,
"verticalFlip": false,
"horizontalFlip": false,
"debug": false
}

@splashibiza splashibiza changed the title where to put code for flip optines where to put code for flip options Aug 5, 2019
@JohnWickham
Copy link

JohnWickham commented May 6, 2020

If anyone else is still wondering, those options are specified in each camera object you define in your config.json file:

{
    "platforms": [
        {
            "platform": "rpi-camera",
            "cameras": [
                {
                    "name": "Pi Camera",
                    "rotate": 180,
                    "verticalFlip": true
                }
           ]
        }
    ]
}

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

2 participants