Completed
Pixel 3- camera translation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting the Most from the New Multi-Camera API - Android Dev Summit
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Your camera apps matter!
- 3 Update on camera2 API
- 4 Devices with multi-camera API
- 5 Multi-camera use cases
- 6 Multi-camera streams
- 7 1. Find physical cameras (contd.)
- 8 Get physical camera IDs
- 9 Open logical camera
- 10 Create output configurations
- 11 Session configuration
- 12 4. Create capture session (contd.)
- 13 Dispatch capture requests
- 14 Implementing optical zoom
- 15 Lens distortion (contd.)
- 16 BasicBokeh demo (Pixel 3)
- 17 Floating head bokeh
- 18 FaceDetect
- 19 Fun background effects
- 20 Background effects (blur)
- 21 Crop and feather foreground
- 22 Double capture
- 23 Rotation/translation
- 24 Pixel 3- camera translation
- 25 Camera characteristics
- 26 Camera matrix
- 27 Distortion co-efficients
- 28 Weighted Least Squares (WLS) filter
- 29 Mask out background
- 30 Mask from depth map
- 31 Optimization