Ashira Khere Jake Thompson Shiro Sakurai

Slides:



Advertisements
Similar presentations
Elements of Film English 9. Why Study Film? Film is our cultures most popular method of entertainment Film is our cultures most popular method of entertainment.
Advertisements

Film Terminology English Language Arts.
The Film Shot using the frame.
Elements of Film Basic Film Terms. Shot: a segment of film; an image that begins when the camera is started and ends either when the camera is stopped.
Drawing In One-Point Perspective
TGJ 2OI Bluevale Collegiate
Introduction to Video Communications: Working With Video Cameras TGJ 2OI Bluevale Collegiate 5a Introduction to Video Communications.ppt.
POWERPOINT May 2004 To move the text box - move the mouse over the border of the text box, and once the 4-way arrow appears - click and drag the box to.
Angles & Motion Tips for shooting video projects..
2.12 Cinematic Techniques Film can be analyzed by understanding both literary elements and cinematic techniques that create effects for the audience. To.
The Tripod In Digital Photographic & Video Applications.
Chapter 3 Fundamentals of the Shot
  Lens Cover – Check make sure the lens is clean  Open Screen – Auto on and off Touch Screen  Home Button – Cabinet Icon – Delete  Play  Play 
Perspective, Scene Design, and Basic Animation
Camera Shots.
Extreme Wide Shot An establishing shot.. Very Wide Shot The subject is visible, but the emphasis is still on placing her in her environment.
Camera Composition (Shots, Angles, & Movement)
Camera Angles The shot angle is the level from which you look at your subject through the camera.
TERMS FOR VISUAL MEDIA Camera Moves. Persistence of Vision the brain retains images cast on the retina for 1/20th to 1/5th of a second, allowing the images.
Cinematography  Process of capturing moving images on film.
Film Terminology A basic overview of the language of the cinema.
The Language of Film Film 2 Day 2 Camera Movement Mrs. Kelly Brown Rio Seco.
Cameras. DAY 1 MATERIAL Pt 1: Basic Camera Functions Pt 2: Simple Types of Shots Pt 3: Standard Framing Practices.
(Interactive) Cinematography Ref: Chap. 16 (Core Techniques and Algorithms in Game Programming)
PAN This is a horizontal camera movement in which the camera moves left and right about a central axis. It is usually used to gather more into a scene.
Camera Composition (Shots, Angles, & Movement). Standards/Competencies Standard 4.0 The student will organize information and communicate ideas by visualizing.
BIMM Filming 101 The Basics of Camera Shots & Rules to Follow When Filming Jan. 25 th /Jan. 28 th The Basics of Camera Shots & Rules to Follow When Filming.
Videography Techniques. Types of Shots Extreme Close Up Close Up Medium Close Up Medium Medium Wide Wide Extreme Wide Over the shoulder (OSS) Camera Shots.
Working with Cinematic Techniques. Film Analysis  Much like how a writer uses stylistic devices to achieve specific effects in their writing, directors.
Communication Arts- Video Production
Know What to Record Shooting Awesome Video Know What to Record.
Film Terminology Shots and Framing Camera Angles Camera Movements
Fundamentals of the Shot. What is a Scene? A combination of shots that shows the action that takes place in one location or setting.
What are camera shots & angles? Camera shots show what the director wants the audience to see….and ‘how’ they see it Extreme long shot Long shot Medium.
Camera Composition What is Camera Composition? Camera composition: refers to how you frame your subject and anything else that is in the frame. Play.
Getting the Best Footage. There is a great deal of work needed to get the right shot.
Filming Techniques Mrs. Schlichting/Media B. Camera Angles Flat shot – The subject and the camera are at the same angle High angle – The camera is at.
Camera Movements and their uses in the media 4 th /10/2011.
Shot Types and Use. List of Shots ● Master Shot/Establishing Shot (EST) ● Wide Shot (WS) ● Long Shot (LS) ● Mid Shot (MS) ● Medium Shot Close up (MCU)
Introduction to Video Communications Types of Camera Shots 1. EXTREME WIDE SHOT ( EWS )  Shows the subject’s surroundings  Also called establishing.
Camera Angles. Boom Shot  Shot filmed from a crane or moving boom.  Ex: NFL games and concerts.  Shot filmed from a crane or moving boom.  Ex: NFL.
Shot Composition: How to Frame a Shot
Cinematography LO: To recognise the different camera angles and shots used by directors To understand what is meant by composition and all the key terms.
Cinematic Techniques - shots  Establishing Shot - The view is so far from the subject that he isn't even visible. Helps to establish the scene.  Long.
Video Production. Introduction to Videography Video Production Producer Director Editor Scriptwriter Talent (Actors) Graphic Artist Videographer.
Production Techniques Equipment. Camera Shots The camera, alone or combined with narration can create the “who, what, why, where” effect we desire for.
Camera Shots and Angles Williams (Texas CTE). Visual Focus Always ask yourself, “Where do I expect my view to look?” Arrange your visual elements and.
CAMERA TECHNIQUES CINEMATOGRAPHY. CAMERA TECHNIQUES: WHAT TO KNOW Key areas  Shot Type  Camera Angles  Camera Movement  Focus.
Composition LO: To understand framing, focus and depth of field To apply this knowledge to our analysis.
Fundamentals of the Shot. What Is a Scene? A combination of shots that shows the action that takes place in one location or setting.
 The terms LMB, MMB, RMB, and mouse wheel (MW).
