How to capture Pano Videos on iOS?









up vote
1
down vote

favorite












https://developers.google.com/vr/discover/360-degree-media



I have tried for 3 days trying to find something that records Pano videos without special hardware for my iOS app; Google 360 was the only thing I could find.



Has anyone used Google or anything else to capture 360 videos without special hardware? Is it even possible?



Any feedback on this will be greatly appreciated



Thank you










share|improve this question





















  • If you want to capture 360 degree video (as opposed to turning a panoramic image into a draggable still image) you will need a special camera. It isn't possible with the inbuilt camera
    – Paulw11
    Nov 10 at 20:41










  • did you see the Google Media library? they claim it can record 360 video
    – Mikhail
    Nov 10 at 20:47










  • Yes, using the Ricoh Theta camera. The supported capture sources are listed under "media capture"
    – Paulw11
    Nov 10 at 20:49














up vote
1
down vote

favorite












https://developers.google.com/vr/discover/360-degree-media



I have tried for 3 days trying to find something that records Pano videos without special hardware for my iOS app; Google 360 was the only thing I could find.



Has anyone used Google or anything else to capture 360 videos without special hardware? Is it even possible?



Any feedback on this will be greatly appreciated



Thank you










share|improve this question





















  • If you want to capture 360 degree video (as opposed to turning a panoramic image into a draggable still image) you will need a special camera. It isn't possible with the inbuilt camera
    – Paulw11
    Nov 10 at 20:41










  • did you see the Google Media library? they claim it can record 360 video
    – Mikhail
    Nov 10 at 20:47










  • Yes, using the Ricoh Theta camera. The supported capture sources are listed under "media capture"
    – Paulw11
    Nov 10 at 20:49












up vote
1
down vote

favorite









up vote
1
down vote

favorite











https://developers.google.com/vr/discover/360-degree-media



I have tried for 3 days trying to find something that records Pano videos without special hardware for my iOS app; Google 360 was the only thing I could find.



Has anyone used Google or anything else to capture 360 videos without special hardware? Is it even possible?



Any feedback on this will be greatly appreciated



Thank you










share|improve this question













https://developers.google.com/vr/discover/360-degree-media



I have tried for 3 days trying to find something that records Pano videos without special hardware for my iOS app; Google 360 was the only thing I could find.



Has anyone used Google or anything else to capture 360 videos without special hardware? Is it even possible?



Any feedback on this will be greatly appreciated



Thank you







ios arkit






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 10 at 19:57









Mikhail

111




111











  • If you want to capture 360 degree video (as opposed to turning a panoramic image into a draggable still image) you will need a special camera. It isn't possible with the inbuilt camera
    – Paulw11
    Nov 10 at 20:41










  • did you see the Google Media library? they claim it can record 360 video
    – Mikhail
    Nov 10 at 20:47










  • Yes, using the Ricoh Theta camera. The supported capture sources are listed under "media capture"
    – Paulw11
    Nov 10 at 20:49
















  • If you want to capture 360 degree video (as opposed to turning a panoramic image into a draggable still image) you will need a special camera. It isn't possible with the inbuilt camera
    – Paulw11
    Nov 10 at 20:41










  • did you see the Google Media library? they claim it can record 360 video
    – Mikhail
    Nov 10 at 20:47










  • Yes, using the Ricoh Theta camera. The supported capture sources are listed under "media capture"
    – Paulw11
    Nov 10 at 20:49















If you want to capture 360 degree video (as opposed to turning a panoramic image into a draggable still image) you will need a special camera. It isn't possible with the inbuilt camera
– Paulw11
Nov 10 at 20:41




If you want to capture 360 degree video (as opposed to turning a panoramic image into a draggable still image) you will need a special camera. It isn't possible with the inbuilt camera
– Paulw11
Nov 10 at 20:41












did you see the Google Media library? they claim it can record 360 video
– Mikhail
Nov 10 at 20:47




