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