Cinematic Techniques. How movies are made Cinematic techniques the methods a director uses to communicate meaning and to evoke particular emotional responses.
Multimedia Terminology.
Camera Shots, angles and movement.
Common Shot Types & Composition Techniques
Chapter 8 The Persuasive Camera.
Film Analysis Knowledge Base.
Cinematic Elements …as they relate to Film.
Image Composition is Art, not Science Let the picture tell the story.
Film Structure and the camera
Yearbook Photography Basics
Visual Literacy Terminology
CAMERA SHOTS A shot is the smallest unit of visual information captured at one time by the camera that shows a certain action or event.
Camera Angles The shot angle is the level from which you look at your subject through the camera.
Camera Angles, shots, and Editing
Cinematic Techniques.
Cinematic Techniques.
TGJ 2OI Bluevale Collegiate
Camera Techniques.
Presentation transcript:

Ashira Khere Jake Thompson Shiro Sakurai CAMERA CONTROL Ashira Khere Jake Thompson Shiro Sakurai

Camera Control Cameras provide useful interfaces to play games. Allows communication of visual goals so that players know what happens in the game. Gives audience certain impression of a subject or its surroundings. Like motion picture, camera techniques can enhance the audience’s experience.

Camera Control Most of current computer games use a fixed point of view or a first person’s view. Easy to design and control, however, offering only one view for the player to see the scene. 3rd person adventure games have moveable cameras. These cameras are fixed on the main character at a distance that encompasses most of the actions. Main Problem: Game developers are not in control of character placement, so the camera is poorly implemented, and usually dragged behind the character.

First Person Camera camera's position is fixed relative to (the inside/front of) the player's transparent head if you render a second view of the player as a reflection in a mirror, remember to make the head opaque again view vector always points out of the front of the player's skull up vector should be permanently fixed to point out of the top of the player's skull if player can walk on walls or ceilings, this makes sure the camera automatically rolls appropriately

First Person Camera

FPC Controls left and right don't turn the camera, they turn the player in place, and the camera follows because it is fixed if left/right did turn the camera, then moving "forward" goes in a different direction than the facing up and down change the angle measure between the player character's skull and their spine the range of the angle shouldn't be wider than 180°

FPC Controls zoom in and out by resizing the dimensions of the projection window: smaller for zooming in, larger for zooming out if you don't put caps on either end of the zoom range, then zooming in too far will flip the window horizontally and vertically, and zooming out too far will make the window clip through walls/floors/ceilings never try to implement zooming by varying 'dnear': anything that walks between the camera and the player will be invisible, and the player will be able to zoom through walls up/down/left/right can be bound to the mouse (a.k.a. free look or mouselook), to an analog stick, to buttons (the least ideal choice), etc.

