1
00:00:00,700 --> 00:00:02,833
iPhone camera circuit repairing
2
00:00:03,433 --> 00:00:09,366
This video mainly explains the working principle of iPhone 12 and 12Pro super-wide-angle cameras
3
00:00:10,800 --> 00:00:13,900
Working principle step 1, after power on,
4
00:00:14,233 --> 00:00:17,133
and the camera power supply is in normal working condition,
5
00:00:17,733 --> 00:00:23,800
it will first output 1.8V power supply to provide the working voltage for the super-wide-angle camera
6
00:00:24,133 --> 00:00:29,500
Step 2, the camera power supply will detect the super-wide-angle camera through the I2C bus
7
00:00:33,333 --> 00:00:37,100
Step 3, after the camera power supply detects the camera,
8
00:00:37,366 --> 00:00:40,000
it will send a 24M clock signal
9
00:00:42,500 --> 00:00:45,300
Step 4, when starting to the camera circuit,
10
00:00:46,333 --> 00:00:53,033
the camera power supply will output PPVAR and PP1V2 power supply to provide working voltage for the camera,
11
00:00:55,266 --> 00:01:01,166
and also control the camera conversion tube to provide 2.85V power supply for the camera
12
00:01:03,200 --> 00:01:06,666
Step 5, after the camera power supply is output,
13
00:01:06,900 --> 00:01:10,200
it will send an open signal to the super-wide-angle camera
14
00:01:10,900 --> 00:01:15,433
the duration of the working conditions in steps 4 and 5 is relatively short,
15
00:01:15,566 --> 00:01:16,966
about 1 second
16
00:01:17,233 --> 00:01:22,800
When we use the camera function, then step 4 and step 5 working conditions will be issued
17
00:01:23,466 --> 00:01:26,933
The advantage of this design is that it can save power
18
00:01:28,300 --> 00:01:31,866
Step 6, when using the camera function,
19
00:01:32,033 --> 00:01:34,600
click the camera icon on the iPhone,
20
00:01:36,600 --> 00:01:39,133
the CPU will control the camera power supply,
21
00:01:39,633 --> 00:01:43,133
and let the camera power supply send the working conditions of the camera
22
00:01:44,033 --> 00:01:48,833
After the camera has working conditions, it starts to collect image information
23
00:01:49,066 --> 00:01:54,333
The camera will send the collected image information to the CPU through the LPDP bus
24
00:01:54,766 --> 00:01:57,133
After the CPU receives the data,
25
00:01:57,666 --> 00:02:00,300
it will display the information on the screen
26
00:02:06,733 --> 00:02:12,000
When we click the camera button, the CPU will intercept the current LPDP bus data
27
00:02:12,200 --> 00:02:16,000
and transfer it to the hard disk to complete the camera function
28
00:02:18,366 --> 00:02:20,633
When we click the recording function,
29
00:02:20,833 --> 00:02:25,266
the CPU will continuously transfer the LPDP bus data to the hard disk
30
00:02:25,666 --> 00:02:30,133
When we press stop, the CPU no longer collects LPDP bus data,
31
00:02:30,366 --> 00:02:32,366
and the video recording is completed
32
00:02:32,833 --> 00:02:34,633
In the functional block diagram,
33
00:02:34,833 --> 00:02:38,533
AUX is the data monitoring signal from the CPU to the camera,
34
00:02:38,966 --> 00:02:41,866
mainly used to detect LPDP bus data
35
00:02:42,433 --> 00:02:47,333
SYNC is the synchronization signal from the super-wide-angle camera to other cameras
36
00:02:47,900 --> 00:02:52,600
RCAM_TO_STROBE is the open signal from the super-wide-angle camera to the flash
37
00:02:53,433 --> 00:02:57,966
In the block diagram, steps 1- 6 are the working conditions of the camera
38
00:02:58,566 --> 00:03:03,000
If there is an abnormal signal, it will cause the camera to fail to open
39
00:03:03,433 --> 00:03:06,066
If there is a problem with the synchronization signal,
40
00:03:06,200 --> 00:03:08,900
it will cause a black screen when switching cameras
41
00:03:09,800 --> 00:03:14,166
If the open signal to the flash is abnormal, it will cause the flash to fail to open
42
00:03:16,200 --> 00:03:19,833
If there is a short circuit, the camera will not work properly
43
00:03:21,633 --> 00:03:23,466
That's all for this video