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
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.
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.