WO2019056242A1 - Procédé de paramétrage photographique d'une caméra pour terminal intelligent, dispositif de réglage et terminal intelligent - Google Patents
Procédé de paramétrage photographique d'une caméra pour terminal intelligent, dispositif de réglage et terminal intelligent Download PDFInfo
- Publication number
- WO2019056242A1 WO2019056242A1 PCT/CN2017/102592 CN2017102592W WO2019056242A1 WO 2019056242 A1 WO2019056242 A1 WO 2019056242A1 CN 2017102592 W CN2017102592 W CN 2017102592W WO 2019056242 A1 WO2019056242 A1 WO 2019056242A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- camera
- parameter
- layer
- preview
- parameter setting
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N23/00—Cameras or camera modules comprising electronic image sensors; Control thereof
- H04N23/60—Control of cameras or camera modules
Definitions
- the invention relates to a camera shooting parameter setting method, a setting device and an intelligent terminal of an intelligent terminal.
- Photographing is also a handprint of civilization.
- Photography is the crystallization of the natural convergence between natural science and social science. It is a visual means of understanding, understanding and reflecting social reality. It is an art form with aesthetic value and a perfect combination of science and art.
- the photographer brings beautiful enjoyment to the viewer, so that the viewer truly gets the satisfaction of the soul.
- photography is not just about playing with the camera, but a comprehensive process that includes applied science, imagination and design, professional skills and organizational skills.
- the camera is one of the basic applications in the smart phone. It is not only convenient and quick to take pictures with the smart phone camera, but also the image quality of the smart phone camera is better. At present, whether it is an android phone or a hot ios phone, its camera camera function is very important in the mobile phone, and it is also the most attractive place for customers.
- a variety of mobile phone applications are emerging one after another.
- the smart phone app for taking photos is even more spectacular. The most famous ones are such as the US.
- These third-party applications are based on the three modes of preview, photo and video of the camera itself. Third-party camera functions such as eye pattern recognition, night shot lighting, panorama, and beauty have greatly satisfied the needs of users.
- the camera application layer issues a preview instruction or a take picture, and the preview instruction is transmitted to the hardware abstraction layer through the camera frame layer and the camera server module;
- the image management module of the image signal processing module uses the default camera parameters
- the hardware abstraction layer calls the camera hardware layer through the camera driver layer to acquire image data according to the currently set camera parameters, and the hardware abstraction layer transmits the preview image to the camera application layer through the preview server data channel module through the preview data control channel module. display.
- the current mainstream camera shooting parameter setting is to solidify the entire calibration scheme into the system layer of the device after the parameters of the camera shooting are completed in the system development environment. It is impossible to re-edit the camera shooting parameters that have been solidified in this way. If you need to modify the camera shooting parameters, you need to re-create the device system firmware, which leads to the inconvenience of system development, debugging, and optimization, which affects the camera calibration. effectiveness. At the same time, the inflexible camera shooting parameter modification method will also affect the use and upgrade experience of the camera itself. In addition, in the specific user application scenario, the general camera calibration scheme may not achieve a good shooting effect, and the camera provided by the smart terminal may not be able to achieve a good shooting effect.
- the camera preview and camera effect parameters used by these enhancements in the function are the same as the camera preview and camera effect parameters of the basic camera function, which results in the optimal preview of the camera preview and camera effect of the basic camera function.
- the effect of the enhanced function may not be optimal, so that the effect of the enhanced function is limited, and the maximum display cannot be performed, which affects the photographing effect and reduces the user experience.
- the invention provides an imaging parameter setting method, a setting device and an intelligent terminal of an intelligent terminal, which adjusts the imaging parameters for different imaging functions, and displays the effect of the parameter adjustment in real time during the previewing process, thereby improving the shooting effect. Improved user experience.
- the present invention provides a method for setting an imaging parameter of a smart terminal, which comprises the following steps:
- the hardware abstraction layer receives the preview instruction or the shooting instruction issued by the camera application layer, and the camera application layer turns on the camera enhancement function, and the hardware abstraction layer calls the parameter setting function in the preview data control channel module to create a camera parameter setting interface, the camera parameter.
- the setting interface transmits an enhanced function enable signal to the parameter management module in the image signal processing module in the camera hardware layer, and the parameter management module adjusts and modifies the camera parameter corresponding to the camera enhancement function according to the enhanced function enable signal, Get the best preview and shooting results.
- the hardware abstraction layer receives a preview command or a shooting instruction issued by the camera application layer, and the camera application layer does not turn on the camera enhancement function, and the parameter management module in the image signal processing module in the camera hardware layer uses the default camera parameters for previewing and shooting. .
- the camera enhancement functions include, but are not limited to, the following functions: night shot, panorama, and beauty.
- the camera parameter setting interface is configured to set and acquire an automatic exposure parameter, an auto focus parameter, and an automatic white balance parameter.
- the imaging parameters include, but are not limited to, automatic exposure parameters, auto focus parameters, auto white balance parameters, sensitivity parameters, aperture parameters, shutter parameters, exposure parameters, contrast parameters, saturation parameters, brightness noise reduction parameters, color Noise reduction parameters.
- the invention also provides an imaging parameter setting device of the intelligent terminal, comprising:
- a camera application layer for transmitting a preview instruction or a shooting instruction, and displaying a preview image and a captured image
- a camera frame layer for providing an application interface to a camera application layer
- Binder inter-process communication module for providing a communication interface between a camera framework layer and a camera server module
- a camera server module for providing a camera hardware layer operation interface
- a hardware abstraction layer having a camera parameter setting interface for transmitting a camera enhancement function enable signal
- a camera driver layer for driving a camera hardware layer
- the image signal processing module in the camera hardware layer has a parameter management module for adjusting and modifying the corresponding camera enhancement function according to the camera enhancement function enable signal Like parameters.
- the invention also provides an intelligent terminal, which comprises the camera parameter setting device.
- the invention adjusts the camera parameters for different camera functions, and displays the effect of the parameter adjustment in real time during the preview process, thereby improving the shooting effect and improving the user experience.
- FIG. 1 is a flowchart of a method for setting an imaging parameter of a camera function provided on a smart terminal in the background art.
- FIG. 2 is a schematic structural view of a camera system.
- FIG. 3 is a flowchart of a method for setting an imaging parameter of a smart terminal according to the present invention.
- FIG. 4 is a schematic structural diagram of an imaging parameter setting apparatus of a smart terminal according to the present invention.
- the camera system adopts the C/S mode.
- the client and the server only two processes exist, that is, the client and the server, and the client and the server communicate between the Binder processes.
- the camera system includes a camera application layer, a camera frame layer, a Binder interprocess communication module, a camera server module, a hardware abstraction layer, a camera driver layer, and a camera hardware layer.
- the client includes a camera application layer and a camera framework layer
- the server includes a camera server module and a hardware abstraction layer.
- the code of the camera frame layer is run on the client side
- the code of the camera server module and the interface of the hardware abstraction layer HAL include the implementation code running on the server side.
- you can also know that the camera service is not a separate process, but a module in the Media Server process.
- the camera framework layer is used to provide a basic camera function implementation for application development, and generally provides an interface in the form of a standard Android SDK. Since the camera system framework is entirely in C/S mode, this layer acts as a client. As a camera client, all that must be done is to communicate with the server. The way of this communication is not fixed. The specific version depends on the version released by Android, but in general it is Binder interprocess communication.
- the camera framework layer includes the Camera API (Application Programming Interface), which can Provides an effective application development interface for camera development, packaging operations on camera devices, enabling communication with camera modules for a simple camera client.
- the Binder interprocess communication module is a channel for implementing the camera client and the server. The channel between them is bidirectional. The client uses this module to call the server function. The server also uses this module to complete the notification to the client. The responsibility of the Binder interprocess communication module is to provide the required programming interfaces to both ends by using the interprocess communication mechanism. His function is to realize the camera function call across processes, which is a bridge to realize the C/S mode of the camera system.
- the camera server module is a module that manages and uses camera functions.
- the camera server module is a background service that is hosted in the Media Server process and provides an interface for the client to operate the camera. Since the characteristics of the camera are exclusive hardware devices, the real owner of the camera should be the server rather than the client. The client can only operate the camera device through the server. Parameters and other information should be saved on the server. Since the characteristics of the server are to allow multiple clients to be connected at the same time, whether the specific server can support the specific implementation, and whether the detailed features of multiple cameras can be used at the same time depends on the specific implementation.
- the definition of the camera server module is just the ability to manage the camera and provide camera operations for the client. This capability will vary depending on the version released by Android.
- the hardware abstraction layer is the underlying system, which can encapsulate the operation interface of the hardware device camera of the system, provide an interface upward, and shield the implementation details of the underlying layer.
- the hardware abstraction layer completely separates the system software from the hardware, which makes the system's device driver independent of the hardware device, thus greatly improving the system's portability. From the perspective of hardware and software testing, the testing of hardware and software can be done separately based on the hardware abstraction layer, making parallel testing of software and hardware possible.
- the abstraction layer should generally contain the initialization of the relevant hardware, the input of the data / Output operations, configuration operations of hardware devices, and other functions.
- the camera hardware layer is a camera module CCM (Camera Compact Module), and the CCM includes a lens group (Lens), a camera sensor (Camera sensor), an image signal processing module ISP (Image Signal Processing), a soft board (FPC), and an image processing chip ( DSP).
- the lens is the soul of the camera. The lens plays an important role in the imaging effect. Using the refraction principle of the lens, the scene light passes through the lens to form a clear image on the focal plane.
- the sensor is the core module of CCM, and there are two widely used ones: one is a CCD charge-coupled original and the other is a CMOS complementary metal-oxide-semiconductor device.
- Image Signal Processing Module is mainly responsible for processing preview data, controlling exposure parameters (3A), with several buffers, pre-processing, preview enhancement ( Preview enhancement), post-processing, etc.
- the main function of the image signal processing module ISP is to post-process the signal output from the front-end sensor.
- the main functions include linear correction, noise removal, dead point removal, interpolation, white balance, automatic exposure control, etc., depending on the ISP to be in different optics. Under the conditions, the scene details can be better restored, and the ISP technology largely determines the imaging quality of the camera. It is divided into two forms, independent and integrated.
- a mobile phone equipped with a separate ISP has a greater advantage in image processing, and with the increase of the pixel of the mobile phone camera, high-speed continuous shooting, full HD or even 4K recording, the processing performance requirements of the mobile phone to the ISP are coming. The higher.
- Many manufacturers with the main shooting function have added independent ISPs to their mobile phones. For example, Meizu MX3 has adopted Fujitsu's four-channel ISP. The official claims that its transmission speed has doubled, and it can perfectly achieve 25 continuous shots per second, making it excellent. The image processing capability and comprehensive shooting performance have been greatly improved compared to the MX2.
- the MeituKiss mobile phone, featuring the self-timer function is the first to have a separate ISP chip for the front camera worldwide.
- FPC flexible circuit board also known as flexible circuit board, is used to connect chips and mobile phones for electrical signal transmission.
- the image processing chip DSP is an important part of CCM. It converts the data obtained by the photosensitive sensor into standard GRB, YUV and other image signals, and transmits them to the central processor and refreshes the sensor in time.
- the Android system Take the Android system as an example to illustrate the camera photographing process:
- the camera application layer when running the camera application, as shown in Figure 2, the camera application layer, camera frame layer, camera server module, hardware abstraction layer, camera driver layer and camera are generally required. Interact between hardware layers.
- the camera application layer issues a corresponding shooting instruction (take The picture command) is transmitted to the hardware abstraction layer via the camera frame layer and the camera server module.
- take The picture command is transmitted to the hardware abstraction layer via the camera frame layer and the camera server module.
- the hardware abstraction layer receives the shooting instruction, the camera module is called to take a photo, and the camera driver layer saves the image data collected by the camera module.
- the hardware abstraction layer of the mobile terminal acquires image data collected by the camera module from the camera driver layer, and transmits the image data to the camera application layer via the camera server module and the camera frame layer, and the camera application layer generates the image data according to the image data. And display the corresponding picture.
- the present invention provides a method for setting an imaging parameter of a smart terminal.
- the hardware abstraction layer receives a preview instruction or a shooting instruction issued by the camera application layer, and the camera application layer turns on the camera enhancement function
- the hardware abstraction layer calls the preview data.
- the parameter setting function in the control channel module creates a camera parameter setting interface
- the camera parameter setting interface transmits an enhanced function enable signal to the parameter management module in the image signal processing module in the camera hardware layer, and the parameter management module makes the enhanced function according to the enhanced function.
- the signal can adjust and modify the camera parameters corresponding to the camera enhancement function to obtain the best preview and shooting effect; and when the hardware abstraction layer receives the preview command or shooting instruction issued by the camera application layer, and the camera application layer is not turned on.
- the parameter management module in the image signal processing module in the camera hardware layer uses the default camera parameters for previewing and shooting.
- the present invention provides a method for setting an imaging parameter of an intelligent terminal, which specifically includes the following steps:
- Step S1 The camera application layer issues a preview instruction or a take picture, and the preview instruction or the shooting instruction is transmitted to the hardware abstraction layer through the camera frame layer and the camera server module;
- Step S2 the hardware abstraction layer calls the parameter setting function in the preview data control channel module to create a camera parameter setting interface
- Step S3 the camera server module determines whether the camera application layer has selected the camera enhancement function, and if so, proceeds to step S4, and if not, proceeds to step S7;
- Step S4 the camera parameter setting interface transmits an enable signal to the parameter management module in the image signal processing module ISP in the camera hardware layer, the enable signal indicates that its corresponding camera enhancement function has been enabled, proceed to step S5;
- Step S5 the parameter management module determines whether an enable signal is received, and if so, proceeds to step S6, and if not, proceeds to step S7;
- Step S6 the parameter management module determines the enabled camera enhancement function according to the enable signal, and adjusts and modifies the camera parameters corresponding to the camera enhancement function to obtain an optimal preview effect, and proceeds to step S8;
- Step S7 the parameter management module uses the default camera parameters, step S8;
- Step S8 the hardware abstraction layer calls the camera hardware layer through the camera driver layer to acquire image data according to the currently set camera parameters, and the hardware abstraction layer transmits the preview image to the camera application layer through the camera server module and the camera frame layer through the preview data control channel module. Display.
- the camera parameter setting interface is used to set and acquire auto exposure parameters (Auto Exposure), auto focus parameters (Auto Focus), and auto white balance parameters (Auto White Balance).
- Exposure is a physical quantity used to calculate the amount of light that reaches the camera from the scene. Using a camera to capture the lens CCD/CMOS is the only way to get a high-quality photo. Overexposed, the photo looks too bright, underexposed, and the photo looks too dark.
- the shutter speed and aperture value can be controlled electronically or mechanically. In addition, in addition to the shutter speed and aperture value, you can control the exposure by changing the sensitivity of the camera.
- Autofocus the camera captures more detail in the photo.
- Autofocus is one of the key technologies in imaging systems and has a wide range of uses in camera imaging systems.
- Conventional autofocus technology mostly uses the ranging method, that is, by measuring the object distance, and determining the image distance or focal length of the system by the lens equation to adjust the system to be in an accurate focus state.
- autofocus technology has entered a new digital age. More and more autofocus methods are based on image processing theory to analyze and calculate image related information, and then according to the control strategy. Drive the motor and adjust the system to focus accurately.
- the camera enhancement functions include, but are not limited to, the following functions: night shot, panorama, beauty, and the like.
- the enable signals respectively correspond to different camera enhancement functions, for example, the night shot function corresponds to the night shot enable signal, the panorama function corresponds to the panorama enable signal, the beauty function corresponds to the beauty enable signal, and the like.
- the imaging parameters include: automatic exposure parameter, auto focus parameter, auto white balance parameter, sensitivity parameter (ISO), aperture parameter, shutter parameter, exposure parameter, contrast parameter, saturation parameter, brightness noise reduction parameter (ANR) ), color noise reduction parameters (CCR) and so on.
- ISO sensitivity parameter
- ANR brightness noise reduction parameter
- CCR color noise reduction parameters
- the camera system is based on the MT6797 platform
- the camera application layer issues a preview instruction
- the preview instruction is transmitted to the hardware abstraction layer through the camera frame layer and the camera server module
- the hardware abstraction layer calls the preview data control channel.
- the parameter setting function setParameters in the module FlowControl creates a camera parameter setting interface IHal3A
- the camera server module determines that the camera application layer selects the camera enhancement function
- the camera parameter setting interface IHal3A manages the parameters in the image signal processing module ISP in the camera hardware layer.
- the module IspTuningCustom transmits an enable signal
- the parameter management module IspTuningCustom determines the enabled camera enhancement function according to the enable signal, and adjusts and modifies the camera parameters corresponding to the camera enhancement function
- the hardware abstraction layer calls the camera hardware layer through the camera driver layer.
- the image data is acquired according to the currently set camera parameters
- the hardware abstraction layer transmits the preview image to the camera application layer through the preview server control channel module to the camera application layer for display.
- the camera application layer issues a preview or take picture
- the preview instruction or shooting instruction is transmitted to the hardware abstraction layer through the camera frame layer and the camera server module, and the camera application layer
- the parameter management module in the image signal processing module ISP in the camera hardware layer uses the default camera parameters
- the hardware abstraction layer calls the camera hardware layer through the camera driver layer to acquire image data according to the currently set camera parameters, hardware.
- the abstraction layer displays the preview image through the preview data control channel module to the camera application layer through the camera server module and camera frame layer for display.
- the camera application layer issues a preview or take picture
- the preview instruction or shooting instruction is transmitted to the hardware abstraction layer through the camera frame layer and the camera server module, and the camera service
- the end module determines that the camera application layer selects the night shot function
- the hardware abstraction layer calls the parameter setting function in the preview data control channel module to create a camera parameter setting interface
- the camera parameter setting interface is directed to the image signal processing module ISP in the camera hardware layer.
- the parameter management module transmits a night shot enable signal indicating that the corresponding camera night shot function has been enabled, and the parameter management module adjusts and modifies the camera parameters corresponding to the camera night shot function to obtain the best Preview effect, the hardware abstraction layer calls the camera hardware layer through the camera driver layer to obtain image data according to the currently set camera parameters, and the hardware abstraction layer transmits the preview image to the camera application layer through the preview server data channel module through the preview data control channel module. Display.
- the parameter management module receives a night shot enable signal.
- the parameter management module adjusts and modifies the camera parameters involved in the night shot enhancement function. For night scenes, it is usually necessary to pay attention to the following:
- Use the manual exposure mode first measure the aperture value and sensitivity with the aperture priority mode. For example, use f/8, ISO200, and the shutter speed given by the camera is 2 seconds. Then go to manual exposure mode, set the aperture to f/8, ISO 200 sensitivity, shutter speed 2 seconds, and take a test shot. Check the effect of the shot, and refer to the histogram to set the exposure parameters when necessary. If you feel the overall darkness, you will usually choose to extend the exposure time without increasing the aperture or increasing the sensitivity. This is because the camera is already mounted on a tripod. Modifying the shutter speed only affects the cumulative amount of light. If the aperture is increased, the depth of field will be lighter. Increasing the sensitivity will cause noise problems.
- modify the white balance is to change the color of the photo. Shooting night scenes doesn't have to use automatic white balance. Many times you can change the white balance to make your photos look different. A cold white balance will make the city look like a science fiction, while a warm white balance will make the city look bustling. So you can try different white balance settings in the same scene.
- shooting with different aperture shooting night scenes do not have to use a small aperture to shoot.
- a small aperture such as f/8
- a large aperture to shoot night scenes for example
- slow shutter slow shutter is the same very fun and useful shooting skills. Shooting at slow shutter speeds at night allows you to shoot beautiful tracks, star tracks, light paintings, and even some light that is invisible to the naked eye.
- the adjustment and setting of the camera parameters usually require setting the sensitivity higher and increasing the exposure time.
- the camera's ISP obtains the current camera environment parameter
- the target scene of the current photographing environment is determined.
- the camera's current camera parameters are set using the parameter configuration initial value corresponding to the target scene, such as locking the sensitivity to ISO6000 (ISO).
- ISO6000 Indicates the sensitivity
- ISO6000 means the sensitivity value is 6000
- close the OIS Optical Image Stabilizer
- adjust the exposure time to find a reasonable amount of light to complete the photo, but the user deletes all the photos
- the setting parameter adjustment strategy such as reducing the sensitivity to ISO2000 (ISO indicates sensitivity, ISO2000 indicates sensitivity value is 2000), while increasing the exposure time, continue to take pictures.
- the camera application layer issues a preview or take picture
- the preview instruction or shooting instruction is transmitted to the hardware abstraction layer through the camera frame layer and the camera server module
- the camera service determines that the camera application layer selects the beauty function
- the hardware abstraction layer calls the parameter setting function in the preview data control channel module to create a camera parameter setting interface, and the camera parameter setting interface to the image signal processing module ISP in the camera hardware layer
- the parameter management module transmits a beauty enable signal indicating that the corresponding camera beauty function has been enabled, and the parameter management module adjusts and modifies the camera parameters corresponding to the camera beauty function to obtain the best Preview effect
- the hardware abstraction layer calls the camera hardware layer through the camera driver layer to obtain image data according to the currently set camera parameters
- the hardware abstraction layer transmits the preview image to the camera application layer through the preview server data channel module through the preview data control channel module. Display.
- the parameter management module receives a beauty enable signal.
- the parameter management module adjusts and modifies the camera parameters involved in the beauty enhancement function, usually for exposure, contrast, saturation, sharpening, highlights, shadows, color temperature, hue, vignetting, grain, shadow tones, highlights Adjust the parameters.
- the present invention further provides an imaging parameter setting device for an intelligent terminal, comprising:
- a camera application layer 1 which is used to send a preview instruction or a shooting instruction, and display a preview image and a captured image;
- a camera frame layer 2 for providing an application interface to a camera application layer
- Binder inter-process communication module 3 configured to provide a communication interface between a camera framework layer and a camera server module
- a camera server module 4 for providing a camera hardware layer operation interface
- a hardware abstraction layer 5 having a camera parameter setting interface 501 for transmitting a camera enhancement function enable signal
- a camera driver layer 6 for driving a camera hardware layer
- the camera hardware layer 7 has a parameter management module 7011 in the image signal processing module 701 for adjusting and modifying the camera parameters of the corresponding camera enhancement function according to the camera enhancement function enable signal.
- the present invention also provides an intelligent terminal, which can provide a shooting function, the intelligent terminal includes an imaging parameter setting device, and the imaging parameter setting device further includes:
- a camera application layer for transmitting a preview instruction or a shooting instruction, and displaying a preview image and a captured image
- a camera frame layer for providing an application interface to a camera application layer
- Binder inter-process communication module for providing a communication interface between a camera framework layer and a camera server module
- a camera server module for providing a camera hardware layer operation interface
- a hardware abstraction layer having a camera parameter setting interface for transmitting a camera enhancement function enable signal
- a camera driver layer for driving a camera hardware layer
- a camera hardware layer having a parameter management module in an image signal processing module in the camera hardware layer A block for adjusting and modifying the camera parameters of the corresponding camera enhancement function according to the camera enhancement function enable signal.
- the invention adjusts the camera parameters for different camera functions, and displays the effect of the parameter adjustment in real time during the preview process, thereby improving the shooting effect and improving the user experience.
- the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better.
- Implementation Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, can be embodied in the form of a software product that can be stored in a storage medium (such as ROM/RAM, disk).
- the optical disc includes a plurality of instructions for causing a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method described in various embodiments of the present invention.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Studio Devices (AREA)
Abstract
L'invention concerne un procédé de paramétrage de caméra pour terminal intelligent, un dispositif de paramétrage, et le terminal intelligent. Une couche d'abstraction du matériel reçoit une instruction de prévisualisation ou une instruction de photographie émise par une couche d'application de caméra qui active une fonction d'enrichissement de caméra; ensuite, la couche d'abstraction du matériel appelle une fonction de paramétrage d'un module de canal de commande de données de prévisualisation pour créer une interface de paramétrage photographique; l'interface de paramétrage photographique transmet un signal d'activation de la fonction d'enrichissement à un module de gestion de paramètres d'un module de traitement de signal d'image dans une couche de matériel de caméra; le module de gestion de paramètres règle et modifie un paramètre de photographie correspondant à la fonction d'enrichissement de caméra sur la base du signal d'activation de la fonction d'enrichissement, acquérant ainsi les effets de prévisualisation et de photographie optimaux. L'invention règle le paramètre de photographie par rapport à différentes fonctions de photographie, et affiche lesdits effets en temps réel au cours d'un processus de prévisualisation, une fois le paramètre réglé, ce qui enrichit les effets de photographie et l'expérience utilisateur.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2017/102592 WO2019056242A1 (fr) | 2017-09-21 | 2017-09-21 | Procédé de paramétrage photographique d'une caméra pour terminal intelligent, dispositif de réglage et terminal intelligent |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2017/102592 WO2019056242A1 (fr) | 2017-09-21 | 2017-09-21 | Procédé de paramétrage photographique d'une caméra pour terminal intelligent, dispositif de réglage et terminal intelligent |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019056242A1 true WO2019056242A1 (fr) | 2019-03-28 |
Family
ID=65810961
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2017/102592 Ceased WO2019056242A1 (fr) | 2017-09-21 | 2017-09-21 | Procédé de paramétrage photographique d'une caméra pour terminal intelligent, dispositif de réglage et terminal intelligent |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2019056242A1 (fr) |
Cited By (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112399087A (zh) * | 2020-12-07 | 2021-02-23 | Oppo(重庆)智能科技有限公司 | 图像处理方法、装置、拍摄装置、电子设备和存储介质 |
| CN112770040A (zh) * | 2019-11-01 | 2021-05-07 | Oppo广东移动通信有限公司 | 一种拍摄方法、装置及计算机可读存储介质 |
| CN113347378A (zh) * | 2021-06-02 | 2021-09-03 | 展讯通信(天津)有限公司 | 一种录像方法及设备 |
| CN113890998A (zh) * | 2021-10-26 | 2022-01-04 | Oppo广东移动通信有限公司 | 图像数据的处理方法、装置、电子设备和存储介质 |
| CN113971048A (zh) * | 2021-10-29 | 2022-01-25 | Oppo广东移动通信有限公司 | 应用程序的启动方法及装置、存储介质及电子设备 |
| CN114007009A (zh) * | 2020-07-15 | 2022-02-01 | Oppo广东移动通信有限公司 | 电子设备和图像处理方法 |
| CN114520910A (zh) * | 2022-02-08 | 2022-05-20 | 闻泰通讯股份有限公司 | 闪光灯校准方法、装置、设备及介质 |
| CN115034948A (zh) * | 2021-12-30 | 2022-09-09 | 荣耀终端有限公司 | 一种图像处理方法和电子设备 |
| CN115134584A (zh) * | 2021-03-29 | 2022-09-30 | 北京小米移动软件有限公司 | 摄像头模组测试方法、摄像头模组测试装置及存储介质 |
| CN115696064A (zh) * | 2022-09-27 | 2023-02-03 | 展讯通信(天津)有限公司 | 图像处理方法和装置 |
| CN115706849A (zh) * | 2021-08-05 | 2023-02-17 | 北京小米移动软件有限公司 | 相机软件架构、平台和终端设备 |
| EP4141860A1 (fr) | 2021-08-27 | 2023-03-01 | Roche Diabetes Care GmbH | Procédés et dispositifs permettant de contrôler les réglages automatiques de balance des blancs d'un appareil mobile pour une mesure basée sur les couleurs á l'aide d'une carte de référence des couleurs |
| WO2023160269A1 (fr) * | 2022-02-25 | 2023-08-31 | 荣耀终端有限公司 | Dispositif électronique et un procédé de photographie associé, et support |
| CN117124988A (zh) * | 2022-05-25 | 2023-11-28 | 凯瑞达欧洲公司 | 运行车辆内部空间监控系统的方法、控制装置、车辆内部空间监控系统和车辆 |
| CN117729420A (zh) * | 2023-05-16 | 2024-03-19 | 荣耀终端有限公司 | 一种连拍方法及电子设备 |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102968315A (zh) * | 2012-10-30 | 2013-03-13 | 广东欧珀移动通信有限公司 | 一种智能设备快速启动相机预览的方法、系统及智能设备 |
| CN103442172A (zh) * | 2013-08-15 | 2013-12-11 | Tcl集团股份有限公司 | 一种基于android平台的相机画质调节方法、系统及移动终端 |
| CN104994277A (zh) * | 2015-06-30 | 2015-10-21 | 青岛海信移动通信技术股份有限公司 | 一种移动通信终端快速拍照的方法和装置 |
| US20150350466A1 (en) * | 2014-05-29 | 2015-12-03 | Asustek Computer Inc. | Mobile device, computer device and image control method thereof |
| CN105827942A (zh) * | 2015-09-24 | 2016-08-03 | 维沃移动通信有限公司 | 一种快速拍照方法及电子设备 |
| CN106506937A (zh) * | 2016-10-11 | 2017-03-15 | 芜湖哈特机器人产业技术研究院有限公司 | 一种可供二次开发的智能相机 |
| CN106775902A (zh) * | 2017-01-25 | 2017-05-31 | 北京奇虎科技有限公司 | 一种图像处理的方法和装置、移动终端 |
-
2017
- 2017-09-21 WO PCT/CN2017/102592 patent/WO2019056242A1/fr not_active Ceased
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102968315A (zh) * | 2012-10-30 | 2013-03-13 | 广东欧珀移动通信有限公司 | 一种智能设备快速启动相机预览的方法、系统及智能设备 |
| CN103442172A (zh) * | 2013-08-15 | 2013-12-11 | Tcl集团股份有限公司 | 一种基于android平台的相机画质调节方法、系统及移动终端 |
| US20150350466A1 (en) * | 2014-05-29 | 2015-12-03 | Asustek Computer Inc. | Mobile device, computer device and image control method thereof |
| CN104994277A (zh) * | 2015-06-30 | 2015-10-21 | 青岛海信移动通信技术股份有限公司 | 一种移动通信终端快速拍照的方法和装置 |
| CN105827942A (zh) * | 2015-09-24 | 2016-08-03 | 维沃移动通信有限公司 | 一种快速拍照方法及电子设备 |
| CN106506937A (zh) * | 2016-10-11 | 2017-03-15 | 芜湖哈特机器人产业技术研究院有限公司 | 一种可供二次开发的智能相机 |
| CN106775902A (zh) * | 2017-01-25 | 2017-05-31 | 北京奇虎科技有限公司 | 一种图像处理的方法和装置、移动终端 |
Cited By (23)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112770040B (zh) * | 2019-11-01 | 2022-05-13 | Oppo广东移动通信有限公司 | 一种拍摄方法、装置及计算机可读存储介质 |
| CN112770040A (zh) * | 2019-11-01 | 2021-05-07 | Oppo广东移动通信有限公司 | 一种拍摄方法、装置及计算机可读存储介质 |
| CN114007009B (zh) * | 2020-07-15 | 2023-08-18 | Oppo广东移动通信有限公司 | 电子设备和图像处理方法 |
| CN114007009A (zh) * | 2020-07-15 | 2022-02-01 | Oppo广东移动通信有限公司 | 电子设备和图像处理方法 |
| CN112399087A (zh) * | 2020-12-07 | 2021-02-23 | Oppo(重庆)智能科技有限公司 | 图像处理方法、装置、拍摄装置、电子设备和存储介质 |
| CN112399087B (zh) * | 2020-12-07 | 2022-05-20 | Oppo(重庆)智能科技有限公司 | 图像处理方法、装置、拍摄装置、电子设备和存储介质 |
| CN115134584A (zh) * | 2021-03-29 | 2022-09-30 | 北京小米移动软件有限公司 | 摄像头模组测试方法、摄像头模组测试装置及存储介质 |
| CN113347378A (zh) * | 2021-06-02 | 2021-09-03 | 展讯通信(天津)有限公司 | 一种录像方法及设备 |
| CN115706849B (zh) * | 2021-08-05 | 2024-01-30 | 北京小米移动软件有限公司 | 相机软件架构、平台和终端设备 |
| CN115706849A (zh) * | 2021-08-05 | 2023-02-17 | 北京小米移动软件有限公司 | 相机软件架构、平台和终端设备 |
| EP4141860A1 (fr) | 2021-08-27 | 2023-03-01 | Roche Diabetes Care GmbH | Procédés et dispositifs permettant de contrôler les réglages automatiques de balance des blancs d'un appareil mobile pour une mesure basée sur les couleurs á l'aide d'une carte de référence des couleurs |
| WO2023025866A1 (fr) | 2021-08-27 | 2023-03-02 | F. Hoffmann-La Roche Ag | Procédés et dispositifs de commande des réglages d'équilibrage automatique des blancs d'un dispositif mobile pour une mesure basée sur une couleur à l'aide d'une carte de référence de couleur |
| CN113890998A (zh) * | 2021-10-26 | 2022-01-04 | Oppo广东移动通信有限公司 | 图像数据的处理方法、装置、电子设备和存储介质 |
| CN113971048A (zh) * | 2021-10-29 | 2022-01-25 | Oppo广东移动通信有限公司 | 应用程序的启动方法及装置、存储介质及电子设备 |
| CN115034948A (zh) * | 2021-12-30 | 2022-09-09 | 荣耀终端有限公司 | 一种图像处理方法和电子设备 |
| CN114520910A (zh) * | 2022-02-08 | 2022-05-20 | 闻泰通讯股份有限公司 | 闪光灯校准方法、装置、设备及介质 |
| WO2023160269A1 (fr) * | 2022-02-25 | 2023-08-31 | 荣耀终端有限公司 | Dispositif électronique et un procédé de photographie associé, et support |
| CN116708988A (zh) * | 2022-02-25 | 2023-09-05 | 荣耀终端有限公司 | 电子设备及其拍摄方法、介质 |
| US12335596B2 (en) | 2022-02-25 | 2025-06-17 | Honor Device Co., Ltd. | Electronic device and shooting method thereof, and medium |
| CN117124988A (zh) * | 2022-05-25 | 2023-11-28 | 凯瑞达欧洲公司 | 运行车辆内部空间监控系统的方法、控制装置、车辆内部空间监控系统和车辆 |
| CN115696064A (zh) * | 2022-09-27 | 2023-02-03 | 展讯通信(天津)有限公司 | 图像处理方法和装置 |
| CN117729420A (zh) * | 2023-05-16 | 2024-03-19 | 荣耀终端有限公司 | 一种连拍方法及电子设备 |
| CN117729420B (zh) * | 2023-05-16 | 2024-11-29 | 荣耀终端有限公司 | 一种连拍方法及电子设备 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019056242A1 (fr) | Procédé de paramétrage photographique d'une caméra pour terminal intelligent, dispositif de réglage et terminal intelligent | |
| US8531573B2 (en) | Digital camera and operating method thereof | |
| US9264630B2 (en) | Method and apparatus for creating exposure effects using an optical image stabilizing device | |
| JP6259185B2 (ja) | 撮像装置及びその制御方法、プログラム並びに記憶媒体 | |
| CN110198417A (zh) | 图像处理方法、装置、存储介质及电子设备 | |
| US8937677B2 (en) | Digital photographing apparatus, method of controlling the same, and computer-readable medium | |
| WO2020034737A1 (fr) | Procédé de commande d'imagerie, appareil, dispositif électronique et support d'informations lisible par ordinateur | |
| CN104092955B (zh) | 闪光控制方法及控制装置、图像采集方法及采集设备 | |
| JP2001211359A (ja) | 電子カメラ | |
| KR102207633B1 (ko) | 촬영 장치 및 그 제어 방법 | |
| CN113824913A (zh) | 视频处理方法、装置、电子设备和存储介质 | |
| McHugh | Understanding photography: master your digital camera and capture that perfect photo | |
| CN107172353A (zh) | 自动曝光方法、装置和计算机设备 | |
| CN108156369A (zh) | 图像处理方法和装置 | |
| WO2015131614A1 (fr) | Terminal mobile et son procédé de photographie | |
| JP2012165078A (ja) | 撮像装置および撮像プログラム | |
| CN106878606B (zh) | 一种基于电子设备的图像生成方法和电子设备 | |
| KR20150116350A (ko) | 촬영 장치 및 이의 제어 방법 | |
| CN115442941A (zh) | 一种控制灯光的方法、装置、相机、设备及存储介质 | |
| JP2001238115A (ja) | 電子カメラ | |
| US20210400192A1 (en) | Image processing apparatus, image processing method, and storage medium | |
| CN104902179B (zh) | 一种相机图像的预览方法和装置 | |
| Gibson | Exposure and understanding the histogram | |
| US11935285B1 (en) | Real-time synthetic out of focus highlight rendering | |
| KR102146853B1 (ko) | 촬영 장치 및 이의 제어 방법 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17925819 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 17925819 Country of ref document: EP Kind code of ref document: A1 |