This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Update#1
Open
emilienbidet wants to merge 279 commits into
Open
Conversation
* fix: Fix orientation updating to `portrait` when phone is flat * fix: Make `[weak self]`
fix: enable gs1DataBar and gs1DataBarExtended on the native side
…tandard resolutions (#3393) fix: Enhance photo size retrieval by combining high-resolution and standard resolutions.
Update build.gradle, adding flexible page sizes flag to support 16 KB devices Android will force 16 KB page sizes support starting November 1st. https://developer.android.com/guide/practices/page-sizes > Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes. This can already put an application in trouble should it be targeted to Android 15+, when we want to push the APK to the Play Store. The emulators (those that are 16KB ready) are already showing a popup stating that the app isn't 16KB compatible.
fix: Error building assembleDebug assembleAndroidTest: '2 files found with path 'lib/arm64-v8a/libhermestooling.so' from inputs'
* Update CameraViewModule.kt * Update CameraViewManager.kt
sendAvailableDevicesChangedEvent() calls getJSModule from init, causing IllegalStateException: "getJSModule should only happen once initialize() has been called".
This reverts commit cdb68e0.
Update FRAME_PROCESSOR_PLUGINS_COMMUNITY.mdx
* fix: Add timeout for metering tasks * use separate timer - thats better * Update MeteringTask.swift
* fix: Serialize metering KVO updates on queue * fix: Keep explicit self guard in metering KVO callbacks
…3969) * chore: Enable Harness native crash reporting * use 1.4.0 as impl
…3982) Apparently the 48MP+ max resolution capture path is a bit flakey on iOS, as AVFoundation internally prepares it asynchronously - no idea why, but it downgrades to 24MP and so the test fails. However if we call prepareSettings and/or 1s sleep, the it successfully captures 48MP and the test goes green. No idea why or how to fix it, as AVFoundation also documents this as kind of best effort and can silently downgrade...
docs: fix code ellipsis ligature
…` value (#3988) * fix: Don't start zoom animation if we are already on that exact `zoom` value * fix: Observe zoom ramp old and new values
Removed the Features section from the README.
* docs: Add VisionCamera vs expo-camera section * fix link * rewrite * feature comparison * Update visioncamera-vs-expo-camera.mdx * Update visioncamera-vs-expo-camera.mdx * Update visioncamera-vs-expo-camera.mdx * Update visioncamera-vs-expo-camera.mdx * naming * Update visioncamera-vs-expo-camera.mdx * links * indent table * Update visioncamera-vs-expo-camera.mdx * add two points for expo * Update visioncamera-vs-expo-camera.mdx * adjust more
…canner (#3995) feat: scan barcodes in images
* docs: Add Production Apps section * add Summary back * attribution * fix spacing and add Expensify + Picnic * npm downloads * card reuse * rename to play store * iOS blank app icon background * Add your app here! * Add a bunch more apps * Remove category * just show 8 * fix overflow * use static imports for images
This reverts commit 5f5714a.
* docs: add visible VisionCamera homepage heading * docs: add VisionCamera structured metadata * docs: use git history for sitemap lastmod * docs: align public VisionCamera references * docs: refine sitemap lastmod sources * docs: add featured guide navigation * docs: remove landing copy and guides menu * docs: remove guide footer links * docs: remove sitemap lastmod generation * docs: use logo image as landing h1 * docs: remove noisy screenshot baselines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Changes
Tested on
Related issues