did you see the Google Media library? they claim it can record 360 video
– Mikhail
Nov 10 at 20:47












Yes, using the Ricoh Theta camera. The supported capture sources are listed under "media capture"
– Paulw11
Nov 10 at 20:49




Yes, using the Ricoh Theta camera. The supported capture sources are listed under "media capture"
– Paulw11
Nov 10 at 20:49












1 Answer
1






active

oldest

votes

















up vote
0
down vote













You can capture 360° panoramic photos and videos with normal cameras if you have 6 of them. You need to arrange them into a cube so that each camera points 90° to the 4 others for which it is a neighbor. This will allow you to capture the equivalent of a cube map. You can convert a cube map to equirectangular (which is what most 360° editing software uses) using conversion software, or you can write it yourself if you're so inclined.



There also exist hardware extensions for the iPhone that capture 360° equirectangular panoramas. Some are reasonably cheap, and some are fairly compact.



For just photos, you can take the 6 shots with a single camera, but you need to align it correctly. There are mounts to make it easier.






share|improve this answer




















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53242868%2fhow-to-capture-pano-videos-on-ios%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    You can capture 360° panoramic photos and videos with normal cameras if you have 6 of them. You need to arrange them into a cube so that each camera points 90° to the 4 others for which it is a neighbor. This will allow you to capture the equivalent of a cube map. You can convert a cube map to equirectangular (which is what most 360° editing software uses) using conversion software, or you can write it yourself if you're so inclined.



    There also exist hardware extensions for the iPhone that capture 360° equirectangular panoramas. Some are reasonably cheap, and some are fairly compact.



    For just photos, you can take the 6 shots with a single camera, but you need to align it correctly. There are mounts to make it easier.






    share|improve this answer
























      up vote
      0
      down vote













      You can capture 360° panoramic photos and videos with normal cameras if you have 6 of them. You need to arrange them into a cube so that each camera points 90° to the 4 others for which it is a neighbor. This will allow you to capture the equivalent of a cube map. You can convert a cube map to equirectangular (which is what most 360° editing software uses) using conversion software, or you can write it yourself if you're so inclined.



      There also exist hardware extensions for the iPhone that capture 360° equirectangular panoramas. Some are reasonably cheap, and some are fairly compact.



      For just photos, you can take the 6 shots with a single camera, but you need to align it correctly. There are mounts to make it easier.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        You can capture 360° panoramic photos and videos with normal cameras if you have 6 of them. You need to arrange them into a cube so that each camera points 90° to the 4 others for which it is a neighbor. This will allow you to capture the equivalent of a cube map. You can convert a cube map to equirectangular (which is what most 360° editing software uses) using conversion software, or you can write it yourself if you're so inclined.



        There also exist hardware extensions for the iPhone that capture 360° equirectangular panoramas. Some are reasonably cheap, and some are fairly compact.



        For just photos, you can take the 6 shots with a single camera, but you need to align it correctly. There are mounts to make it easier.






        share|improve this answer












        You can capture 360° panoramic photos and videos with normal cameras if you have 6 of them. You need to arrange them into a cube so that each camera points 90° to the 4 others for which it is a neighbor. This will allow you to capture the equivalent of a cube map. You can convert a cube map to equirectangular (which is what most 360° editing software uses) using conversion software, or you can write it yourself if you're so inclined.



        There also exist hardware extensions for the iPhone that capture 360° equirectangular panoramas. Some are reasonably cheap, and some are fairly compact.



        For just photos, you can take the 6 shots with a single camera, but you need to align it correctly. There are mounts to make it easier.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 10 at 22:10









        user1118321

        19.2k43963




        19.2k43963



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53242868%2fhow-to-capture-pano-videos-on-ios%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            這個網誌中的熱門文章

            Barbados

            How to read a connectionString WITH PROVIDER in .NET Core?

            Node.js Script on GitHub Pages or Amazon S3