[go: up one dir, main page]

CN101841603A - Method for implementing automatic adjustment of photo direction and mobile terminal - Google Patents

Method for implementing automatic adjustment of photo direction and mobile terminal Download PDF

Info

Publication number
CN101841603A
CN101841603A CN201010172627A CN201010172627A CN101841603A CN 101841603 A CN101841603 A CN 101841603A CN 201010172627 A CN201010172627 A CN 201010172627A CN 201010172627 A CN201010172627 A CN 201010172627A CN 101841603 A CN101841603 A CN 101841603A
Authority
CN
China
Prior art keywords
data
image data
mobile terminal
module
image
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.)
Pending
Application number
CN201010172627A
Other languages
Chinese (zh)
Inventor
张圣杰
冯宇傲
贾嘉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN201010172627A priority Critical patent/CN101841603A/en
Publication of CN101841603A publication Critical patent/CN101841603A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Studio Devices (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

本发明公开一种实现自动调整照片方向的方法及移动终端。本发明的方案中:方向感知装置向照相机模块发送移动终端的倾斜角度数据;照相机模块根据所述倾斜角度数据,获得移动终端的方向数据;并获取图像数据之后将图像数据和方向数据发送给图像编码模块;图像编码模块根据方向数据对图像数据进行处理,并将处理后的图像数据保存到存储器。根据本发明的技术方案,针对不同角度下拍摄的照片在移动终端或者计算机再次显示时,无需用户再一一进行手动调整照片方向。

Figure 201010172627

The invention discloses a method for automatically adjusting the orientation of photos and a mobile terminal. In the solution of the present invention: the direction sensing device sends the tilt angle data of the mobile terminal to the camera module; the camera module obtains the direction data of the mobile terminal according to the tilt angle data; and sends the image data and the direction data to the image after acquiring the image data An encoding module; the image encoding module processes the image data according to the direction data, and saves the processed image data to the memory. According to the technical solution of the present invention, when the photos taken at different angles are displayed again on the mobile terminal or the computer, the user does not need to manually adjust the directions of the photos one by one.

Figure 201010172627

Description

Method for automatically adjusting photo direction and mobile terminal
Technical Field
The invention relates to the field of mobile terminals, in particular to a method for automatically adjusting the direction of a photo and a mobile terminal.
Background
With the rapid development of integrated circuit technology, mobile terminals have been provided with powerful processing capabilities, and mobile terminals are changing from simple communication tools to an integrated information processing platform. Modern mobile terminals already have a very powerful processing power, memory, a solidified storage medium and a computer-like operating system.
An existing operating system of a mobile terminal can provide a powerful multimedia photographing function, wherein a transverse screen and a vertical screen are switched to each other, a user can use two photographing modes of the transverse screen and the vertical screen under the default condition, however, due to the fact that photographing angles are different, the situation that the viewing angle is not in accordance with the normal habit of the user can occur when the user displays the photos in the transverse screen photographing mode again in the mobile terminal or the computer, the user is required to manually rotate the photos when browsing, and when the user browses numerous photos with different angles, the user experience is greatly reduced due to complex operation.
To solve this problem, in the prior art, a method for automatically adjusting the direction of a photo is as follows: as shown in fig. 1, when a photo is taken from multiple angles, a driving Layer of the direction sensing device obtains triaxial data of the gravitational acceleration of the current mobile terminal in real time, and a Hardware Abstraction Layer (HAL) of the direction sensing device obtains inclination angle data according to the triaxial data, and sends the inclination angle data to an application program module of the camera module for storage through a call interface; meanwhile, the driving layer of the camera module acquires image data returned by the camera and sends the image data to the HAL of the camera module, the HAL of the camera module sends the image data to the image coding module for coding, and the image data is stored in the memory after the coding of the image coding module is finished; the application program module of the camera module records the inclination angle data into the file header information of the photo, and when the photo is browsed again on the mobile terminal, the application program of the photo library rotates the photo by a certain angle according to the recorded inclination angle data. The method is to store the image data in the memory after the encoding of the image encoding module is completed, and if the picture is browsed on the mobile terminal, the picture is adjusted according to the inclination angle data, that is, the image data is stored first and then adjusted, so the method has the defect that once the picture is separated from the mobile terminal, for example, the picture is placed on a computer to be displayed, the picture is restored to the angle when the picture is taken, and the direction of the picture still needs to be manually adjusted by a user, as shown in fig. 2. When a user browses a plurality of photos at different angles continuously, the direction of the photos is adjusted once according to the current inclination data angle when the user opens one photo, and browsing efficiency is reduced.
Disclosure of Invention
In view of the above, the present invention provides a method for automatically adjusting a direction of a photo and a mobile terminal, where the direction of the photo taken from multiple angles is automatically adjusted on the mobile terminal.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
the invention discloses a mobile terminal for automatically adjusting the direction of a photo, which comprises: the direction sensing device, the camera module and the image coding module; wherein,
the direction sensing device is used for sending the inclination angle data of the mobile terminal to the camera module;
the camera module is used for obtaining direction data of the mobile terminal according to the inclination angle data; after the image data are obtained, the image data and the direction data are sent to an image coding module;
and the image coding module is used for processing the image data according to the direction data and storing the processed image data into the memory.
In the above mobile terminal, the direction sensing apparatus includes: a driver layer, a Hardware Abstraction Layer (HAL), a calling interface; wherein,
the driving layer is used for acquiring triaxial data of the gravity acceleration of the current mobile terminal in real time and sending the triaxial data to the HAL;
the HAL is used for calling a driving program, calculating inclination angle data of the mobile terminal according to the triaxial data by using an inverse trigonometric function formula, and sending the inclination angle data to a calling interface;
and the calling interface is used for receiving the inclination angle data sent by the HAL and sending the inclination angle data to the camera module.
In the above mobile terminal, the camera module includes: an application module, a service layer, a Hardware Abstraction Layer (HAL); wherein,
the application program module is used for obtaining the direction data of the mobile terminal according to the inclination angle data sent by the direction sensing device and sending the direction data to the service layer;
the service layer is used for receiving the direction data sent by the application program module and sending the direction data to the HAL;
and the HAL is used for acquiring the image data and sending the image data and the direction data to the image coding module.
The invention also discloses a method for automatically adjusting the direction of the photo, which comprises the following steps:
the direction sensing device sends the inclination angle data of the mobile terminal to the camera module;
the camera module obtains direction data of the mobile terminal according to the inclination angle data, and sends the image data and the direction data to the image coding module after obtaining the image data;
and the image coding module processes the image data according to the direction data and stores the processed image data in a memory.
In the above method, the sending, by the direction sensing device, the tilt angle data of the mobile terminal to the camera module specifically includes:
a driving layer of a direction sensing device in the mobile terminal acquires triaxial data of the current gravitational acceleration of the mobile terminal in real time; and the HAL of the direction sensing device calls a driving program, calculates the inclination angle data of the mobile terminal by using an inverse trigonometric function formula according to the triaxial data, and sends the inclination angle data to an application program module of the camera module through a calling interface of the direction sensing device.
In the above method, the obtaining, by the camera module, the direction data of the mobile terminal according to the tilt angle data specifically includes:
four directions are predefined in an application module of the camera module, the application module of the camera module receives the tilt angle data, determines the direction in which the tilt angle data is located, and sends the direction data of the direction to the HAL of the camera module through a service layer of the camera module.
In the method, the four directions are respectively a 0-degree direction, a 90-degree direction, a 180-degree direction and a 270-degree direction, wherein the 0-degree, 90-degree, 180-degree and 270-degree directions are included angles between an X-axis and a horizontal plane and along a clockwise direction, and each angle direction represents a direction of an angle within a range of plus or minus 45 degrees.
In the above method, the processing the image data by the image coding module according to the direction data, and storing the processed image data in the memory specifically includes:
the encoding principle is predefined in the image encoding module, the image encoding module determines the encoding order of the Minimum Coding Unit (MCU) of the image data according to the direction data sent by the HAL of the camera module by using the encoding principle, encodes and compresses the image data, and directly stores the image data in the memory.
In the above method, the determining, by the image coding module, the coding order of the MCU of the image data according to the direction data sent by the HAL of the camera module by using the coding principle specifically includes:
if the direction is 0 degree, the width and the height of the image data do not need to be interchanged, and the MCU at the upper left corner of the image data starts to encode; if the direction is 90 degrees, the width and the height of the image data are interchanged, and the MCU at the upper right corner with the image data at 0 degree as the reference starts to encode; if the direction is 180 degrees, the width and the height of the image data are not interchanged, and the MCU at the lower right corner with the image data at 0 degree as the reference starts to encode; if the direction is 270 degrees, the width and the height of the image data are interchanged, and the MCU at the lower left corner with the image data at 0 degree as the reference starts to encode.
The invention provides a method and a mobile terminal for automatically adjusting the direction of a photo, which can automatically adjust the direction of the photo according to the angle during photographing by using a direction sensing device and an image coding technology, and then store the adjusted photo, so that the scheme in the invention is to store image data according to the viewing angle in accordance with the normal habit of a user, and when the photos taken at different angles are displayed again on the mobile terminal or a computer, the user does not need to manually adjust the direction of the photo one by one, thereby improving the browsing efficiency of the photo, greatly saving time and energy, and improving the user experience;
the method and the mobile terminal provided by the invention can be applied to various operating systems, wherein the Android operating system is an operating system with a public source code, so that when the scheme is applied to the Android operating system, a manufacturer of the mobile terminal does not reconfigure and modify the operating system in the mobile terminal through an enterprise with operating system modification permission, but modifies related configurations in the method automatically according to user requirements and the like, the application flexibility of the mobile terminal is improved, and the research, development and production cost of the manufacturer of the mobile terminal is reduced.
Drawings
FIG. 1 is a schematic diagram of a prior art structure for automatically adjusting the direction of a photo;
fig. 2 is an exemplary diagram of a photograph taken by a mobile terminal in a prior art when displayed in a computer;
FIG. 3 is a schematic structural diagram of a mobile terminal for automatically adjusting the photo direction according to the present invention;
FIG. 4 is a flowchart illustrating a method for automatically adjusting the direction of a photo according to the present invention;
FIG. 5 is a three-dimensional coordinate system based on a plane of a mobile terminal according to the present invention;
fig. 6 is an exemplary view of a photograph taken by a mobile terminal in the present invention when displayed in a computer.
Detailed Description
The invention provides a method and a Mobile terminal for automatically adjusting the direction of a photo, which can be applied to various operating systems, such as a Windows Mobile operating system, a Symbian operating system, an Android operating system and the like, and the basic idea is as follows: the direction sensing device sends the inclination angle data of the mobile terminal to the camera module; the camera module obtains direction data of the mobile terminal according to the inclination angle data; after the image data are obtained, the image data and the direction data are sent to an image coding module; and the image coding module processes the image data according to the direction data and stores the processed image data in a memory.
The invention is further described in detail below with reference to the drawings and the specific embodiments.
The invention provides a mobile terminal for automatically adjusting the direction of a photo, and fig. 3 is a schematic structural diagram of the mobile terminal for automatically adjusting the direction, as shown in fig. 3, the device includes: a direction sensing device 31, a camera module 32, an image encoding module 33; wherein,
a direction sensing means 31 for transmitting tilt angle data of the mobile terminal to the camera module 32;
a camera module 32 for obtaining direction data of the mobile terminal according to the tilt angle data; after acquiring the image data, sending the image data and the direction data to the image coding module 33;
the image coding module 33 is configured to process the image data according to the direction data, and store the processed image data in the memory;
the direction sensing device 31 further includes: a driver layer 311, a Hardware Abstraction Layer (HAL)312, a call interface 313; wherein,
the driving layer 311 is configured to obtain digitized triaxial data of the gravitational acceleration of the current mobile terminal in real time, and send the triaxial data to the HAL 312;
HAL312, configured to call a driver, calculate, according to the three-axis data and using an inverse trigonometric function formula, to obtain tilt angle data of the mobile terminal, and send the tilt angle data to the call interface 313;
call-up interface 313 for receiving the tilt angle data sent by HAL312 and sending the data to camera module 32;
the camera module 32 further includes: application module 321, service layer 322, Hardware Abstraction Layer (HAL) 323; wherein,
the application module 321 is configured to obtain direction data of the mobile terminal according to the inclination angle data sent by the calling interface 313, and send the direction data to the service layer 322;
the application module 321 obtains the direction data of the mobile terminal according to the tilt angle data sent by the call interface 313, and sending the direction data to the service layer 322 specifically includes: defining four directions in an application program module 321 in advance, wherein the application program module 321 receives the inclination angle data, determines the direction of the inclination angle data, and sends the direction data to the HAL323 through a service layer 322; the four directions are respectively a 0-degree direction, a 90-degree direction, a 180-degree direction and a 270-degree direction, the 0-degree direction, the 90-degree direction, the 180-degree direction and the 270-degree direction are included angles between an X axis and a horizontal plane and along a clockwise direction, and each angle direction represents a direction of an angle within a range of plus or minus 45 degrees of the value;
a service layer 322, configured to receive the direction data sent by the application module 321, and send the data to the HAL 323;
a HAL323 for acquiring image data and sending the image data and the direction data to the image encoding module 33;
the image encoding module 33 processes the image data according to the direction data, and stores the processed image data in the memory specifically as follows: the image coding module determines the coding sequence of a Minimum Coding Unit (MCU) of the image data according to the direction data sent by the HAL323, codes and compresses the image data, and directly stores the image data in a memory;
the image encoding module 33 determines the encoding order of the MCU of the image data according to the direction data sent by the HAL323, specifically: if the direction is 0 degree, the width and the height of the image data do not need to be interchanged, and the MCU at the upper left corner of the image data starts to encode; if the direction is 90 degrees, the width and the height of the image data are interchanged, and the MCU at the upper right corner with the image data at 0 degree as the reference starts to encode; if the direction is 180 degrees, the width and the height of the image data are not interchanged, and the MCU at the lower right corner with the image data at 0 degree as the reference starts to encode; if the direction is 270 degrees, the width and the height of the image data are interchanged, and the MCU at the lower left corner with the image data at 0 degree as the reference starts to encode.
The invention provides a method for realizing automatic adjustment of photo direction, fig. 4 is a flow diagram of the method for realizing automatic adjustment of photo direction, as shown in fig. 4, the method comprises the following steps:
step 401, the direction sensing device obtains inclination angle data according to the three-axis data of the mobile terminal and sends the inclination angle data to an application program module of the camera module;
specifically, as shown in fig. 5, the Z axis is always perpendicular to the plane of the mobile terminal, the X axis and the Y axis are always located on the plane of the mobile terminal and are perpendicular to each other, so as to form a three-dimensional coordinate system based on the plane of the mobile terminal, when the mobile terminal rotates, the gravitational acceleration applied to the mobile terminal may generate components on the X axis, the Y axis and the Z axis, and when the mobile terminal takes a picture from multiple angles, the driving layer of the direction sensing device in the mobile terminal acquires the digitized three-axis data of the gravitational acceleration of the current mobile terminal on the X axis, the Y axis and the Z axis of the mobile terminal in real time; the direction sensing device can be a gravity sensor, an acceleration sensor, a magnetic field sensor and the like;
the HAL of the direction sensing device calls a driving program, the inclination angle data of the mobile terminal is obtained through calculation by using an inverse trigonometric function formula according to the triaxial data of the mobile terminal, which is obtained by a driving layer of the direction sensing device, and the inclination angle data is sent to an application program module of the camera module through a calling interface of the direction sensing device;
step 402, the application program module of the camera module obtains the direction data of the mobile terminal according to the inclination angle data, and sends the direction data to the HAL of the camera module through the service layer of the camera module;
specifically, the application module in the camera module is configured, that is, four directions are predefined in the application module of the camera module, which are respectively a 0-degree direction, a 90-degree direction, a 180-degree direction, and a 270-degree direction, where 0 degree, 90 degrees, 180 degrees, and 270 degrees are included angles between an X-axis and a horizontal plane and along a clockwise direction, each angle direction represents a direction of an angle within a range of plus or minus 45 degrees of a numerical value of the angle, the application module of the camera module receives the tilt angle data, determines a direction in which the tilt angle data is located, and sends the direction data of the direction to the HAL of the camera module through a service layer of the camera module;
step 403, the HAL of the camera module acquires image data and sends the image data and the direction data to the image coding module;
specifically, in practical application, a driver in a driver layer of the camera module may drive a chip of a camera of the mobile terminal to record an image, store the captured image in a kernel space, and the HAL of the camera module obtains image data by copying the image data of the image from the kernel space to a user space, and sends the image data and the received direction data to the image encoding module;
step 404, the image coding module processes the image data according to the direction data and stores the processed image data in a memory;
specifically, the image coding module divides the received image data into a plurality of MCUs with 8 × 8 pixels, a coding principle is predefined in the image coding module, and the image coding module determines a coding order of the MCUs of the image data according to the direction data sent by the HAL of the camera module by using the coding principle, where the coding principle is as follows: if the direction is 0 degree, the width and the height of the image data do not need to be interchanged, and the MCU at the upper left corner of the image data starts to encode; if the direction is 90 degrees, the width and the height of the image data are interchanged, and the MCU at the upper right corner with the image data at 0 degree as the reference starts to encode; if the direction is 180 degrees, the width and the height of the image data do not need to be interchanged, and the MCU at the lower right corner with the image data at 0 degree as the reference starts to encode; if the direction is 270 degrees, exchanging the width and the height of the image data, and starting coding by using the MCU at the lower left corner with the image data at 0 degree as a reference; the encoding process comprises the steps of performing discrete cosine transform on image data, namely converting the time domain of the image data into the frequency domain, concentrating light intensity on a plurality of controllable coefficients, performing quantization arrangement on the controllable coefficients, rearranging the image data after quantization arrangement, and placing the lowest light frequency at the forefront; in addition, it is also necessary to encode the dc coefficients in the image data using differential pulse code modulation, encode the ac coefficients in the image data using run length coding, and finally further compress the image data using entropy coding, where the compression process may include lossy compression and lossless compression; the image coding module determines the order, codes and compresses the image data, and then directly stores the image data into a main memory or an external memory, wherein the external memory can be a T-flash card and the like; after storing the image data, the image coding module may send a completion instruction that the image has been processed and saved to the application module of the camera module via the HAL of the camera module and the service layer of the camera module.
As shown in fig. 6, since the stored image data is the image data adjusted according to the direction data, when the image is displayed again in the mobile terminal or the computer, since the image data has been stored according to the viewing angle in conformity with the normal habit of the user, the user is not required to manually rotate the image direction any more; this function may not be enabled according to the user's needs, and when it is not needed, it may be masked by selecting no in the menu of this function of the application module of the camera module.
The above description is only exemplary of the present invention and should not be taken as limiting the scope of the present invention, and any modifications, equivalents, improvements, etc. that are within the spirit and principle of the present invention should be included in the present invention.

Claims (9)

1. A mobile terminal for automatically adjusting the direction of a picture, the mobile terminal comprising: the direction sensing device, the camera module and the image coding module; wherein,
the direction sensing device is used for sending the inclination angle data of the mobile terminal to the camera module;
the camera module is used for obtaining direction data of the mobile terminal according to the inclination angle data; after the image data are obtained, the image data and the direction data are sent to an image coding module;
and the image coding module is used for processing the image data according to the direction data and storing the processed image data into the memory.
2. The mobile terminal according to claim 1, wherein the direction sensing device comprises: a driver layer, a Hardware Abstraction Layer (HAL), a calling interface; wherein,
the driving layer is used for acquiring triaxial data of the gravity acceleration of the current mobile terminal in real time and sending the triaxial data to the HAL;
the HAL is used for calling a driving program, calculating inclination angle data of the mobile terminal according to the triaxial data by using an inverse trigonometric function formula, and sending the inclination angle data to a calling interface;
and the calling interface is used for receiving the inclination angle data sent by the HAL and sending the inclination angle data to the camera module.
3. The mobile terminal according to claim 1 or 2, wherein the camera module comprises: an application module, a service layer, a Hardware Abstraction Layer (HAL); wherein,
the application program module is used for obtaining the direction data of the mobile terminal according to the inclination angle data sent by the direction sensing device and sending the direction data to the service layer;
the service layer is used for receiving the direction data sent by the application program module and sending the direction data to the HAL;
and the HAL is used for acquiring the image data and sending the image data and the direction data to the image coding module.
4. A method for automatically adjusting the direction of a photo is characterized by comprising the following steps:
the direction sensing device sends the inclination angle data of the mobile terminal to the camera module;
the camera module obtains direction data of the mobile terminal according to the inclination angle data, and sends the image data and the direction data to the image coding module after obtaining the image data;
and the image coding module processes the image data according to the direction data and stores the processed image data in a memory.
5. The method according to claim 4, wherein the direction sensing device sends the tilt angle data of the mobile terminal to the camera module by specifically:
a driving layer of a direction sensing device in the mobile terminal acquires triaxial data of the current gravitational acceleration of the mobile terminal in real time; and the HAL of the direction sensing device calls a driving program, calculates the inclination angle data of the mobile terminal by using an inverse trigonometric function formula according to the triaxial data, and sends the inclination angle data to an application program module of the camera module through a calling interface of the direction sensing device.
6. The method according to claim 4, wherein the camera module obtains the orientation data of the mobile terminal according to the tilt angle data by:
four directions are predefined in an application module of the camera module, the application module of the camera module receives the tilt angle data, determines the direction in which the tilt angle data is located, and sends the direction data of the direction to the HAL of the camera module through a service layer of the camera module.
7. The method of claim 6, wherein the four directions are 0 degrees, 90 degrees, 180 degrees, and 270 degrees, wherein 0 degrees, 90 degrees, 180 degrees, and 270 degrees are angles of the X axis from the horizontal and in a clockwise direction, and each angle direction represents a direction having an angle in a range of values plus or minus 45 degrees.
8. The method according to any one of claims 4 to 7, wherein the processing the image data by the image encoding module according to the direction data and storing the processed image data in the memory specifically comprises:
the encoding principle is predefined in the image encoding module, the image encoding module determines the encoding order of the Minimum Coding Unit (MCU) of the image data according to the direction data sent by the HAL of the camera module by using the encoding principle, encodes and compresses the image data, and directly stores the image data in the memory.
9. Method according to claim 8, characterized in that the image coding module uses the coding principle to determine the coding order of the MCUs of the image data according to the orientation data sent by the HAL of the camera module, in particular:
if the direction is 0 degree, the width and the height of the image data do not need to be interchanged, and the MCU at the upper left corner of the image data starts to encode; if the direction is 90 degrees, the width and the height of the image data are interchanged, and the MCU at the upper right corner with the image data at 0 degree as the reference starts to encode; if the direction is 180 degrees, the width and the height of the image data are not interchanged, and the MCU at the lower right corner with the image data at 0 degree as the reference starts to encode; if the direction is 270 degrees, the width and the height of the image data are interchanged, and the MCU at the lower left corner with the image data at 0 degree as the reference starts to encode.
CN201010172627A 2010-05-12 2010-05-12 Method for implementing automatic adjustment of photo direction and mobile terminal Pending CN101841603A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010172627A CN101841603A (en) 2010-05-12 2010-05-12 Method for implementing automatic adjustment of photo direction and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010172627A CN101841603A (en) 2010-05-12 2010-05-12 Method for implementing automatic adjustment of photo direction and mobile terminal

Publications (1)

Publication Number Publication Date
CN101841603A true CN101841603A (en) 2010-09-22

Family

ID=42744715

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010172627A Pending CN101841603A (en) 2010-05-12 2010-05-12 Method for implementing automatic adjustment of photo direction and mobile terminal

Country Status (1)

Country Link
CN (1) CN101841603A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147659A (en) * 2011-03-21 2011-08-10 中兴通讯股份有限公司 Terminal and display content processing method thereof
CN102147725A (en) * 2011-03-29 2011-08-10 福州瑞芯微电子有限公司 Method for supporting dual cameras in Android
CN102353351A (en) * 2011-06-28 2012-02-15 惠州Tcl移动通信有限公司 Lateral shooting angle detecting method, inclined shooting angle detecting method and mobile phone
CN102567947A (en) * 2012-01-12 2012-07-11 惠州Tcl移动通信有限公司 Image processing method in mobile terminal and mobile terminal
CN103581560A (en) * 2013-11-01 2014-02-12 广东欧珀移动通信有限公司 Photographic processing method and system of mobile terminal
CN103780747A (en) * 2012-10-23 2014-05-07 联想(北京)有限公司 Information processing method and electronic equipment
CN103856705A (en) * 2012-12-03 2014-06-11 三星电子(中国)研发中心 Image rectification method and system
CN104049855A (en) * 2013-03-12 2014-09-17 富泰华工业(深圳)有限公司 Image checking system and method
CN105227861A (en) * 2015-06-29 2016-01-06 深圳市美贝壳科技有限公司 A kind of method of automatic adjustment photo angles of display
CN106210507A (en) * 2016-06-27 2016-12-07 联想(北京)有限公司 Image adjusting method and electronic equipment
CN106303226A (en) * 2016-08-01 2017-01-04 乐视控股(北京)有限公司 Image processing method and device
CN106716322A (en) * 2014-09-16 2017-05-24 株式会社理光 Display device, display system, and display control program
CN106973228A (en) * 2017-03-31 2017-07-21 联想(北京)有限公司 A kind of image pickup method and electronic equipment
CN111640207A (en) * 2020-06-04 2020-09-08 福建票付通信息科技有限公司 Non-inductive face collection ticket checking method
CN112887477A (en) * 2021-01-26 2021-06-01 努比亚技术有限公司 Voice processing method and device, mobile terminal and computer readable storage medium
CN113660409A (en) * 2020-05-12 2021-11-16 华为技术有限公司 Image processing method and device, computer equipment, storage medium
CN114596633A (en) * 2022-03-04 2022-06-07 海信集团控股股份有限公司 Sitting posture detection method and terminal

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1798245A (en) * 2004-12-31 2006-07-05 乐金电子(中国)研究开发中心有限公司 Photo file preservation and transmission method of camera and mobile telephone
CN101068309A (en) * 2007-05-24 2007-11-07 中兴通讯股份有限公司 Method and device for automatic rotating mobile terminal camera head shooting results

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1798245A (en) * 2004-12-31 2006-07-05 乐金电子(中国)研究开发中心有限公司 Photo file preservation and transmission method of camera and mobile telephone
CN101068309A (en) * 2007-05-24 2007-11-07 中兴通讯股份有限公司 Method and device for automatic rotating mobile terminal camera head shooting results

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147659A (en) * 2011-03-21 2011-08-10 中兴通讯股份有限公司 Terminal and display content processing method thereof
CN102147725A (en) * 2011-03-29 2011-08-10 福州瑞芯微电子有限公司 Method for supporting dual cameras in Android
CN102147725B (en) * 2011-03-29 2013-09-18 福州瑞芯微电子有限公司 Method for supporting dual cameras in Android
CN102353351A (en) * 2011-06-28 2012-02-15 惠州Tcl移动通信有限公司 Lateral shooting angle detecting method, inclined shooting angle detecting method and mobile phone
CN102353351B (en) * 2011-06-28 2014-01-15 惠州Tcl移动通信有限公司 Lateral shooting angle detecting method, inclined shooting angle detecting method and mobile phone
CN102567947A (en) * 2012-01-12 2012-07-11 惠州Tcl移动通信有限公司 Image processing method in mobile terminal and mobile terminal
CN103780747A (en) * 2012-10-23 2014-05-07 联想(北京)有限公司 Information processing method and electronic equipment
CN103856705A (en) * 2012-12-03 2014-06-11 三星电子(中国)研发中心 Image rectification method and system
CN104049855B (en) * 2013-03-12 2018-06-15 富泰华工业(深圳)有限公司 Image viewing system and method
CN104049855A (en) * 2013-03-12 2014-09-17 富泰华工业(深圳)有限公司 Image checking system and method
CN103581560B (en) * 2013-11-01 2018-01-19 广东欧珀移动通信有限公司 A kind of processing method and system of taking pictures of mobile terminal
CN103581560A (en) * 2013-11-01 2014-02-12 广东欧珀移动通信有限公司 Photographic processing method and system of mobile terminal
CN106716322A (en) * 2014-09-16 2017-05-24 株式会社理光 Display device, display system, and display control program
CN105227861A (en) * 2015-06-29 2016-01-06 深圳市美贝壳科技有限公司 A kind of method of automatic adjustment photo angles of display
CN106210507A (en) * 2016-06-27 2016-12-07 联想(北京)有限公司 Image adjusting method and electronic equipment
CN106303226A (en) * 2016-08-01 2017-01-04 乐视控股(北京)有限公司 Image processing method and device
CN106973228A (en) * 2017-03-31 2017-07-21 联想(北京)有限公司 A kind of image pickup method and electronic equipment
CN106973228B (en) * 2017-03-31 2020-02-21 联想(北京)有限公司 Shooting method and electronic equipment
CN113660409A (en) * 2020-05-12 2021-11-16 华为技术有限公司 Image processing method and device, computer equipment, storage medium
CN111640207A (en) * 2020-06-04 2020-09-08 福建票付通信息科技有限公司 Non-inductive face collection ticket checking method
CN112887477A (en) * 2021-01-26 2021-06-01 努比亚技术有限公司 Voice processing method and device, mobile terminal and computer readable storage medium
CN112887477B (en) * 2021-01-26 2023-11-14 努比亚技术有限公司 Voice processing method, device, mobile terminal and computer readable storage medium
CN114596633A (en) * 2022-03-04 2022-06-07 海信集团控股股份有限公司 Sitting posture detection method and terminal

Similar Documents

Publication Publication Date Title
CN101841603A (en) Method for implementing automatic adjustment of photo direction and mobile terminal
US12477231B2 (en) Apparatus and methods for image encoding using spatially weighted encoding quality parameters
CN110234008B (en) Encoding method, decoding method and device
US10992919B2 (en) Packed image format for multi-directional video
AU2014374638B2 (en) Image processing apparatus and method
CN109658338B (en) Method and electronic device for processing raw images using external electronic device
JP5757592B2 (en) Method, apparatus and computer program product for generating super-resolution images
KR102385188B1 (en) Electronic device and method for processing image data in the electronic device
US20090066693A1 (en) Encoding A Depth Map Into An Image Using Analysis Of Two Consecutive Captured Frames
CN111652933B (en) Monocular camera-based relocation method, device, storage medium and electronic equipment
CN111835973A (en) Shooting method, shooting device, storage medium and mobile terminal
CN112927271A (en) Image processing method, image processing apparatus, storage medium, and electronic device
CN103826064A (en) Image processing method, device and handheld electronic equipment
CN115053516A (en) Electronic device and method for storing image
CN115359105B (en) Depth-of-field extended image generation method, device and storage medium
CN102164246A (en) Realization method and device for generating photo meeting set solution by mobile terminal
CN114708289A (en) Image frame prediction method and electronic equipment
CN110062226A (en) A kind of method for video coding, video encoding/decoding method, apparatus and system
CN114630152A (en) Parameter transmission method, device and storage medium for image processor
CN106464903A (en) Method for encoding and decoding images, device for encoding and decoding images, and corresponding computer program
CN107105341B (en) Video file processing method and system
CN103581534A (en) Method and device for improving digital zoom display effect and mobile terminal
WO2025074207A1 (en) Method for signalling non-video bitstream format in visual volumetric video-based coding
JP3359525B2 (en) Digital electronic camera
WO2025108779A1 (en) 3d motion maps for compression of time varying mesh textures

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100922