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

Camera X and Y shift in autozoom.py settings. Want horisontal camera moving #62

Open
freedompix opened this issue Jun 7, 2022 · 0 comments

Comments

@freedompix
Copy link

Hi! Thanks for your work!
i guess, in collab version, you can only set camera x and y shift only by one parameter.
Any ideas how to set up only X or Y separated?
in coomon.py
npyShiftU = numpy.linspace(-objSettings['fltShift'], objSettings['fltShift'], 16)[None, :].repeat(16, 0)
npyShiftV = numpy.linspace(-objSettings['fltShift'], objSettings['fltShift'], 16)[:, None].repeat(16, 1)
you can make fltShiftY and fltShiftX separated, it is question of friendly interface))

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