Skip to content

PerspectiveCameras principal point #1276

Open
@classner

Description

@classner

🐛 Bugs / Unexpected behaviors

Hi team!

Someone just reached out to me concerning unexpected behavior of PerspectiveCameras in conjunction with Pulsar. I tracked this back to here

principal_point=((0.0, 0.0),),
. The default initialization for PerspectiveCameras uses a principal point of (0., 0.), which, according to the documentation is the xy coordinate of the principal point (and hence places it in the top left corner). Is that intended and shouldn't it be half of image size by default? Could it be that this definition changed during the last year at some point? In any case, the Pulsar unified interface is currently using this value incorrectly in and . I'm happy to make a PR once clarified how it's intended to work.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions