WO2023093715A1 - Procédé, système et appareil de commande de caméra pour obtenir une compatibilité entre linux et android, et support - Google Patents

Procédé, système et appareil de commande de caméra pour obtenir une compatibilité entre linux et android, et support Download PDF

Info

Publication number
WO2023093715A1
WO2023093715A1 PCT/CN2022/133475 CN2022133475W WO2023093715A1 WO 2023093715 A1 WO2023093715 A1 WO 2023093715A1 CN 2022133475 W CN2022133475 W CN 2022133475W WO 2023093715 A1 WO2023093715 A1 WO 2023093715A1
Authority
WO
WIPO (PCT)
Prior art keywords
camera
linux
android
camera control
inter
Prior art date
Application number
PCT/CN2022/133475
Other languages
English (en)
Chinese (zh)
Inventor
张兴涛
Original Assignee
北京字节跳动网络技术有限公司
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 北京字节跳动网络技术有限公司 filed Critical 北京字节跳动网络技术有限公司
Publication of WO2023093715A1 publication Critical patent/WO2023093715A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules
    • H04N23/64Computer-aided capture of images, e.g. transfer from script file into camera, check of taken image quality, advice or proposal for image composition or decision on when to take image

Definitions

  • the present application relates to the field of computer technology, for example, to a Linux-compatible Android camera control method, system, device and medium.
  • the Linux system is often used as an operating system with high security performance.
  • the Android system is currently the operating system with the highest market share in the mobile terminal market, and has an excellent ecological environment in the field of mobile terminals. Therefore, the compatibility of the Android application ecosystem on the Linux operating system has become a recent research hotspot.
  • This application provides a Linux-compatible Android camera control method, system, device, and medium to solve the defect that the Android camera application program cannot control the Linux operating system camera in the related art, and realize that the Android camera application program can control the Linux operating system Camera.
  • This application provides a Linux-compatible Android camera control method, which is applied to the Linux side, and the method includes:
  • the camera is controlled to execute the operation corresponding to the camera control instruction, and the execution result of the camera is returned to the Android terminal through the inter-process communication channel.
  • the present application also provides a Linux-compatible Android camera control method, which is applied to the Android side, and the method includes:
  • the present application also provides a Linux-compatible Android camera control system, comprising: a Linux terminal and an Android terminal, wherein the Linux terminal and the Android terminal communicate through an inter-process communication channel;
  • the Android end is configured to generate a camera control instruction, and send the camera control instruction to the Linux end through the inter-process communication channel;
  • the Linux end is configured to receive the camera control instruction, control the camera to perform an operation corresponding to the camera control instruction, and return an execution result of the camera to the Android end through the inter-process communication channel;
  • the Android end is further configured to receive an execution result corresponding to the camera control instruction returned by the Linux end.
  • the application also provides a Linux-compatible Android camera control device, including:
  • the receiving module is configured to receive the camera control command sent by the Android end obtained through the inter-process communication channel;
  • the control module is configured to control the camera to execute the operation corresponding to the camera control instruction, and return the execution result of the camera to the Android terminal through the inter-process communication channel.
  • the application also provides a Linux-compatible Android camera control device, including:
  • a generating module configured to generate camera control instructions, and send the camera control instructions to the Linux end through an inter-process communication channel
  • the receiving module is configured to receive the execution result corresponding to the camera control instruction returned by the Linux terminal through the inter-process communication channel.
  • the present application also provides a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the implementation of any one of the above-mentioned Linux-compatible Android camera control methods applied to the Linux side is implemented. Steps, or steps of a Linux-compatible Android camera control method applied to an Android side.
  • Fig. 1 is one of the flow diagrams of the Linux-compatible Android camera control method provided by the present application
  • Fig. 2 is the second schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • Fig. 3 is the third schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • Fig. 4 is the fourth schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • FIG. 5A is the fifth schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • FIG. 5B is the sixth schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • FIG. 5C is the seventh schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • FIG. 5D is the eighth schematic flow diagram of the Linux-compatible Android camera control method provided by the present application.
  • Fig. 6 is the structural representation of the Linux compatible Android camera control system that the application provides;
  • Fig. 7 is one of the structural representations of the Linux-compatible Android camera control device provided by the present application.
  • Fig. 8 is the second structural diagram of the Linux-compatible Android camera control device provided by the present application.
  • FIG. 9 is a schematic structural diagram of an electronic device provided by the present application.
  • the Linux-compatible Android camera control method of the present application is described below with reference to FIG. 1-FIG. 5D.
  • a Linux system is installed in the smart terminal, but an Android application program is installed in the Linux system.
  • the smart terminal may be a mobile smart terminal, such as a laptop computer, a tablet, or a mobile phone, or may be a non-mobile smart terminal, such as a desktop computer.
  • the smart terminal is taken as an example for illustration, but it should be noted that it is only for illustration and is not used to limit the scope of protection of the present application. Some other descriptions in the embodiments of the present application are also examples, and are not used to limit the protection scope of the present application, and will not be described one by one later.
  • the embodiment of the present application provides a Linux-compatible Android camera control method applied on the Linux side, as shown in Figure 1:
  • Step 101 receiving a camera control command sent by an Android terminal obtained through an inter-process communication channel.
  • a proxy service is pre-created on the Linux side, and the pre-created proxy service is used to receive the camera control instruction sent by the Android side obtained through the inter-process communication channel.
  • inter-process communication channel can realize data transmission and information transmission between processes.
  • Inter-Process Communication provides a variety of inter-process communication methods, such as binder, socket (socket), shared memory (shared memory), etc.
  • the Linux end receives the camera control instruction sent by the Android end obtained through the IPC, including: the Linux end receives the camera control instruction sent by the Android end obtained through the binder, or the Linux end receives the camera sent by the Android end obtained through the socket Control command, or, the Linux side receives the camera control command sent by the Android side obtained through shared memory.
  • the application program of Android end in order to realize the compatibility of Linux and Android, and make the application program of Android end can control the camera of Linux end, create the first container at Linux end, the camera application corresponding to Android end is deployed in the first container; Run deployment After the first container, the camera application program on the Android side can run on the Linux side, and then the camera application program on the Android side can control the camera driver on the Linux side.
  • the camera of the mobile phone may be a camera with a Linux camera driver.
  • a first container when the camera of the mobile phone is a camera driven by a Linux system, a first container needs to be created, and the first container includes: camera application program, Android camera service and camera virtual hardware abstraction layer (Hardware Abstract Layer, HAL).
  • the first container can run in real time when the mobile phone is turned on, and can also start running when the user needs to use the camera.
  • the camera control command is generated on the Android side based on the camera application program, communicates with the proxy service on the Linux side through IPC, sends the camera control command to the proxy service on the Linux side, and controls the camera to execute and communicate with the proxy service on the Linux side. Operations corresponding to camera control commands.
  • the application is divided into layers in FIG. 2 , the first container and proxy service belong to the user space layer, the IPC belongs to the kernel layer, and the camera belongs to the hardware layer.
  • a second container is created, and the camera driver corresponding to the Android side is deployed in the second container; the deployed second container is run to make the camera on the Android side
  • the application can control the camera driver running in a second container on the Linux side.
  • the camera of the mobile phone may also be a camera driven by a camera of the Android system.
  • the first container includes: the camera application program, the Android camera service and the camera virtual HAL layer
  • the second container includes the Android System camera driver.
  • the first container can run in real time when the mobile phone is turned on, or can be started and run when the user needs to use the camera, and the second container needs to be run in real time when the mobile phone is turned on.
  • the camera control command is generated on the Android side based on the camera application program, communicates with the proxy service on the Linux side through IPC, sends the camera control command to the proxy service on the Linux side, and sends the camera control command through the proxy service on the Linux side Send to the second container, based on the second container, make the proxy service on the Linux side control the camera to perform the operation corresponding to the camera control instruction.
  • the application is divided into layers in FIG. 3 , the first container, the proxy service, and the second container belong to the user space layer, IPC belongs to the kernel layer, and the camera belongs to the hardware layer.
  • Step 102 controlling the camera to execute the operation corresponding to the camera control instruction, and returning the execution result of the camera to the Android terminal through the inter-process communication channel.
  • the pre-created proxy service is used to control the camera to execute the operation corresponding to the camera control instruction, and return the execution result of the camera to the Android terminal through the inter-process communication channel.
  • the camera control instruction includes: a camera opening instruction, a camera closing instruction, a camera preview instruction, a camera shooting instruction, a camera recording instruction, and a camera parameter setting instruction. Based on the camera control command, control the camera to perform the operation corresponding to the camera control command, and return the execution result of the camera to the Android side as follows:
  • the camera control command is a camera preview command
  • the camera control command is a camera shooting command
  • the camera control command is a camera recording command
  • the camera control command is a camera parameter setting command
  • control the camera to configure the camera parameters corresponding to the camera parameter setting command, and return the execution result of whether the camera configuration is successful to the Android side.
  • the camera control instruction is an instruction to turn on the camera
  • an indication of successful opening or an indication of failure to open is returned to the Android side.
  • the camera control command is a camera parameter setting command
  • an indication of a successful setting or an indication of a failed setting is returned to the Android side.
  • the camera preview instruction when the camera control instruction is a camera preview instruction, the camera preview instruction includes: a start preview instruction and a stop preview instruction, and when the camera preview instruction is a start preview instruction, a success or failure identifier is returned to the Android side, and, when When returning the successful identification, the image data to be previewed and the successful identification are returned to the Android side together.
  • the camera preview instruction is a stop preview instruction, return the stop sign to the Android end, and stop returning the image data to be previewed to the Android end.
  • the camera control instruction is a camera shooting instruction
  • return a success indication to the Android end and return the successfully captured image data to the Android end at the same time, or return a failure indication to the Android end.
  • the camera video recording command when the camera control command is a camera video recording command, includes: start video recording command and end video recording command, when the camera control command is a start video recording command, return a success identification or a failure identification to the Android side, and, when When returning the successful identification, return the captured video data and the successful identification to the Android side together.
  • the camera recording command is an end recording command, return a stop sign to the Android end, and stop returning video data to the Android end.
  • the camera control instruction is an instruction to close the camera
  • an indication of successful closing or an indication of closing failure is returned to the Android side.
  • the Linux-compatible Android camera control method, system, device and medium provided by the application is applied to the Linux side, the application receives the camera control command sent by the Android side obtained through the inter-process communication channel; the control camera execution and camera control The operation corresponding to the instruction, and the execution result of the camera is returned to the Android end through the inter-process communication channel.
  • this application uses the inter-process communication channel to realize the communication between the Linux end and the Android end, so as to be able to send the camera control commands generated by the Android end to the Linux side, so that the Linux side controls the camera to perform corresponding operations based on the camera control command, and realizes the purpose that the camera application program of Android can control the camera of the Linux operating system.
  • the embodiment of the present application also provides a Linux-compatible Android camera control method applied on the Android side, as shown in Figure 4:
  • Step 401 generate a camera control command, and send the camera control command to the Linux side through an inter-process communication channel.
  • a camera virtual hardware abstraction layer is created in Android in advance; and on the camera virtual hardware abstraction layer, a communication interface for communicating with the Linux side is configured, and the camera control instructions are sent to the Linux side through the communication interface.
  • a communication interface capable of communicating with the Linux terminal is configured on the camera virtual HAL, and the communication interface includes: a camera opening interface, a camera closing interface, a camera preview interface, a camera shooting interface, a camera recording interface, and a camera parameter setting interface.
  • the interface is opened through the camera, and the command to open the camera is sent to the proxy service on the Linux side;
  • the camera shooting command is sent to the agent service on the Linux side;
  • the camera video command is sent to the proxy service on the Linux side;
  • the camera parameter setting command is sent to the proxy service on the Linux side.
  • Step 402 receiving the execution result corresponding to the camera control command returned by the Linux terminal through the inter-process communication channel.
  • the execution result corresponding to the camera control instruction returned by the proxy service on the Linux side is received.
  • the camera control instruction is a camera preview instruction
  • the signaling interaction diagram of the camera application, the camera virtual HAL layer, the proxy service, and the camera driver is shown in Figure 5A:
  • the camera application program sends a camera start instruction to the camera virtual HAL layer.
  • the virtual HAL layer of the camera sends an instruction to enable the camera to the proxy service.
  • the proxy service sends an instruction to start the camera to the camera driver.
  • the camera driver returns an execution result to the proxy service, wherein the execution result includes: enabling a successful flag or enabling a failed flag. Among them, the execution result is described by taking the successful flag as an example.
  • the proxy service returns an activation success flag to the virtual HAL layer of the camera.
  • the virtual HAL layer of the camera returns an indication of successful activation to the camera application program.
  • the camera application program sends a camera preview instruction to the camera virtual HAL layer.
  • the camera virtual HAL layer sends a camera preview instruction to the proxy service.
  • the proxy service sends a camera preview instruction to the camera driver.
  • the camera driver returns an execution result to the proxy service, wherein the execution result includes: the image data to be previewed and a success mark, or a failure mark.
  • the execution result is the image data to be previewed and the successful identification as an example for illustration.
  • the proxy service returns the image data to be previewed and the success identifier to the virtual HAL layer of the camera.
  • the virtual HAL layer of the camera returns the image data to be previewed and the success identifier to the camera application program.
  • the camera control command is a camera shooting command, a camera recording command, or a camera parameter setting command
  • the camera control instruction is a camera shooting instruction
  • the signaling interaction diagram of the camera application, the camera virtual HAL layer, the proxy service, and the camera driver is shown in Figure 5B:
  • the camera application program sends a camera shooting instruction to the camera virtual HAL layer.
  • the camera virtual HAL layer sends a camera shooting instruction to the proxy service.
  • the proxy service sends a camera shooting instruction to the camera driver.
  • the camera driver returns an execution result to the proxy service, wherein the execution result includes: captured image data and a success identifier, or a failure identifier.
  • the execution result is the captured image data and the successful identification as an example for illustration.
  • the proxy service returns the captured image data and the success identifier to the virtual HAL layer of the camera.
  • the virtual HAL layer of the camera returns the captured image data and the success identifier to the camera application program.
  • the camera control instruction is a camera recording instruction
  • the signaling interaction diagram of the camera application, the camera virtual HAL layer, the proxy service, and the camera driver is shown in Figure 5C:
  • the camera application program sends a camera video recording instruction to the camera virtual HAL layer.
  • the camera virtual HAL layer sends a camera video recording instruction to the proxy service.
  • the proxy service sends a camera recording command to the camera driver.
  • the camera driver returns an execution result to the proxy service, where the execution result includes: recorded video data or a failure identification.
  • the execution result is recorded video data as an example for illustration.
  • the proxy service returns the recorded video data to the virtual HAL layer of the camera.
  • the camera virtual HAL layer returns the recorded video data to the camera application program.
  • the camera control instruction is a camera recording instruction
  • the signaling interaction diagram of the camera application, the camera virtual HAL layer, the proxy service, and the camera driver is shown in Figure 5D:
  • the camera application program sends a camera parameter setting instruction to the camera virtual HAL layer.
  • the camera virtual HAL layer sends a camera parameter setting instruction to the proxy service.
  • the proxy service sends a camera parameter setting instruction to the camera driver.
  • the camera driver returns an execution result to the proxy service, wherein the execution result includes: a setting success flag or a setting failure flag.
  • the execution result is the setting success flag as an example for illustration.
  • the proxy service returns an indication of successful setting to the virtual HAL layer of the camera.
  • the virtual HAL layer of the camera returns an indication of successful setting to the camera application program.
  • the Linux-compatible Android camera control method, system, device and medium provided by the present application the method is applied to the Android terminal, the application generates the camera control command, and sends the camera control command to the Linux terminal through the inter-process communication channel; Receiving the execution result corresponding to the camera control instruction returned by the Linux end through the inter-process communication channel, it can be seen that the application utilizes the inter-process communication channel to realize the communication between the Linux end and the Android end, so that the camera generated by the Android end can The control command is sent to the Linux side, and the execution result returned by the Linux side is received, realizing the purpose that the Android camera application program can control the camera of the Linux operating system.
  • the Linux-compatible Android camera control system provided by this application is described below.
  • the Linux-compatible Android camera control system described below and the Linux-compatible Android camera control method described above can be referred to each other.
  • the system includes: a Linux end 601 and an Android end 602, and the Linux end 601 and the Android end 602 communicate through an inter-process communication channel;
  • the Android end 601 is configured to generate camera control instructions, and send the camera control instructions to the Linux end 602 through an inter-process communication channel;
  • the Linux end 602 is set to receive the camera control instruction, control the camera to perform the operation corresponding to the camera control instruction, and return the execution result of the camera to the Android end 601 through the inter-process communication channel;
  • the Android terminal 601 is also configured to receive the execution result corresponding to the camera control command returned by the Linux terminal 602 .
  • the Android end 601 is also configured to create a camera virtual hardware abstraction layer; on the camera virtual hardware abstraction layer, configure a communication interface communicating with the Linux end 602, and send camera control instructions to the Linux end through the communication interface 602.
  • the Linux terminal 602 is further configured to create a first container, deploy the camera application corresponding to the Android terminal 601 in the first container, and run the deployed first container.
  • the Linux terminal 602 is further configured to create a second container, deploy the camera driver corresponding to the Android terminal 601 in the second container, and run the deployed second container.
  • the Linux terminal 602 is configured to use the pre-created proxy service to receive the camera control command sent by the Android terminal obtained through the inter-process communication channel; to use the pre-created proxy service to control the camera to execute the corresponding camera control command operation.
  • the Linux-compatible Android camera control device provided by this application is described below.
  • the Linux-compatible Android camera control device described below and the Linux-compatible Android camera control method described above can be referred to each other. As shown in Figure 7, the device includes:
  • the receiving module 701 is configured to receive the camera control instruction sent by the Android end obtained through the inter-process communication channel;
  • the control module 702 is configured to control the camera to execute the operation corresponding to the camera control instruction, and return the execution result of the camera to the Android terminal through the inter-process communication channel.
  • the following describes another Linux-compatible Android camera control device provided by this application.
  • the Linux-compatible Android camera control device described below and the Linux-compatible Android camera control method described above can be referred to each other, and the repetitions will not be repeated.
  • the device includes:
  • the generating module 801 is configured to generate a camera control command, and send the camera control command to the Linux side through an inter-process communication channel;
  • the receiving module 802 is configured to receive an execution result corresponding to the camera control instruction returned by the Linux terminal through the inter-process communication channel.
  • FIG. 9 illustrates a schematic diagram of the physical structure of an electronic device.
  • the electronic device may include: a processor (processor) 901, a communication interface (Communications Interface) 902, a memory (memory) 903 and a communication bus 904, Wherein, the processor 901 , the communication interface 902 , and the memory 903 communicate with each other through the communication bus 904 .
  • the processor 901 can call the logic instructions in the memory 903 to execute a Linux-compatible Android camera control method applied to the Linux side.
  • the method includes: receiving a camera control command sent by the Android side obtained through an inter-process communication channel; The operation corresponding to the camera control command, and return the execution result of the camera to the Android side through the inter-process communication channel, or execute the Linux-compatible Android camera control method applied to the Android side, the method includes: generating the camera control command, and passing the process The inter-process communication channel sends the camera control command to the Linux side; receives the execution result corresponding to the camera control command returned by the Linux side through the inter-process communication channel.
  • the above logic instructions in the memory 903 may be implemented in the form of software functional units and when sold or used as an independent product, may be stored in a computer-readable storage medium.
  • the computer software product is stored in a storage medium, including several
  • the instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application.
  • the aforementioned storage media include: various media that can store program codes such as U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc.
  • the present application also provides a computer program product, the computer program product includes a computer program stored on a non-transitory computer-readable storage medium, the computer program includes program instructions, and when the program instructions are executed by the computer, the computer A Linux-compatible Android camera control method applied to the Linux terminal provided by the above methods, the method comprising: receiving a camera control command sent by the Android terminal obtained through an inter-process communication channel; controlling the camera to perform operations corresponding to the camera control command , and return the execution result of the camera to the Android side through the inter-process communication channel, or, a Linux-compatible Android camera control method applied to the Android side, the method includes: generating a camera control command, and sending the camera control command through the inter-process communication channel Send to the Linux side; receive the execution result corresponding to the camera control command returned by the Linux side through the inter-process communication channel.
  • the present application also provides a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the method for controlling a Linux-compatible Android camera applied to a Linux terminal provided by the above-mentioned methods is implemented.
  • the Linux on the end is compatible with the camera control method of Android, the method includes: generating a camera control instruction, and sending the camera control instruction to the Linux end through the inter-process communication channel; receiving the execution corresponding to the camera control instruction returned by the Linux end through the inter-process communication channel result.
  • the device embodiments described above are only illustrative, and the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in One place, or it can be distributed to multiple network elements. Part or all of the modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment. It can be understood and implemented by those skilled in the art without any creative efforts.
  • each implementation can be implemented by means of software plus a necessary general-purpose hardware platform, and of course also by hardware.
  • the essence of the above technical solutions or the part that contributes to related technologies can be embodied in the form of software products, and the computer software products can be stored in computer-readable storage media, such as ROM/RAM, disk , CD, etc., including several instructions to make a computer device (which may be a personal computer, server, or network device, etc.) execute the methods described in each embodiment or some parts of the embodiments.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)