Third Person Camera & Control halo camera controls: camera moves in a circle around a point above the player's head two length measures and one angle measure in general considered not as good as:

Third Person Camera & Control spherical camera controls: camera can be anywhere in space that's a fixed distance from the lookat point (hence the word "sphere") one length measure and two angle measures left/right move the camera's longitude around a "circle of latitude", up/down change the latitude (ranges between +90° and -90°)

Third Person Camera & Control one of the drawbacks inherent in 3rd-person cameras is handling camera/wall collision. Allowing the camera to simply pass with impunity interferes with suspension of disbelief, and making the camera bounce off leads to the all- too-common problem of the camera "getting trapped," i.e. the player must fight against the camera controls to be able to see what they want

Second Person Camera from enemy's point of view, looking at the player has been used as a gimmick in a few game boss fights perhaps not a good idea for general use: player has no camera control, moving behind cover occludes player's view of self, enemy moving around the room may disorient the player

Cinematography in Games Cinematography is the art of film making. The action in the game is followed not by one camera, but by a team of cameramen who watch the action and always try to show it from the best angle. Cinematography can be used for: Adding dramatic emphasis wherever necessary Clarify unclear events in a game’s plot Ensure that the player does not become disoriented Evoke emotional responses in the same way as a motion picture does.

Camera types Fixed cameras Dolly cameras Crane cameras Steadycams fixed to the ground using a tripod or stable base can use tilting, panning, or zooming Dolly cameras moving cameras placed on top of wheeled structures Crane cameras perched on top of large arms so they can perform wide arcs on the set some cranes can be mounted on top of dollies Steadycams portable camera that is usually attached to the chest of an operator.

Type of Shot Dramatic shot focus on character and his attitude extreme close-up medium close-up full close-up wide close-up close shot medium close shot Informational shot medium shot medium full shot full shot long shot

Implementation Overview Cinematography camera controls can be implement following steps: Define abstract camera class. Implement specific camera types delivered from abstract camera class. Place cameras into the scene using Implement a real-time AI module to select the best camera and shot. The real-time camera AI module is executed once every few game cycle and the results should be interpolated.

Implementing Camera Types Define abstract camera class. Implement specific camera types derivered from abstract camera class. class Camera { public: virtual float getDistance(Position target); virtual void render(); }; class FixedCamera : public Camera { private: Position location; virtual float getDistance(Position target) { return target.distance(location); } class DollyCamera : public Camera { Path rail; . class CraneCamera : public Camera { private: float armSize; Position location: public: virtual float getDistance(Position target) { . } virtual void render(); class Steadycam public Camera { Position curPosition; };

Place cameras Place cameras using contents creation tool, much like a movie director would do.

Selecting the Best Shot Basic Rules The camera should show everything relevant to the scene. The camera should be placed so obstruction between relevant information does not occur. The camera should be aimed at a point of interest in the scene. Mathematical Approach Selecting camera target Selecting relevant information Selecting view angles Agent Based Approach

Selecting Camera Target Need to consider case-by-case situations. General case Target player Approaching Monster Line between player and Monster Group Situation (conversation between several peer) Center of the scene to make sure everyone can fit on the screen. Camera moving and even switching between different cameras should be kept to a strict minimum.

Select Relevant Information Find relevant information The main character Other characters in the vicinity Pickable items closer than a set Objects relevant to the gameplay, such as an obstacle Compute adequate camera frustum so everything fit in view volume Select View Angle Compute the best view direction as the one that generates fewer occlusion in the scene.

Agent Based Approach Cinematography camera is easily be implemented by a rule- driven camera agent. If the position of the player is not covered by the current selected camera select a camera which covers current position Move camera to closest position Set camera target to the player When npc is closer and npc is enemy Select destination = npc Select origin = overhead from player Otherwise select destination = ahead of player select origin = overhead from player