HMS Core | HUAWEI Panorama Kit Transcends Time and Space, with Sweeping Views - Huawei Developers

HUAWEI Panorama Kit is a sight to behold
Providing for all-encompassing immersion
Thanks to a 360-degree view
That makes dreamlike fantasy
An undeniable reality
About HUAWEI Panorama Kit
After integrating HUAWEI Panorama Kit via the HMS Core Panorama SDK, your app will be able to present interactive 360-degree displays that appear in a simulated 3D space on phones, delivering instant immersion at any time.
Service Features
HUAWEI Panorama Kit features the following three attributes:
Immersive experience: Transforms 2D images into 360-degree spherical or cylindrical panoramas, allowing for users to immerse themselves in engaging and interactive 3D environments.
Flexible display: Enriches the panorama display APIs in diverse ways to account for the broad range of usage scenarios, and provides with the choice of presenting panoramas within or outside of your app.
High degree of accuracy: Panorama Kit comes bolstered by proprietary Huawei optimized algorithms and rendering technologies, providing for precise and responsive panoramic displays, that are also remarkably power-efficient.
Usage Scenarios
Themes: Panorama Kit is commonly applied in themes apps, such as HUAWEI Themes, which enable users to set panoramic images as the preferred lock screen background or wallpaper, delivering all-absorbing immersion, even when the screen is turned off.
Street view: Panorama Kit represents an ideal capability for street view displays, transforming simple searches into evocative environments.
Shopping: Panorama Kit allows for in-store 360-degree views, seamlessly bridging the divide between e-commerce and window shopping.
Photo albums: Ordinary photo albums are only capable of 2D displays for panoramic images.
However, with Panorama Kit integrated, a photo album can display images in a 360-degree view.
Panorama Kit offers enormous potential for commercial applications, and will be used in more and more scenarios such as panoramic advertising.
Streamlined Integration Process
With Panorama Kit, your app will benefit from panoramic displays with the industry-leading performance in power consumption and response speed, but only requiring a minimal amount of coding.
For guidance during the Panorama Kit integration process, please go to the Huawei Developer website, where you will find the integration guide and other resources for reference. Or, you can contact us by work order for further technical assistance.

Related

[Q] Samsung Camera: Extract Shot&More frames; SoundShot Audio; VirtualShot, etc.

I recnetly tried to view some images on a Windows computer, that were shot with some shooting modes the camera application of some Samsung Galaxy smartphones. But everything that I can see with the picture viewer is the first frame. The picture files are much larger than a normal photo, because the other data is inside of it.
Shot&More — Captures eight frames in row and saves them into one .jpg file. The gallery application is able to extract some effects from it, which can be exported into an additional picture: Drama Shot, Eraser, Best Photo, Best Face, Panorama Sport Scene. Unfortionately, not all extraction modes are compatible with all scenes.
SoundShot — Captures a photo and records the sound from the microphones and puts the audio track into the JPG file. The sound can be recorded before or after the picture was taken (but the EXIF Information does not include this information as far as I know). The maximum length of the audio track is ten seconds.
Selective Focus (introduced in S5): Shots two pictures with different focus settings, so that selecting a preferred focus setting after capturing the shot is possible:
Near focus: Obstacles near to the camera are visible sharply, while the background is unsharp.
Far focus: The background is sharp, while objects near to the camera are blurred
Pan focus: The complete photo is sharp, because the pan focus photo consists of the sharp parts from each frame
Blurred focus: The opposite of pan focus; everything is blurred.
Golf Shot mode (Note 3 only) — I am not sure, how it works, because I have not tried and investigated it yet.
VirtualShot (introduced in the S6) — Captures a 360-Degree View around an object, so that you can view it from every angle. You have to go around an obstacle with your camera.
Virtual Tour — Captures a Virtual Tour through the sphere, where you align your camera and go through the room. It also captures the path, where the tour goes — The viewer can navigate through the shot surrounding and see the path as a line. (This shooting mode does not exist on the S6 and newer. It was replaced by VirtualShot.)
Even IrfanView is unable to display all frames or play/extract the audio track of those picture files.
Is there any Windows software, that is able to extract the frames or produce the effects from a Shot&More picture or to extract the sound from SoundShot (lossless if possible), or etc. ?
It would be good, if it is OpenSource, but it does not have to be open-source, as long as it wours
Any advice is appreciated. Thanks.

Daydream Elements: Free VR Development Guidebook App