Abstract

La présente invention concerne un procédé, un système et un appareil de commande de caméra permettant d'obtenir une compatibilité entre Linux et Android, et un support. Le procédé consiste à : recevoir une instruction de commande de caméra qui est envoyée par un terminal Android et obtenue au moyen d'un canal de communication inter-processus; et commander une caméra pour qu'elle exécute une opération correspondant à l'instruction de commande de caméra, et renvoyer un résultat d'exécution de la caméra au terminal Android au moyen du canal de communication inter-processus.
PCT/CN2022/133475 2021-11-23 2022-11-22 Procédé, système et appareil de commande de caméra pour obtenir une compatibilité entre linux et android, et support WO2023093715A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111390647.6A CN113824888B (zh) 2021-11-23 2021-11-23 Linux兼容Android的相机控制方法、系统、装置及介质
CN202111390647.6 2021-11-23

Publications (1)

Publication Number Publication Date
WO2023093715A1 true WO2023093715A1 (fr) 2023-06-01

Family

ID=78919673

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/133475 WO2023093715A1 (fr) 2021-11-23 2022-11-22 Procédé, système et appareil de commande de caméra pour obtenir une compatibilité entre linux et android, et support

Country Status (2)

Country Link
CN (1) CN113824888B (fr)
WO (1) WO2023093715A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117176705A (zh) * 2023-11-03 2023-12-05 成都阿加犀智能科技有限公司 一种工业相机视频流展示方法、装置、设备及介质

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113824888B (zh) * 2021-11-23 2022-06-17 北京鲸鲮信息系统技术有限公司 Linux兼容Android的相机控制方法、系统、装置及介质
CN113986368A (zh) * 2021-12-29 2022-01-28 北京鲸鲮信息系统技术有限公司 基于Linux的相机控制方法、装置、设备及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150339137A1 (en) * 2013-04-19 2015-11-26 Jeremy Andrus Methods, systems, and media for binary compatible graphics support in mobile operating systems
CN108762815A (zh) * 2018-05-16 2018-11-06 北京麟卓信息科技有限公司 一种基于非虚拟化体系架构的Android运行环境实现方法
CN110618876A (zh) * 2019-03-21 2019-12-27 天津麒麟信息技术有限公司 一种基于飞腾平台与共享内核的Linux与Android并存和交互方法
CN112099923A (zh) * 2020-11-17 2020-12-18 江苏北弓智能科技有限公司 一种运行于Linux操作系统上的Android虚拟化系统
CN113342422A (zh) * 2021-06-29 2021-09-03 技德技术研究所(武汉)有限公司 一种Linux兼容Android的多应用访问摄像头方法及装置
CN113824888A (zh) * 2021-11-23 2021-12-21 北京鲸鲮信息系统技术有限公司 Linux兼容Android的相机控制方法、系统、装置及介质

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3196759A4 (fr) * 2014-08-20 2018-07-25 Kuang-Chi Intelligent Photonic Technology Ltd. Procédé et module dans un système d'exploitation pour commander un périphérique matériel
CN111290827B (zh) * 2018-12-07 2023-09-08 华为技术有限公司 数据处理的方法、装置和服务器
CN112068968B (zh) * 2019-06-11 2022-10-18 成都鼎桥通信技术有限公司 一种双系统终端的服务访问方法和装置
CN113590363B (zh) * 2021-09-26 2022-02-25 北京鲸鲮信息系统技术有限公司 数据发送方法、装置、电子设备及存储介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150339137A1 (en) * 2013-04-19 2015-11-26 Jeremy Andrus Methods, systems, and media for binary compatible graphics support in mobile operating systems
CN108762815A (zh) * 2018-05-16 2018-11-06 北京麟卓信息科技有限公司 一种基于非虚拟化体系架构的Android运行环境实现方法
CN110618876A (zh) * 2019-03-21 2019-12-27 天津麒麟信息技术有限公司 一种基于飞腾平台与共享内核的Linux与Android并存和交互方法
CN112099923A (zh) * 2020-11-17 2020-12-18 江苏北弓智能科技有限公司 一种运行于Linux操作系统上的Android虚拟化系统
CN113342422A (zh) * 2021-06-29 2021-09-03 技德技术研究所(武汉)有限公司 一种Linux兼容Android的多应用访问摄像头方法及装置
CN113824888A (zh) * 2021-11-23 2021-12-21 北京鲸鲮信息系统技术有限公司 Linux兼容Android的相机控制方法、系统、装置及介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117176705A (zh) * 2023-11-03 2023-12-05 成都阿加犀智能科技有限公司 一种工业相机视频流展示方法、装置、设备及介质
CN117176705B (zh) * 2023-11-03 2024-01-26 成都阿加犀智能科技有限公司 一种工业相机视频流展示方法、装置、设备及介质

