Lines Matching refs:Capture

8     - [To Capture a Photo](#to-capture-a-photo)
21 - Capture Photo
63 ### To Capture a Photo
107 4. Create the Capture Session
113 5. Begin configuring the Capture Session.
119 6. Add the Camera Input to the Capture Session.
145 9. Add the Photo Output to the Capture Session.
151 10. Commit the configuration to Capture Session.
157 11. Capture the Photo.
160 result = ((sptr<PhotoOutput> &)photoOutput)->Capture();
163 12. Release the Capture Session resources.
192 3. Create the Capture Session
198 4. Begin configuring the Capture Session.
204 5. Add the Camera Input to the Capture Session.
219 7. Add the Preview Output to the Capture Session.
225 8. Commit the configuration to Capture Session.
243 11. Release the Capture Session resources.
272 3. Create the Capture Session
278 4. Begin configuring the Capture Session.
284 5. Add the Camera Input to the Capture Session.
297 7. Add the Video Output to the Capture Session.
303 8. Commit the configuration to Capture Session.
321 11. Release the Capture Session resources.
350 3. Create the Capture Session
356 4. Begin configuring the Capture Session.
362 5. Add the Camera Input to the Capture Session.
374 7. Add the Video Output to the Capture Session.
380 8. Commit the configuration to Capture Session.
398 11. In order to remove camera input and output, configure the Capture Session again.
444 16. Commit the configuration to Capture Session.
456 18. Capture the Photo.
459 result = ((sptr<PhotoOutput> &)photoOutput)->Capture();
463 19. Release the Capture Session resources.