marek-simonik / record3d

Accompanying library for the Record3D iOS app (https://record3d.app/). Allows you to receive RGBD stream from iOS devices with TrueDepth camera(s).
https://record3d.app/
GNU Lesser General Public License v2.1
382 stars 55 forks source link

Landscape support? #15

Open velolala opened 3 years ago

velolala commented 3 years ago

Hej! I'm having a lot of fun with record3d. Awesome work!

I was wondering why there is no landscape support for shooting video? I can of course rotate the video in USB mode, but when shooting and editing landscape in the app, things get really weird. Am I missing something?

Also tiny feature request: a clutter free, fullscreen shooting/preview mode would be wonderful!

Cheers!

marek-simonik commented 3 years ago

Hi, thank you for the tips! I have added them to my TODO list.

However, I am just not sure if it will be viable to make a full-screen live camera preview in the "Record" tab — from a technical standpoint, it is definitely possible to do it, but given the incompatible aspect ratios of the iPhone's screen and the camera image size, the displayed image would have to be "zoomed-in" — that way, you would not be able to see that more than you can see on your display is being recorded.

I think that at least this particular solution might not be best one, but if you have a suggestion how to solve this problem, I will be happy to implement it :)!