Also Published As

Publication number Publication date
CN113824888A (zh) 2021-12-21
CN113824888B (zh) 2022-06-17

Similar Documents

Publication Publication Date Title
WO2023093715A1 (fr) Procédé, système et appareil de commande de caméra pour obtenir une compatibilité entre linux et android, et support
EP3425501B1 (fr) Procédé et appareil de conversion de fichier d'image miroir
CN113127150B (zh) 云原生系统的快速部署方法、装置、电子设备和存储介质
CN110781528B (zh) 协同安全操作系统和电子设备
EP3016354A1 (fr) Sauvegarde de sécurité de données basée sur un service nuagique et procédé de fonctionnement
CN108804938B (zh) 一种权限检测方法、装置、电子设备及可读存储介质
EP3444722B1 (fr) Installation d'un système d'exploitation
CA3017375C (fr) Architecture multiprocessus securisee
EP3531696A1 (fr) Procédé de commutation vidéo, dispositif et système de surveillance vidéo
EP4068708A1 (fr) Procédé, appareil et dispositif d'exécution d'opération sur un réseau, et support de stockage
WO2022170946A1 (fr) Procédé de contrôle d'accès et appareil associé
CN105049964A (zh) 一种用户终端的丢失监控方法和用户终端
US10416891B2 (en) Systems and methods for transitioning and updating/tailoring machine instructions from a first system with an older or initial one or set of components to a second system or platform with one or more different components and new or modified operations or functions along with additional potential applications including use in network security and intrusion detection
WO2023124007A1 (fr) Procédé et appareil de commande de caméra basée sur linux, et dispositif et support d'enregistrement
CN113360226A (zh) 数据内容处理方法、装置、终端及存储介质
WO2022143087A1 (fr) Procédé de projection sur écran et dispositif électronique
US10681746B2 (en) Wireless enabled hard drive management
CN113220477A (zh) 剪切板的读取控制方法、装置、电子设备和存储介质
CN104995635A (zh) 图片发送方法和装置以及终端设备
CN108984614B (zh) 一种基于大数据环境下的视图像快速识别方法
WO2020057351A1 (fr) Procédé et dispositif de téléchargement de données sécurisées, et client
CN105393257A (zh) 一种数据加密方法及加密装置
US20170060612A1 (en) Terminal device, system for controlling virtual machine and method employing the same
CN112135052B (zh) 基于桌面云的摄影系统和方法
US11553031B2 (en) Method and apparatus for processing data

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: 22897798

Country of ref document: EP

Kind code of ref document: A1