Daydream Elements by Google is a new, free app that serves as a guidebook, covering VR development basics. While those familiar with VR development would probably be disinterested in this new app, as it is so basic, it’s a great starting point for those unfamiliar with VR. The app showcases six examples of tips and tricks for VR development, complete with the pros and cons for their use.
According to Upload VR, “three of these [examples] are concerned with locomotion. One details teleportation, another showcases smooth movement with restricted peripheral vision, and another shows third-person gameplay. Interestingly examples of all three of these types of experiences have hit Daydream in the past few months. Teleportation can be seen in the VR port of Layers of Fear, while the excellent Eclipse uses smooth movement. Meanwhile both Lola and the Giant and Along Together both used a third-person camera that followed a main character.”
Google’s developer page outlines the following examples below:
Locomotion: techniques for enabling navigating a VR environment
Three ways to achieve locomotion:
Teleportation is locomotion technique for apps using first-person perspective that allows the user to near-instaneously move to a target location. This technique reduces the simulator sickness that many users feel when the virtual camera moves.
Tunneling is a technique used with first-person locomotion (such as walking
) where, during movement, the camera is cropped and a high-constract stable grid is displayed in the user’s peripheral vision. This is analogous to a user watching first-person locomotion on a television set.
Chase Camera is a technique used with third- person locomotion, where the user is controlling a character. Standard third-person camera implementations are problematic in VR and contribute to simular sickness. Chase Camera offers predictable motion – camera rotation only occurs under user direction, and small character movements don’t move the camera at all.
Menus and Virtual Controls: The Daydream controller only exposes two buttons to developers: the clickable touchpad, and the app button. For many developers, two discrete controls does not provide a rich enough set of commands for the games and applications that they would like to create. One solution is to present the user with virtual controls for the app’s command scheme.
Click Menu provides the user with a radial menu of commands emanating from the cursor when the menu is invoked. Because users must click directly on options, this menu design trades the speed of a more gestural approach with the control of discrete clicks and scales well with complex command hierarchies.
Swipe Menu leverages the Daydream controller touchpad to allow the user to quickly select between a small set of commands. This menu trades efficiency for accuracy and does not scale well to large number of commands.
Rendering and Lighting: Performance is critical to VR apps but can be especially challenging on mobile GPUs. Many commonly available mobile shaders and per-pixel lighting solutions provide high quality results but perform poorly on mobile VR systems due to extremely high resolutions, rendering multiple views, distortion and general mobile performance issues.
The Rendering & Lighting demo uses Daydream Renderer to showcase rendering effects that are typically difficult to achieve on mobile hardware. This scene demonstrates Daydream Renderer features like per-pixel lighting, tangent-space normal maps, dynamic shadows, realtime specular highlights, and reflections.
Daydream Rendering and Lighting Demo included as part of Elements as a demonstration of the Daydream Renderer’s capabilities.
The app also spells out all known issues, which you can find here.
This app is definitely for newcomers to VR, however since many people are not yet familiar with the space, it seems like a user-friendly platform that encourages people to try their hand at developing.
Source: appdevelopermagazine

HDR/HDR+ with the help of AI would enhance picture clarity

Honor View10 does not have HDR/HDR+ feature in it's camera.
ViVO has also added super hdr based on AI.
As our V10 is the first AI based phone with dedicated NPU, it can actually excel in any such new features. By smart detection and automatic super HDR mode, we can capture excellent shots with the help of AI. Hope Honor gets more of these features added to call it as a true AI phone.
This Super HDR captures up to 12 frames a lot more than compared with existing HDR technology, then the images are merged to create the final perfect photo. This new technology will ensure the person face is clear and well lit, no matter what the lighting condition is.
venreddy said:
Honor View10 does not have HDR/HDR+ feature in it's camera.
ViVO has also added super hdr based on AI.
As our V10 is the first AI based phone with dedicated NPU, it can actually excel in any such new features. By smart detection and automatic super HDR mode, we can capture excellent shots with the help of AI. Hope Honor gets more of these features added to call it as a true AI phone.
This Super HDR captures up to 12 frames a lot more than compared with existing HDR technology, then the images are merged to create the final perfect photo. This new technology will ensure the person face is clear and well lit, no matter what the lighting condition is.
Click to expand...
Click to collapse
This feature can only be implemented well if the device as OIS, otherwise most of the images will not be that sharp!

in update 153 will be dual-view camera mode

9.1.0.153
i do not have it
This update improves system security with Google security patches.
Integrates Google security patches released in April 2019 for improved system security.
For more information on the security of Huawei EMUI system updates, please visit the official Huawei website: https://consumer.huawei.com/en/support/bulletin/2019/4/.
Adds Dual-view mode to Camera, allowing you to view the panoramic and close-up video images while recording.
Adds Charming portrait mode to Camera, allowing you to take portrait photos with more appealing blurring effects.
Automatically generates highlight reels, applies effects templates, and creates MVs.
I hope they will add suoer eide angle Panaromic mod and action TOF sensor.
Nokia 9 looks so grate when you make bokeh effect, i hope the P30 Pro will be the same after activation of TOF.

