{"id":3142,"date":"2021-04-27T10:56:03","date_gmt":"2021-04-27T10:56:03","guid":{"rendered":"https:\/\/new-blog.artlist.io\/?p=3142"},"modified":"2026-03-22T15:57:07","modified_gmt":"2026-03-22T15:57:07","slug":"camera-angles","status":"publish","type":"post","link":"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/","title":{"rendered":"Camera angles explained: shooting with cameras, and creating with AI"},"content":{"rendered":"\n<p>Using different camera angles is an effective way to bring a different tone to your storytelling. Depending on where you position your camera and how you shoot your subjects, you can make your audience feel entirely differently about them and your story. Getting to grips with your camera angles is an absolute must.<\/p>\n\n\n\n<p>Broadly speaking, camera angles can be \u2018high\u2019, \u2018low\u2019 or eye-level, but these can be divided further. Depending on how high or low you go, or if you choose to shoot an eye-level shot from straight-on, behind, or somewhere in between, they each give a different feeling to your videos. <span style=\"font-weight: 400;\">This stays true whether you\u2019re filming on set or building scenes using virtual or AI workflows, using AI video models like Seedance 2.0&nbsp;<\/span><\/p>\n\n\n\n<p>In this post, we\u2019ll go over some of the essential camera angles every creator needs to know and see their impact. We\u2019ll see examples from famous films and clips from Artlist that you can use in your video to create the desired effect.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Bird\u2019s-eye view or aerial shot<\/h2>\n\n\n\n<p>Let\u2019s start high up above. To achieve a bird\u2019s-eye view or an aerial shot, you will need a drone or even a helicopter.&nbsp;<a href="\&quot;https:\/\/artlist.io\/blog\/how-to-get-the-best-aerial-footage\/\&quot;" target=\"_blank\" rel=\"noopener\">Aerial footage<\/a>&nbsp;can be used as establishing shots, but it can also be quite abstract and disorienting, so you need to think carefully about how best to use it. When you shoot from high above, it makes everything moving at ground level seem a bit slower. This could be great for something contemplative or give your audience a moment of pause, but maybe not so good for a frantic high-speed chase.<\/p>\n\n\n\n    <div class=\"clipsContainer\" id=\"69d07e960606e\"><\/div>\n\n    <script>\n        jQuery(document).ready(function($) {\n\n            if(\"footage\" == 'footage') {\n                if(\"6111949\" == '') { \/\/ if this is a request for multiple clips by attributes\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query ClipList($page: Int, $sortType: Int, $categoryIds: String, $searchTerm: String) {\n\t\t\t\t\t\t\t\tclipList(page: $page, sortType: $sortType, categoryIds: $categoryIds, searchTerm: $searchTerm) {\n\t\t\t\t\t\t\t\t  exactResults  {\n\t\t\t\t\t\t\t\t\tclipPath\n\t\t\t\t\t\t\t\t\tclipNameForUrl\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t\tisNew\n\t\t\t\t\t\t\t\t\tfilmMakerDisplayName\n\t\t\t\t\t\t\t\t\timageUrl\n\t\t\t\t\t\t\t\t\tthumbnailUrl\n\t\t\t\t\t\t\t\t\twidth\n\t\t\t\t\t\t\t\t\tvideoUrl\n\t\t\t\t\t\t\t\t\trawFileExt\n\t\t\t\t\t\t\t\t  }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n\t\t\t\t\t\t\t\t\"page\": 1,\n\t\t\t\t\t\t\t\t\"sortType\": 1,\n\t\t\t\t\t\t\t\t\"categoryIds\": null,\n\t\t\t\t\t\t\t\t\"searchTerm\": \"\"\n\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('footage list: ', res);\n                            var data = res.data.clipList.exactResults;\n                            if ($(\"#69d07e960606e\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d07e960606e\");\n                            } else if ($(\"#69d07e960606e\").length && data.length == 0) {\n                                $(\"#69d07e960606e\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                } else if(\"6111949\" !== '') { \/\/ if this is a request for a specific clip by id\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query Clip($clipId: Int!) {\n\t\t\t\t\t\t\t\tclip(id: $clipId) {\n\t\t\t\t\t\t\t\t\tclipPath\n\t\t\t\t\t\t\t\t\tclipNameForUrl\n\t\t\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\t\t\tisNew\n\t\t\t\t\t\t\t\t\tfilmMakerDisplayName\n\t\t\t\t\t\t\t\t\timageUrl\n\t\t\t\t\t\t\t\t\tthumbnailUrl\n\t\t\t\t\t\t\t\t\twidth\n\t\t\t\t\t\t\t\t\tvideoUrl\n\t\t\t\t\t\t\t\t\trawFileExt\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n\t\t\t\t\t\t\t\t\"clipId\": 6111949\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('specific footage: ', res);\n                            var data = res.data.clip;\n                            if ($(\"#69d07e960606e\").length && data !== '') {\n                                createClipsGrid(data, \"69d07e960606e\");\n                            } else if ($(\"#69d07e960606e\").length && data.length == '') {\n                                $(\"#69d07e960606e\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                }\n            } else if(\"footage\" == 'templates') {\n                if(\"6111949\" === '') {\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query TemplatesList($payload: TemplatesByTermSearchPayload!) {\n                                templatesList(payload: $payload) {\n                                    nameForUrl\n                                    id\n                                    name\n                                    isNew\n                                    artistName\n                                    thumbnailUrl\n                                    previewVideoFileUrl\n                                }\n                            }`,\n                            variables: `{\n                                \"payload\": {\n                                    \"page\": 1,\n                                    \"take\": 1,\n                                    \"sortBy\": \"1\",\n                                    \"categories\": null,\n                                    \"searchTerms\": \"\"\n                                }\n                            }`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('templates list: ', res);\n                            var data = res.data.templatesList;\n                            if ($(\"#69d07e960606e\").length && data.length > 0) {\n                                createClipsGrid(data, \"69d07e960606e\");\n                            } else if ($(\"#69d07e960606e\").length && data.length == 0) {\n                                $(\"#69d07e960606e\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                    } else if(\"6111949\" !== '') {\n                    $.ajax({\n                        method: \"POST\",\n                        url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                        contentType: \"application\/json\",\n                        data: JSON.stringify({\n                            query: `query Template($ids: [String!]!, $page: Int!, $take: Int!) {\n\t\t\t\t\t\t\t\ttemplatesByIds(ids: $ids, page: $page, take: $take) {\n\t\t\t\t\t\t\t\t\tnameForUrl\n                                    id\n                                    name\n                                    isNew\n                                    artistName\n                                    thumbnailUrl\n                                    previewVideoFileUrl\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                            variables: `{\n                                \"ids\": [\"6111949\"],\n                                \"page\": 1,\n                                \"take\": 1\n\t\t\t\t\t\t\t}`,\n                        })\n                    }).done(function (res) {\n                        if(res == '') {\n                            console.log('none');\n                        } else {\n                            console.log('specific template: ', res);\n                            var data = res.data.templatesByIds[0];\n                            if ($(\"#69d07e960606e\").length && data !== '') {\n                                createClipsGrid(data, \"69d07e960606e\");\n                            } else if ($(\"#69d07e960606e\").length && data.length == '') {\n                                $(\"#69d07e960606e\").empty().append('<div class=\"noClipsError\">No clips were found.<\/div>');\n                            }\n                        }\n                    });\n                }\n            }\n\n            function createClipsGrid(data, clipsContainerId){\n                const container = $(\"#\" + clipsContainerId);\n                let playerSrc = '';\n\n                $.each(data, function(index, clip) {\n                    if(\"6111949\" !== '') { \/\/ if this is a request for a specific clip by id - then the data is not an array of clips but only one clip and that's why the \"clip\" variable is actually the \"data\"\n                        index = 0\n                        clip = data;\n                    }\n                    if ((index) < 1) {\n                        \/\/ clip container\n                        const clipContainer = $(\"<div>\").addClass(\"clipContainer single_clip\");\n                        \/\/ new badge\n                        if (clip.isNew) {\n                            clipContainer.append('<span class=\"isNewBadge\">NEW<\/span>');\n                        }\n                        \/\/ video\n                        let videoElement = document.createElement('video');\n                        videoElement.setAttribute('playsinline', '');\n                        videoElement.setAttribute('webkit-playsinline', '');\n                        videoElement.setAttribute('x5-playsinline', '');\n                        videoElement.setAttribute('preload', 'auto');\n                        \n                        clipContainer.append(videoElement);\n                        \/\/ clip name and artist name\n                        let clipName = '';\n                        let artistName = '';\n                        if(\"footage\" == 'footage') {\n                            clipName = clip.clipNameForUrl;\n                            clipName = clipName.replace(\/-\/g, \", \");\n                            clipName = $(\"<a>\").addClass(\"clipName\").attr(\"href\", \"https:\/\/artlist.io\/stock-footage\/clip\/\" + clip.clipNameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").text(clipName);\n                            artistName = $(\"<div>\").addClass(\"artistName\").text('By ' + clip.filmMakerDisplayName + '');\n                        } else if(\"footage\" == 'templates') {\n                            clipName = $(\"<a>\").addClass(\"clipName\").attr(\"href\", \"https:\/\/artlist.io\/video-templates\/\" + clip.nameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").text(clip.name);\n                            artistName = $(\"<div>\").addClass(\"artistName\").text('By ' + clip.artistName + '');\n                        }\n                        const clipNames = $(\"<span>\").addClass(\"clipNames\").append(clipName, artistName);\n                        \/\/ download button\n                        let clipDownload = '';\n                        if(\"footage\" == 'footage') {\n                            clipDownload = $(\"<a>\").addClass(\"clipDownload\").attr(\"href\", \"https:\/\/artlist.io\/stock-footage\/clip\/\" + clip.clipNameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").html('<i class=\"icon download white\"><\/i>');\n                        } else if(\"footage\" == 'templates') {\n                            clipDownload = $(\"<a>\").addClass(\"clipDownload\").attr(\"href\", \"https:\/\/artlist.io\/video-templates\/\" + clip.nameForUrl + \"\/\" + clip.id + \"?download=1&utm_source=blog\").attr(\"target\", \"_blank\").html('<i class=\"icon download white\"><\/i>');\n                        }\n                        \/\/ overlay\n                        const overlay = $(\"<div>\").addClass(\"overlay\");\n                        overlay.append(clipNames, clipDownload);\n\n                        \/\/ APPEND ALL ELEMENTS INTO AUDIO PLAYER CONTAINER\n                        clipContainer.append(videoElement, overlay);\n\n                        \/\/ if this is a preview of only one specific clip (by id)\n                        if(\"6111949\" !== '') {\n                            $(container).addClass(\"clipContainerSingular\")\n                        }\n\n                        \/\/ append audio player container into main playlist container\n                        container.append(clipContainer[0]);\n\n                        if(\"footage\" == 'footage') {\n                            playerSrc =  clip.clipPath;\n                        } else if(\"footage\" == 'templates') {\n                            playerSrc =  clip.previewVideoFileUrl;\n                        }\n                        const player = videojs(videoElement, {\n                            muted: true,\n                            autoplay: true,\n                        });\n\n                        player.src({\n                            src: playerSrc,\n                            type: 'application\/x-mpegURL'\n                        });\n\n                        \/* SEGMENT EVENTS *\/\n                        const special_data = getProps();\n\n                        \/* media played *\/\n                        var $videoElement = $(videoElement);\n                        $videoElement.on('play', function() {\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media played\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/* media paused *\/\n                        var $videoElement = $(videoElement);\n                        $videoElement.on('pause', function() {\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media paused\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/* media viewed *\/\n                        const observer = new IntersectionObserver(entries => {\n                            entries.forEach(entry => {\n                                if (entry.isIntersecting) {\n                                    var assetId = clip.id;\n                                    var artist = clip.filmMakerDisplayName || clip.artistName;\n                                    var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                                    var asset_type = null;\n                                    if(\"footage\" == 'footage') {\n                                        asset_type = 'footage';\n                                    } else if(\"footage\" == 'templates') {\n                                        asset_type = 'template';\n                                    }\n                                    analytics.track(\"media viewed\", {\n                                        asset_id: assetId || null,\n                                        asset_type: asset_type || null,\n                                        click_source: 'player',\n                                        artist: artist || null,\n                                        title: title || null,\n                                        genre: null,\n                                        ...special_data,\n                                    });\n                                    observer.unobserve(entry.target);\n                                }\n                            });\n                        }, {\n                            threshold: 0.5\n                        });\n                        observer.observe($videoElement[0]);\n\n                        \/* media downloaded *\/\n                        $videoElement.closest('.clipContainer').find('.clipName').on('click', function() {\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media downloaded\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n                        $videoElement.closest('.clipContainer').find('.clipDownload').on('click', function() {\n                            var assetId = clip.id;\n                            var artist = clip.filmMakerDisplayName || clip.artistName;\n                            var title = clip.clipNameForUrl ? clip.clipNameForUrl.replace(\/-\/g, \", \") : clip.name;\n                            var asset_type = null;\n                            if(\"footage\" == 'footage') {\n                                asset_type = 'footage';\n                            } else if(\"footage\" == 'templates') {\n                                asset_type = 'template';\n                            }\n                            analytics.track(\"media downloaded\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        });\n\n                        \/\/ check screen size\n                        var mobileScreen = window.matchMedia('(max-width: 767px)');\n                        if (mobileScreen.matches) { \/\/ mobile\n                            const observer = new IntersectionObserver(function(entries) {\n                                entries.forEach(entry => {\n                                    if (entry.isIntersecting) {\n                                        player.play(); \/\/ Play the video when it enters the viewport\n                                    } else {\n                                        player.pause(); \/\/ Pause the video when it goes out of the viewport\n                                    }\n                                });\n                            });\n                            observer.observe(videoElement);\n                        } else { \/\/ desktop\n                            clipContainer.on('mouseenter', function() {\n                                player.play();\n                            });\n\n                            clipContainer.on('mouseleave', function() {\n                                player.pause();\n                            });\n                        }\n\n                    }\n                    if(\"6111949\" !== '') { \/\/ if this is a request for a specific clip by id - then break out of loop after first time bc it's not an array\n                        return false;\n                    }\n                });\n            }\n\n        });\n    <\/script>\n\n    \n\n\n\n<p><span style=\"font-weight: 400;\">You can also create bird\u2019s eye view visuals from AI too. Using models like <\/span><a href=\"https:\/\/artlist.io\/ai\/models\/kling-3-0\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"font-weight: 400;\">Kling 3.0<\/span><\/a><span style=\"font-weight: 400;\">, and including \u201cbird\u2019s eye view\u201d in your prompt, can give you images in seconds.\u00a0<\/span><\/p>\n\n\n\n<p><b>Prompt: <\/b><i><span style=\"font-weight: 400;\">\u201cExtreme bird\u2019s-eye view from directly above, 90-degree vertical top-down shot. A giant chessboard city where buildings are shaped like chess pieces, people below move around them like pawns. Futuristic feel.\u201d<\/span><\/i><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-1024x1024.jpg\" alt=\"A Kling 3.0-generated image of a futuristic city where the buildings are chess boards, from a bird's-eye view.\" class=\"wp-image-62490\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-1024x1024.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-300x300.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-150x150.jpg 150w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-768x768.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-1536x1536.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Overhead shot<\/h2>\n\n\n\n<p>Overhead shots come somewhere between bird\u2019s-eye view and high-angle shots. You will look down directly onto your subject, but be slightly closer than in a bird\u2019s-eye view. They&#8217;re a standard when it comes to&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/how-to-make-tasty-food-videos\/\" target=\"_blank\" rel=\"noopener\">making food videos<\/a>, or in fact, any kind of demonstration video, giving clear sight of what\u2019s going on, but are important in a storytelling situation, too.<\/p>\n\n\n\n<p>There\u2019s a surprising versatility to overhead shots. First, they can give your audience a sense of being all-seeing or even all-knowing. While they might be intrusive, they can also be intimate, like in the ice scene from Michel Gondry&#8217;s&nbsp;<em>Eternal Sunshine of the Spotless Mind<\/em>.<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/www.youtube.com\/watch?v=0mYwYzA_UlU\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/0mYwYzA_UlU?feature=oembed\" width=\"512\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<p>They also convey movement very well, and that\u2019s why legendary director Busby Berkley incorporated plenty of overhead shots in his choreographed scenes.<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/www.youtube.com\/watch?v=ysvQ5MaUbd8\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/ysvQ5MaUbd8?feature=oembed\" width=\"683\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">High-angle shot<\/h2>\n\n\n\n<p>A high-angle shot is the classic&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/establishing-shot\/\" target=\"_blank\" rel=\"noopener\">establishing shot<\/a>, but you can put them to work in more ways than just that. When you want to give your audience the feeling that they are in control and that the subject is somehow inferior or disempowered, shoot from higher up. It will make your subject appear smaller than she or he really is.<\/p>\n\n\n\n<p>You can see an excellent example for this in the Coen Brothers\u2019 film&nbsp;<em>Fargo<\/em>&nbsp;(which recently&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/fargo-deceptive-simplicity-analysis\/\" target=\"_blank\" rel=\"noopener\">celebrated its 25th anniversary<\/a>), where the extremely high-angle shot enhances the effect of insignificance and loneliness of the film\u2019s tragic hero:<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/youtu.be\/DzECpggqZnA\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/DzECpggqZnA?feature=oembed\" width=\"512\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<p>Remember: a high-angle shot can come just above someone\u2019s head, from the corner or a room, out of a window or at the top of a building. There\u2019s a lot of variation in \u2018high\u2019, and that can bring a lot of variation to your filmmaking.<\/p>\n\n\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"186\" class=\"elementor elementor-186\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b6940b6 elementor-section-full_width cta-middle external elementor-section-height-default elementor-section-height-default\" data-id=\"b6940b6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ae3297b\" data-id=\"ae3297b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c76fe4 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3c76fe4\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"45\" height=\"13\" viewBox=\"0 0 45 13\" fill=\"none\"><path d=\"M13.7128 4.45274C13.2137 4.45274 12.7223 4.56022 12.2694 4.75984C11.8701 4.93643 11.5477 5.25889 11.3634 5.65046V9.85017H9.58984V2.91719H11.2175V4.39899C11.3327 4.16866 11.4786 3.95368 11.6551 3.75406C11.8164 3.5698 12.0006 3.40089 12.2003 3.25501C12.3845 3.12449 12.5765 3.00933 12.7914 2.93255C12.9757 2.86345 13.1753 2.82506 13.3673 2.81738H13.5823C13.6283 2.81738 13.6744 2.82506 13.7205 2.83274L13.7128 4.45274Z\" fill=\"#FFDA2A\"><\/path><path d=\"M19.1865 9.48966C18.9024 9.6125 18.6106 9.71999 18.3112 9.80445C17.958 9.91193 17.5972 9.96568 17.2287 9.96568C16.9906 9.96568 16.7603 9.93497 16.53 9.87354C16.3227 9.8198 16.1307 9.71231 15.9618 9.57411C15.7929 9.42824 15.6624 9.25165 15.5703 9.04435C15.4628 8.79867 15.4167 8.52995 15.4244 8.26123V4.27649H14.5107V2.91754H15.4244V0.667969H17.1979V2.91754H18.6567V4.27649H17.1979V7.66236C17.1979 7.90805 17.2594 8.08464 17.3899 8.18445C17.5204 8.29194 17.6893 8.34568 17.8582 8.338C18.0425 8.338 18.2268 8.30729 18.4033 8.24587C18.5799 8.18445 18.7181 8.1307 18.8256 8.08464L19.1865 9.48966Z\" fill=\"#FFDA2A\"><\/path><path d=\"M19.9315 0.191406H21.7051V7.62343C21.7051 7.87679 21.7665 8.07642 21.8893 8.22229C22.0275 8.36817 22.2195 8.44495 22.4191 8.43727C22.5342 8.43727 22.6571 8.41424 22.7723 8.38352C22.8951 8.35281 23.0179 8.30675 23.1331 8.253L23.3711 9.60428C23.1024 9.72712 22.826 9.81926 22.5342 9.86532C22.2502 9.92674 21.9661 9.95745 21.6743 9.95745C21.1215 9.95745 20.6916 9.81158 20.3845 9.51215C20.0774 9.21272 19.9315 8.79812 19.9238 8.253L19.9315 0.191406Z\" fill=\"#FFDA2A\"><\/path><path d=\"M24.2998 9.84997V2.91699H26.0734V9.84997H24.2998Z\" fill=\"#FFDA2A\"><\/path><path d=\"M26.1887 1.08236C26.2041 1.35876 26.0966 1.6198 25.8893 1.80407C25.6973 1.98066 25.4516 2.08047 25.1906 2.07279C24.9296 2.08047 24.6685 1.98066 24.4766 1.80407C24.277 1.6198 24.1695 1.35108 24.1771 1.08236C24.1771 0.767578 24.277 0.521892 24.4766 0.345304C24.6685 0.168717 24.9296 0.0689069 25.1906 0.0765846C25.4516 0.0765846 25.6973 0.168717 25.8893 0.345304C26.0889 0.521892 26.1887 0.759901 26.1887 1.08236Z\" fill=\"#FFDA2A\"><\/path><path d=\"M30.1276 9.98085C29.5441 9.98085 28.9683 9.88872 28.4232 9.70446C27.9011 9.53555 27.4174 9.26683 26.9951 8.91365L27.6554 7.80038C28.0393 8.07678 28.4539 8.30711 28.8915 8.4837C29.2754 8.63725 29.6823 8.71403 30.0892 8.71403C30.4424 8.71403 30.7188 8.64493 30.9261 8.51441C31.1257 8.39157 31.2409 8.17659 31.2332 7.94626C31.2409 7.70825 31.095 7.49328 30.88 7.40114C30.5038 7.23991 30.1123 7.10939 29.713 7.0019C29.26 6.87906 28.8762 6.76389 28.5614 6.64873C28.285 6.55659 28.0316 6.42607 27.7936 6.25716C27.6093 6.12664 27.4635 5.95773 27.3713 5.75044C27.2792 5.53546 27.2331 5.30513 27.2408 5.06712C27.2331 4.73698 27.3022 4.41451 27.4481 4.11508C27.5863 3.83869 27.7782 3.58532 28.0239 3.39338C28.285 3.18608 28.5767 3.03253 28.8915 2.93272C29.237 2.82523 29.6055 2.77148 29.9664 2.77148C30.4578 2.77148 30.9568 2.84058 31.4252 2.99414C31.8858 3.14769 32.3158 3.39338 32.6766 3.72352L31.9626 4.7984C31.6478 4.56039 31.3023 4.36077 30.9338 4.21489C30.619 4.09205 30.2889 4.03063 29.951 4.03063C29.69 4.02295 29.429 4.08437 29.1986 4.21489C28.999 4.33774 28.8915 4.53736 28.8915 4.81375C28.8838 4.92124 28.9145 5.02873 28.9683 5.12086C29.0297 5.213 29.1065 5.2821 29.1986 5.33584C29.3291 5.41262 29.4673 5.46636 29.6132 5.51243C29.7821 5.56617 29.9971 5.62759 30.2581 5.68901C30.7342 5.81186 31.1411 5.9347 31.4789 6.05754C31.7783 6.15735 32.0547 6.30323 32.3158 6.47982C32.5154 6.61802 32.6766 6.80996 32.7918 7.03261C32.8993 7.26294 32.953 7.52399 32.9453 7.77735C32.9453 8.45299 32.692 8.99043 32.1929 9.38199C31.6708 9.78891 30.9952 9.98085 30.1276 9.98085Z\" fill=\"#FFDA2A\"><\/path><path d=\"M38.0812 9.48966C37.7971 9.6125 37.5053 9.71999 37.2059 9.80445C36.8527 9.91193 36.4919 9.96568 36.1233 9.96568C35.8853 9.96568 35.655 9.93497 35.4323 9.87354C35.225 9.8198 35.0331 9.71231 34.8642 9.57411C34.6953 9.42824 34.5647 9.25165 34.4726 9.04435C34.3651 8.79867 34.3191 8.52995 34.3267 8.26123V4.27649H33.4131V2.91754H34.3267V0.667969H36.1003V2.91754H37.5591V4.27649H36.1003V7.66236C36.1003 7.90805 36.1617 8.08464 36.2922 8.18445C36.4228 8.29194 36.5917 8.34568 36.7606 8.338C36.9448 8.338 37.1291 8.30729 37.3057 8.24587C37.4823 8.18445 37.6205 8.1307 37.728 8.08464L38.0812 9.48966Z\" fill=\"#FFDA2A\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.43194 1.08203H5.20549L8.62975 8.48334V9.85765C7.24776 9.91907 5.80435 9.94979 4.31487 9.94979C2.8254 9.94979 1.38199 9.91907 0 9.85765V8.48334L3.43194 1.08203ZM1.90407 8.39121C2.71023 8.41424 3.51639 8.42192 4.31487 8.42192C5.12103 8.42192 5.92719 8.40657 6.72567 8.39121L4.31487 3.18572L1.90407 8.39121Z\" fill=\"#FFDA2A\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-509c078 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"509c078\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b63c6db\" data-id=\"b63c6db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88ef02d elementor-widget elementor-widget-heading\" data-id=\"88ef02d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Get unlimited royalty-free 4K footage<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-90a8615\" data-id=\"90a8615\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-476808b elementor-mobile-align-justify elementor-align-justify elementor-widget__width-initial external-link-event event-midpage-startfree elementor-widget-tablet__width-initial elementor-widget elementor-widget-button\" data-id=\"476808b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/artlist.io\/start-now\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Start  Free Now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1816319 elementor-mobile-align-justify elementor-align-justify elementor-widget__width-initial external-link-event event-midpage-pricing elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"1816319\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/artlist.io\/page\/pricing\/max\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Pricing<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\n\n\n<h2 class=\"wp-block-heading\">Eye-level shot<\/h2>\n\n\n\n<p>Eye-level shots are one of the staple camera angles in filmmaking. They&#8217;re neutral and allow your audience to form their own conclusions about the subject. You aren\u2019t being suggestive; everything is on the level. Obviously, this is important if you\u2019re filming an interview or documentary, but it\u2019s also a handy storytelling technique because ambiguity is valuable.<\/p>\n\n\n\n<p>Check out the powerful emotional ambiguity in the ending scene of Christopher Nolan\u2019s&nbsp;<em>Inception<\/em>:<\/p>\n\n\n\n<div class=\"b-youtube-embed\" id=\"XQPy88-E2zo\">\n    <div class=\"play-button\"><\/div>\n            <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/XQPy88-E2zo\/maxresdefault.jpg\" class=\"asset original\" alt=\"Artlist Blog\"\/>\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/XQPy88-E2zo\/maxresdefault.jpg\" class=\"asset desktop\" alt=\"Artlist Blog\"\/>\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/XQPy88-E2zo\/maxresdefault.jpg\" class=\"asset desktop-small\" alt=\"Artlist Blog\"\/>\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/XQPy88-E2zo\/maxresdefault.jpg\" class=\"asset tablet\" alt=\"Artlist Blog\"\/>\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/XQPy88-E2zo\/maxresdefault.jpg\" class=\"asset mobile\" alt=\"Artlist Blog\"\/>\n<\/div>\n\n\n\n\n<p>When you shoot at eye level, you will want to think not just about the camera angle going up and down but also about the camera angle moving around your subject too. Will you shoot straight on, looking her or him in the eye? That\u2019s very intimate. It works well for emotional scenes or important appeals and is very effective combined with a&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/shallow-depth-of-field-what-it-is-and-how-to-use-it\/\">shallow depth of field<\/a>. You probably wouldn\u2019t want an interview subject looking directly into the camera, but instead at the interviewer.<\/p>\n\n\n\n<p>In this date scene from&nbsp;<em>Whiplash<\/em>, you can see the effect of each camera placement. It starts with a side view shot that gives us the observational feel and then goes to the over-the-shoulder to give a sense of connection. When the conversation starts to get a bit confrontational, it switches to&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/the-power-of-the-close-up-shot-why-when-and-how-to-use-it\/\" target=\"_blank\" rel=\"noopener\">close-up shots<\/a>&nbsp;of each of the characters, breaking the tension by going back to shooting them from the side.<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/www.youtube.com\/watch?v=4ywqo9IiGBE\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/4ywqo9IiGBE?feature=oembed\" width=\"683\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Low-angle shot<\/h2>\n\n\n\n<p>When you shoot from below\u2013whether it\u2019s from just below the chin or from knee-level\u2013you instantly empower your subject over the audience. And you make them appear larger than they actually are.<\/p>\n\n\n\n<p>In this scene from Quentin Tarantino\u2019s&nbsp;<em>Django Unchained<\/em>, watch how the low-angle shot gives the rebelling Django power.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/media2.giphy.com\/media\/yCpoyeMDGcPbWCpAYt\/giphy.gif\" alt=\"Animated GIF - Find &amp; Share on GIPHY\"\/><\/figure>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/media.giphy.com\/media\/yCpoyeMDGcPbWCpAYt\/giphy.gif\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><\/div>\n\n\n\n<p>By subtly combining low and high-angle shots in the same scene, you can give your audience visual cues about who is in control and who is being dominated.<\/p>\n\n\n\n<p>In this clip from The&nbsp;<em>Black Panther<\/em>, you can see how combining low-angle and high-angle shots can show the changing power relationship between the characters.<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/www.youtube.com\/watch?v=F_18ZaS4prI\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/F_18ZaS4prI?feature=oembed\" width=\"683\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<p>When using <a href=\"https:\/\/artlist.io\/ai\/video-generator\" target=\"_blank\" rel=\"noreferrer noopener\">AI video<\/a> or image tools, describing the camera\u2019s height in your prompt is important. For example, adding in <em>\u201clow-angle medium shot\u201d <\/em>will give a very different effect than an <em>\u201ceye-level portrait\u201d<\/em>. Think of it as having the same storytelling rules, even when the camera is digital.\u00a0<\/p>\n\n\n\n<p>For example, changing the camera angle from \u201clow-angle\u201d to \u201ceye-level portrait\u201d takes one prompt:<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228-1024x1024.jpg\" alt=\"A Nano Banana Pro-generated image of an astronaut standing on the moon, low-angle camera.\" class=\"wp-image-62499\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228-1024x1024.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228-300x300.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228-150x150.jpg 150w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228-768x768.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228-1536x1536.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_09228.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><strong>Prompt: \u201c<\/strong><em>A confident astronaut in outer space, standing on the moon with planet Earth in the background, <\/em><strong><em>low-angle shot from ground level<\/em><\/strong><em> looking up, 24mm wide lens perspective.\u201d<\/em><\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196-1024x1024.jpg\" alt=\"A Nano Banana Pro-generated image of an astronaut standing on the moon, eye-level portrait style.\" class=\"wp-image-62508\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196-1024x1024.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196-300x300.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196-150x150.jpg 150w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196-768x768.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196-1536x1536.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_confident_astronaut_in_outer_Nano_Banana_Pro_79196.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><strong>Prompt: <\/strong>\u201c<em>A confident astronaut in outer space, standing on the moon with planet Earth in the background, <\/em><strong><em>eye-level portrait<\/em><\/strong><em>, 24mm wide lens perspective.\u201d<\/em><\/figcaption><\/figure>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Worm\u2019s-eye view<\/h2>\n\n\n\n<p>A worm\u2019s-eye view is also known as a ground-level shot. Imagine that you are a worm, looking up at the world. These shots really emphasize the size of anything going upwards, whether it\u2019s a flower or a skyscraper and have a very strong immersive effect. If you want to intensify the immersive effect, then have a look at a&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/wide-angle-lenses\/\" target=\"_blank\" rel=\"noopener\">wide-angle lens<\/a>.<\/p>\n\n\n\n<p>In this scene from Tarantino\u2019s&nbsp;<em>Inglourious Basterds<\/em>, the worm\u2019s-eye view shot of Brad Pitt and Eli Roth gives the Jewish guerilla soldiers superiority over the nazis.<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/www.youtube.com\/watch?v=YissPv9Ycjs\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/YissPv9Ycjs?feature=oembed\" width=\"683\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Dutch angle (or Dutch tilt)<\/h2>\n\n\n\n<p>A Dutch angle, or Dutch tilt, is when you deliberately skew the horizon in a scene. When done properly, it produces a sense of confusion or disorientation in the audience. But, you do need to be deliberate with this. If it\u2019s at an angle of just a few degrees, it might feel like a mistake and be plain irritating rather than evocative. Be bold here!<\/p>\n\n\n\n<p>Watch how this Dutch angle-heavy scene from Terry Gilliam\u2019s&nbsp;<em>12 Monkeys<\/em>&nbsp;really conveys the wacky atmosphere of the asylum and delivers the sense of disorientation.<\/p>\n\n\n\n<div class=\"mceNonEditable embeditem\" data-embed-url=\"https:\/\/www.youtube.com\/watch?v=ioBueVTZ0RM\" data-embed-height=\"384\" data-embed-width=\"800\" data-embed-constrain=\"true\"><iframe src=\"https:\/\/www.youtube.com\/embed\/ioBueVTZ0RM?feature=oembed\" width=\"683\" height=\"384\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Camera angles in AI production workflows&nbsp;<\/h2>\n\n\n\n<p>When you shoot with a physical camera, angles are something you have to feel and test out. Maybe you\u2019ll need to move the tripod a bit higher, or maybe tilt the camera slightly more to get the effect you\u2019re looking to create.&nbsp;<\/p>\n\n\n\n<p>In AI and virtual production, you need to describe how the camera shoots, as most AI tools default to generating an image with an eye-level angle.&nbsp;<\/p>\n\n\n\n<p>Using AI image and video tools before you even pick up a camera allows you to easily test different camera angles. For example, if you&#8217;re creating a product video, and you want to see if it\u2019s better that the hero shot projects power or intimacy. With just a few clicks, you can easily test:&nbsp;<\/p>\n\n\n\n<ul>\n<li>An eye-level close up<\/li>\n\n\n\n<li>Slight low-angle medium shot&nbsp;<\/li>\n\n\n\n<li>Overhead detail shot&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>Base prompt<\/strong>: \u201c<em>A sparkling white unicorn with a flowing rainbow mane standing in a glowing magical forest at dawn. Soft golden light filters through tall ancient trees. Subtle magical sparkles drifting in the air. In the foreground, on a moss-covered stone, stands a clean, unbranded white dishwashing liquid bottle with no label or logo, minimalist design. <\/em><strong><em>[Camera angle goes here]<\/em><\/strong><em>.<\/em>\u201d<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"578\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_04879-1024x578.jpg\" alt=\"A Kling O3-generated image of a unicorn in a forest with a white detergent bottle, eye-level camera angle.\" class=\"wp-image-62517\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_04879-1024x578.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_04879-300x169.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_04879-768x434.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_04879-1536x867.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_04879-2048x1157.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Eye-level AI shot<\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"578\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_14026-1024x578.jpg\" alt=\"A Kling O3-generated image of a unicorn in a forest with a white detergent bottle, medium low-angle camera angle.\" class=\"wp-image-62526\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_14026-1024x578.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_14026-300x169.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_14026-768x434.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_14026-1536x867.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_14026-2048x1157.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Slight low-angle medium shot<\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"578\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_08239-1024x578.jpg\" alt=\"A Kling O3-generated image of a unicorn in a forest with a white detergent bottle, medium low-angle camera angle.\" class=\"wp-image-62535\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_08239-1024x578.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_08239-300x169.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_08239-768x434.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_08239-1536x867.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/A_sparkling_white_unicorn_with_Kling_O3_08239-2048x1157.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Overhead detail shot<\/figcaption><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p>Then, using your results you can see what works best, before even booking a studio or building a set, or using AI for your entire piece and not even needing to use a studio or set at all.&nbsp;<\/p>\n\n\n\n<p>AI models like <a href=\"https:\/\/artlist.io\/ai\/models\/flux-2-dev\" target=\"_blank\" rel=\"noreferrer noopener\">Flux 2.0<\/a> and <a href=\"https:\/\/artlist.io\/ai\/models\/kling-o3\" target=\"_blank\" rel=\"noreferrer noopener\">Kling O3<\/a> are great at following exact camera directions, and the more specific you are about height, distance, and framing, the better your results will be.\u00a0<\/p>\n\n\n\n<p>Some AI video models, such as <a href=\"https:\/\/artlist.io\/ai\/models\/veo-3-1\" target=\"_blank\" rel=\"noreferrer noopener\">Veo 3.1<\/a>, also allow you to upload an image and generate a video from it:<br><br><strong>Prompt<\/strong>: \u201c<em>The unicorn excitedly head butts the white bottle, which spills a rainbow liquid that quickly spreads over the mossy rock. Everything the liquid touches turns to a rainbow colour. Gold specks of light shimmer in the liquid<\/em>.\u201d\u00a0\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/The_unicorn_excitedly_head_but_Veo_31_72202.mp4\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Mastering perspective across all types of video creation<\/h2>\n\n\n\n<p>If you\u2019re a little hesitant about trying too many different angles, or being too extravagant,&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/shooting-b-roll-footage\/\" target=\"_blank\" rel=\"noopener\">shooting B-roll<\/a>&nbsp;is the perfect opportunity to experiment with your camera angles. You might not use what you\u2019ve shot, but then again, you might. And you will definitely get a feel for what different camera angles bring to your filmmaking.<\/p>\n\n\n\n<p>If you want to take your use of camera angles a step further, consider how they will combine with different&nbsp;<a href=\"https:\/\/new-blog.artlist.io\/blog\/cinematic-footage-and-the-types-of-camera-lenses-you-should-use\" target=\"_blank\" rel=\"noopener\">cinematic lenses<\/a>. We\u2019ve already looked at the immersive effect of the worm\u2019s-eye view with the wide-angle lens, but think about how a fish-eye lens could change things; or when you should use a telephoto.<\/p>\n\n\n\n<p>As AI video tools like Seedance 2.0 become more realistic, you need to describe camera height and angle more carefully. Technology changes, but perspective still controls how a scene feels.<\/p>\n\n\n\n\n\n<p>Finally, remember that camera angles in filmmaking are an important tool, but it\u2019s easy to overuse them. Too many different angles or quick changes can be disorienting for the audience or remind them that they are watching a film and not get them fully immersed in the experience. <\/p>\n\n\n\n<p>Ready to put these angles into practice? Try building and testing your shots inside Artlist\u2019s <a href=\"https:\/\/toolkit.artlist.io\/image-video-generator?mode=video&amp;modelGroupID=302\" target=\"_blank\" rel=\"noreferrer noopener\">AI Toolkit<\/a>, and create rough ideas and final-ready videos in just a few clicks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using different camera angles is an effective way to bring a different tone to your storytelling. Depending on where you position your camera and how you shoot your subjects, you can make your audience feel entirely differently about them and your story. Getting to grips with your camera angles is an absolute must.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[5,1574],"tags":[1662,247,246],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Use Camera Angles in Your Videos | Artlist<\/title>\n<meta name=\"description\" content=\"Check out essential camera angles every creator needs to know and see their impact, with AI examples. famous films and clips on Artlist.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/new-blog.artlist.io\/camera-angles\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Camera Angles in Your Videos | Artlist\" \/>\n<meta property=\"og:description\" content=\"Check out essential camera angles every creator needs to know and see their impact, with AI examples. famous films and clips on Artlist.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/new-blog.artlist.io\/camera-angles\/\" \/>\n<meta property=\"og:site_name\" content=\"Artlist Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-27T10:56:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-22T15:57:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-1024x1024.jpg\" \/>\n<meta name=\"author\" content=\"Daniela Bowker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/SmallAperture\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniela Bowker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/new-blog.artlist.io\/camera-angles\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/\"},\"author\":{\"name\":\"Daniela Bowker\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/0482f62ddfb2bf09294104350c1c07eb\"},\"headline\":\"Camera angles explained: shooting with cameras, and creating with AI\",\"datePublished\":\"2021-04-27T10:56:03+00:00\",\"dateModified\":\"2026-03-22T15:57:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/\"},\"wordCount\":1878,\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#organization\"},\"keywords\":[\"AI camera movement\",\"Camera angles\",\"camera placement\"],\"articleSection\":[\"Production &amp; Filmmaking\",\"Tips and Education\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/\",\"url\":\"https:\/\/new-blog.artlist.io\/camera-angles\/\",\"name\":\"How to Use Camera Angles in Your Videos | Artlist\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#website\"},\"datePublished\":\"2021-04-27T10:56:03+00:00\",\"dateModified\":\"2026-03-22T15:57:07+00:00\",\"description\":\"Check out essential camera angles every creator needs to know and see their impact, with AI examples. famous films and clips on Artlist.\",\"breadcrumb\":{\"@id\":\"https:\/\/new-blog.artlist.io\/camera-angles\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/new-blog.artlist.io\/camera-angles\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/new-blog.artlist.io\/camera-angles\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Production &amp; Filmmaking\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/production-filmmaking\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Camera angles explained: shooting with cameras, and creating with AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#website\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/\",\"name\":\"Artlist Blog\",\"description\":\"Just artlist blog website\",\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/new-blog.artlist.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#organization\",\"name\":\"Artlist Blog\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg\",\"contentUrl\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg\",\"width\":143,\"height\":28,\"caption\":\"Artlist Blog\"},\"image\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/0482f62ddfb2bf09294104350c1c07eb\",\"name\":\"Daniela Bowker\",\"description\":\"Daniela is a writer and editor based in the UK. Since 2010 she has focused on the photography sector. In this time, she has written three books and contributed to many more, served as the editor for two websites, written thousands of articles for numerous publications, both in print and online and runs the Photocritic Photography School.\",\"sameAs\":[\"https:\/\/www.instagram.com\/smallaperture\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/SmallAperture\"],\"url\":\"https:\/\/new-blog.artlist.io\/blog\/author\/danielab\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Camera Angles in Your Videos | Artlist","description":"Check out essential camera angles every creator needs to know and see their impact, with AI examples. famous films and clips on Artlist.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/new-blog.artlist.io\/camera-angles\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Camera Angles in Your Videos | Artlist","og_description":"Check out essential camera angles every creator needs to know and see their impact, with AI examples. famous films and clips on Artlist.","og_url":"https:\/\/new-blog.artlist.io\/camera-angles\/","og_site_name":"Artlist Blog","article_published_time":"2021-04-27T10:56:03+00:00","article_modified_time":"2026-03-22T15:57:07+00:00","og_image":[{"url":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2026\/03\/Extreme_birds-eye_view_from_di_Kling_30_17293-1024x1024.jpg"}],"author":"Daniela Bowker","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/SmallAperture","twitter_misc":{"Written by":"Daniela Bowker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/new-blog.artlist.io\/camera-angles\/#article","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/"},"author":{"name":"Daniela Bowker","@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/0482f62ddfb2bf09294104350c1c07eb"},"headline":"Camera angles explained: shooting with cameras, and creating with AI","datePublished":"2021-04-27T10:56:03+00:00","dateModified":"2026-03-22T15:57:07+00:00","mainEntityOfPage":{"@id":"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/"},"wordCount":1878,"publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#organization"},"keywords":["AI camera movement","Camera angles","camera placement"],"articleSection":["Production &amp; Filmmaking","Tips and Education"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/new-blog.artlist.io\/blog\/camera-angles\/","url":"https:\/\/new-blog.artlist.io\/camera-angles\/","name":"How to Use Camera Angles in Your Videos | Artlist","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#website"},"datePublished":"2021-04-27T10:56:03+00:00","dateModified":"2026-03-22T15:57:07+00:00","description":"Check out essential camera angles every creator needs to know and see their impact, with AI examples. famous films and clips on Artlist.","breadcrumb":{"@id":"https:\/\/new-blog.artlist.io\/camera-angles\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/new-blog.artlist.io\/camera-angles\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/new-blog.artlist.io\/camera-angles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/new-blog.artlist.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Production &amp; Filmmaking","item":"https:\/\/new-blog.artlist.io\/blog\/production-filmmaking\/"},{"@type":"ListItem","position":3,"name":"Camera angles explained: shooting with cameras, and creating with AI"}]},{"@type":"WebSite","@id":"https:\/\/new-blog.artlist.io\/blog\/#website","url":"https:\/\/new-blog.artlist.io\/blog\/","name":"Artlist Blog","description":"Just artlist blog website","publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/new-blog.artlist.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/new-blog.artlist.io\/blog\/#organization","name":"Artlist Blog","url":"https:\/\/new-blog.artlist.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg","contentUrl":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg","width":143,"height":28,"caption":"Artlist Blog"},"image":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/0482f62ddfb2bf09294104350c1c07eb","name":"Daniela Bowker","description":"Daniela is a writer and editor based in the UK. Since 2010 she has focused on the photography sector. In this time, she has written three books and contributed to many more, served as the editor for two websites, written thousands of articles for numerous publications, both in print and online and runs the Photocritic Photography School.","sameAs":["https:\/\/www.instagram.com\/smallaperture\/","https:\/\/twitter.com\/https:\/\/twitter.com\/SmallAperture"],"url":"https:\/\/new-blog.artlist.io\/blog\/author\/danielab\/"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Daniela Bowker","author_link":"https:\/\/new-blog.artlist.io\/blog\/author\/danielab\/"},"uagb_comment_info":0,"uagb_excerpt":"Using different camera angles is an effective way to bring a different tone to your storytelling. Depending on where you position your camera and how you shoot your subjects, you can make your audience feel entirely differently about them and your story. Getting to grips with your camera angles is an absolute must.","_links":{"self":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts\/3142"}],"collection":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/comments?post=3142"}],"version-history":[{"count":6,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts\/3142\/revisions"}],"predecessor-version":[{"id":63716,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts\/3142\/revisions\/63716"}],"wp:attachment":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/media?parent=3142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/categories?post=3142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/tags?post=3142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}