facebookarchive / Surround360

Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering.
Other
2.17k stars 581 forks source link

Why should the panoramas resized to FINAL_EQR_WIDTH x FINAL_EQR_HEIGHT? #235

Closed kevinra closed 7 years ago

kevinra commented 7 years ago

I'm wondering why can't we have

FINAL_EQR_WIDTH == EQR_WIDTH FINAL_EQR_HEIGHT == FINAL_EQR_HEIGHT

so that resizing at the end can be avoided. Their resolution is not very different after all. Only reason I can think of is that FINAL_EQR_WIDTH might not be divisible by camera numbers.

aparrapo commented 7 years ago

Hi @kevinra, yes, it's to make sure it's divisible by the number of cameras :)