1
00:00:00,333 --> 00:00:02,433
iPhone camera circuit repairing
2
00:00:03,233 --> 00:00:09,133
This video mainly explains the working principle of the front camera circuit of iPhone 8 to iPhone X models
3
00:00:09,566 --> 00:00:13,066
Camera working principle step 1, after starting up,
4
00:00:13,500 --> 00:00:19,566
the main power supply will first output 1.8V power supply to provide the working voltage for the front camera
5
00:00:21,433 --> 00:00:24,866
Step 2, after the CPU working condition is normal,
6
00:00:24,933 --> 00:00:28,100
it will read and detect the front camera through the I2C bus
7
00:00:28,766 --> 00:00:32,266
Step 3, after the CPU detects the camera,
8
00:00:32,400 --> 00:00:34,766
it will send a clock signal to the front camera
9
00:00:36,800 --> 00:00:39,800
Step 4, when starting to the camera circuit,
10
00:00:40,333 --> 00:00:47,566
the camera power supply will output 2.85V and 1.1V power supply to provide working voltage for the front camera
11
00:00:48,900 --> 00:00:51,933
Step 5, when booting to the camera circuit,
12
00:00:52,333 --> 00:00:55,333
the CPU sends an open signal to the front camera
13
00:00:57,533 --> 00:01:02,233
Step 6, the front camera has power supply, clock and open signals,
14
00:01:02,400 --> 00:01:04,333
and then it can work normally
15
00:01:05,633 --> 00:01:10,033
When using the camera function, click the camera icon on the iPhone,
16
00:01:10,566 --> 00:01:15,866
The camera will send the collected image information to the CPU through the LPDP bus
17
00:01:18,266 --> 00:01:20,500
After the CPU receives the data,
18
00:01:21,366 --> 00:01:23,900
it will display the information on the screen
19
00:01:24,966 --> 00:01:26,733
When we click the camera button,
20
00:01:27,466 --> 00:01:30,966
the CPU will intercept the current LPDP bus data
21
00:01:31,500 --> 00:01:35,033
and transfer it to the hard disk to complete the camera function
22
00:01:35,700 --> 00:01:37,700
When we click the recording function,
23
00:01:38,033 --> 00:01:42,566
the CPU will continuously transfer the LPDP bus data to the hard disk
24
00:01:43,466 --> 00:01:47,933
When we press stop, the CPU no longer collects LPDP bus data,
25
00:01:48,166 --> 00:01:50,333
and the video recording is completed
26
00:01:51,833 --> 00:01:55,366
If there is a working condition in the block diagram that is not normal,
27
00:01:55,966 --> 00:01:58,333
it will cause the front camera to fail to open
28
00:01:59,633 --> 00:02:01,333
That's all for this video