Lines Matching refs:rear

3 … transitions such as changing camera modes or switching between front and rear cameras will always…
13 The following demonstrates the transition from using the front camera to the rear camera.
15 ![](figures/front-rear-switching.gif)
35 …nt, which is displayed during camera blackouts for photo capture or front/rear camera switching. T…
96 You can use preview stream snapshots to create a blur effect for mode switching or front/rear camer…
162 …hCamera') switchCameraFlag: number = 0; // Entry for triggering the front/rear camera switching an…
166 @StorageLink('curPosition') curPosition: number = 0; // Current camera position (front or rear).
201 …sations must be applied to both the image content and the component for the front and rear cameras.
208 // The rear camera is used.
211 …s, a 90° rotation compensation is applied to the content for a snapshot taken with the rear camera.
213 …, a 0° rotation compensation is applied to the component for a snapshot taken with the rear camera.
282 // Switch from the rear camera to the front camera.
285 …ensation is applied to the content for a snapshot when switching from the rear camera to the front…
287 …sation is applied to the component for a snapshot when switching from the rear camera to the front…
291 …n is applied to the content for a snapshot when switching from the front camera to the rear camera.
293 …is applied to the component for a snapshot when switching from the front camera to the rear camera.
328 // The rear camera is used.
330 …s, a 90° rotation compensation is applied to the content for a snapshot taken with the rear camera.
419 …For the front/rear camera switching animation, once a user touches the button to switch between th…