General Realme GT 5G (CN RMX2202 _11_C.10) Stable RealmeUI 3.0 Release

The official version of RealmeUI 3.0 based on android 12 has finally been officially released, it is in the process of implementation and it is expected that in about 15 days everyone will have received it.
Update log:
【brand new design】
The new three-dimensional spatial design makes the experience simple, relaxing and burden-free
• Newly added smart assistant card, providing smart and efficient application card, key information is clear at a glance, and key functions can be reached with one touch
• Newly restructured the page layout, noise reduction and white space, and distinguished primary and secondary information by color, the core information is more focused
• Newly added a three-dimensional icon design, introduce new materials, unify light and shadow and levels, and experience the joy of color
• Optimization Quantum Animation Engine 3.0, centered on "quality", simulates real physical motion, optimizes animation details 300+, and brings a more natural interactive experience
• Optimized and richer screen styles, support for AOD and portrait painting, making self-expression more unique and unique
【Convenient and efficient】
• Added a note graffiti tool, personalized record of life
• Optimize the smart sidebar
-Support intelligent recommendation related functions in video, shopping and other scenarios
-Added shorthand for small window, click to enter the floating window of notes, and complete the record quickly
-Added smart subtitles, supports recognition of conference and call voices, real-time generation of subtitles, and supports translation between Chinese and English
-Added recognition of background music, quickly recognize the background music in short videos, and find music without asking for help
-Added article reading aloud, support one-click reading of WeChat official accounts, today’s headlines and other information content
-Added product price comparison, when using shopping software, one-click display of the same good products at low prices
• Optimized Shinda window upgraded to free floating window
-Added quick switching of floating window status, making interaction more convenient
-Added file management and album support to drag and drop files or photos to the floating window application by long pressing
• Optimized Xiaobu suggestions, new schedule assistant, intelligent integration of schedule information, one-stop viewing and management
• Optimize recording, improve the speed and accuracy of voice-to-text, and reduce waiting time
• Optimized. The text bubble on the SMS conversation page can be double-clicked to enlarge the display, making it more convenient to extract the content of the SMS
【Security and Privacy】
• Added support for erasing location information and shooting data for sharing photos or videos
• Optimization After the phone is lost, it can be locked through the cloud and cannot be shut down or used, reducing the risk of data loss
• Optimized mobile phone manager to integrate more security and privacy functions such as privacy doubles, codebooks, emergency calls, etc.
• Optimized when the app calls sensitive permissions such as camera, recording, positioning, etc., the status bar icon prompts are more eye-catching
• Optimize the medical emergency card, support the automatic transmission of the preset medical emergency card information to the emergency center when dialing 120
• Optimize earthquake early warning, new function preview page, new earthquake banner notification reminder of estimated intensity 2.0 and below, earthquake information at all times
• Optimize harassment interception, add MMS interception capability, reduce the interruption of spam
[Performance optimization]
• Newly added intelligent prediction of frequently used applications and load them in advance, so that applications can be opened faster
• Added a graph to display power consumption records to quickly understand the details of battery consumption
• Optimized when switching WLAN, Bluetooth, airplane mode, NFC, the response speed is faster
• Optimization The loading speed of high-frequency scenes in third-party applications has been improved, making it easier to scan Weibo and watch videos
【game】
• Added: When the game resource pack is updated, the game can be switched to the background to update (only some games are supported)
• Added pop-up game skills and game resumption during the game to help you quickly master the gameplay (only some games are supported)
• Optimization. In high-load scenarios such as team battles, the game frame rate performance is more stable
• Optimization Heterogeneous computing reduces the average load of the processor, and the game power consumption is lower
【camera】
• Added custom camera mode order, convenient to quickly switch to commonly used camera modes
• Optimized inertial zoom, rear video shooting mode, drag the slide bar to zoom at a constant speed
【system】
• Optimize the automatic brightness adjustment algorithm, optimize the intelligent scene detection, and browse the screen more comfortably
【Accessibility】
• Optimized accessibility mode
-Added a visual introduction, and added an image introduction to the function page
-Optimize function classification, display according to visual/auditory/interactive/general classification
-TalkBack adapts to more system applications such as albums, calls, emails, calendars, etc.
Forum official post here:
realme真我社区
随时了解realme的最新资讯与动态,可以提出关于realme的产品建议与意见, 可以分享你关于玩机的经验和创意,以及结交和你一样具有“敢越级”精神的潮酷达人。
www.realmebbs.com

Categories

Resources