Commit Graph

  • 1a8e518180
    chore: Remove unused frameProcessor variable Marc Rousavy 2024-02-01 11:55:31 +0100
  • 009838db75 Merge pull request 'Replace example code' (#1) from loewy/camera into main Ivan Malison 2024-01-31 23:41:42 -0700
  • 1f035ce557 replace example code with are minified camera screen/record button loewy/camera Loewy 2024-01-31 20:48:31 -0800
  • fb42545890 some camera orientation stuff, maybe toss? Ivan Malison 2024-01-31 16:26:17 -0700
  • e82f068b21 Add isLandscape to orientation Ivan Malison 2024-01-31 16:25:49 -0700
  • 08f37070a4 Simplify ChunkedRecorder Ivan Malison 2024-01-27 19:55:20 -0700
  • d95057fa47 Initial chunked recording implementation Ivan Malison 2024-01-26 23:55:04 -0700
  • 999e789eee Get flake working Ivan Malison 2024-01-21 19:00:54 -0700
  • 5f339c60c6
    chore: Update Podfile.lock Marc Rousavy 2024-01-31 21:09:42 +0100
  • e399df5d1b
    chore: Fix CI cache directory (#2492) Marc Rousavy 2024-01-31 20:48:10 +0100
  • ea568855a7
    chore: Fix GitHub Action CocoaPods cache misses (#2491) Marc Rousavy 2024-01-31 20:48:05 +0100
  • ae75e22fc0
    fix: Fix crash in toArrayBuffer() by properly acquiring a reference on AHardwareBuffer* (#2490) Marc Rousavy 2024-01-31 20:32:02 +0100
  • f896831d4a
    fix: Properly check HardwareBuffer usage flags before setting them (#2488) Marc Rousavy 2024-01-31 20:31:56 +0100
  • fb96d000bc
    feat: Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.5.2 to 1.7.3 (#2467) dependabot[bot] 2024-01-31 17:32:01 +0100
  • 26579cd931
    chore(deps-dev): bump @babel/runtime from 7.23.6 to 7.23.9 in /package/example (#2485) dependabot[bot] 2024-01-31 17:30:31 +0100
  • ba2aa89781
    chore(deps): bump react-native-safe-area-context from 4.8.0 to 4.8.2 in /package/example (#2484) dependabot[bot] 2024-01-31 17:30:06 +0100
  • 793ba4860d
    chore(deps-dev): bump @types/react from 18.2.43 to 18.2.48 in /package/example (#2483) dependabot[bot] 2024-01-31 17:29:57 +0100
  • ac69bfda44
    chore(deps-dev): bump prettier from 3.1.1 to 3.2.4 in /package/example (#2482) dependabot[bot] 2024-01-31 17:29:50 +0100
  • 75bd937473
    chore(deps-dev): bump @expo/config-plugins from 7.2.5 to 7.8.4 in /package (#2477) dependabot[bot] 2024-01-31 17:29:28 +0100
  • 9344be0eb4
    chore(deps-dev): bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 in /docs (#2476) dependabot[bot] 2024-01-31 17:29:20 +0100
  • d8e0577698
    chore(deps-dev): bump prettier from 3.1.1 to 3.2.4 in /package (#2475) dependabot[bot] 2024-01-31 17:29:06 +0100
  • d5d7471f80
    chore(deps-dev): bump @react-native/typescript-config from 0.73.1 to 0.74.0 in /package (#2473) dependabot[bot] 2024-01-31 17:28:52 +0100
  • fe0c24884d
    chore(deps): bump clsx from 2.0.0 to 2.1.0 in /docs (#2472) dependabot[bot] 2024-01-31 17:28:44 +0100
  • a346a011b2
    chore(deps-dev): bump @types/react from 18.2.43 to 18.2.48 in /package (#2470) dependabot[bot] 2024-01-31 17:28:25 +0100
  • e57b9bebbd
    chore: Disable dependabot for npm Marc Rousavy 2024-01-31 17:27:12 +0100
  • c2ea3820af
    chore(deps): bump actions/cache from 3 to 4 (#2479) dependabot[bot] 2024-01-31 17:26:21 +0100
  • d8aefa596c
    chore(deps): bump actions/setup-java from 2 to 4 (#2481) dependabot[bot] 2024-01-31 17:26:12 +0100
  • 09de2f17cd
    chore(deps): bump actions/upload-artifact from 3 to 4 (#2480) dependabot[bot] 2024-01-31 17:26:03 +0100
  • 060d3f6831
    chore: Use npm for demos Marc Rousavy 2024-01-31 17:17:58 +0100
  • 8ab7bdd425
    chore: Also update github actions in dependabot Marc Rousavy 2024-01-31 17:13:11 +0100
  • d2270c43b3
    chore: Fix dependabot npm ecosystem Marc Rousavy 2024-01-31 17:09:10 +0100
  • 564534f51c
    chore: Enable dependabot for Android, JS and docs Marc Rousavy 2024-01-31 17:04:52 +0100
  • af314dacf3
    chore: Update react-native-worklets-core Marc Rousavy 2024-01-30 17:58:48 +0100
  • 19778a433c
    chore: Add v2 code to gitignore Marc Rousavy 2024-01-30 17:39:07 +0100
  • 5f75b9e8dc
    fix: Fix HostObject destructors to make sure a JNI Environment is set up (#2462) Marc Rousavy 2024-01-30 16:51:09 +0100
  • 9e1297531e
    fix: Use ThreadScope::WithClassLoader to also load custom JNI Types (#2461) Marc Rousavy 2024-01-30 16:37:00 +0100
  • 33e2adcec6
    fix: Fix Unable to retrieve jni environment. Is the thread attached? errors by using jni::ThreadScope (#2457) Marc Rousavy 2024-01-30 15:39:33 +0100
  • 9089014ed8
    feat: Add FPS Counter to Android (enableFpsGraph) (#2460) Marc Rousavy 2024-01-30 15:28:18 +0100
  • 8c5b60355f
    perf: Use existing cameraQueue instead of yet another Thread (#2459) Marc Rousavy 2024-01-30 14:26:55 +0100
  • af14f912fb
    chore: Move onFrame into Callback on Android (#2458) Marc Rousavy 2024-01-30 14:17:32 +0100
  • 02bc8a979c
    fix: Fix NullPointerException in initFrameProcessorPlugin if plugin is not found (#2454) Amir Hossein Shekari 2024-01-30 13:22:42 +0330
  • d9a301100f
    fix: Fix priority being ignored in some Format filters (#2456) Marc Rousavy 2024-01-30 10:52:34 +0100
  • b5eb01bac8
    fix: Expose auto-focus system for Android (#2455) Marc Rousavy 2024-01-30 10:49:28 +0100
  • bdbcf05d14
    fix: Fix NullPointerException in VideoPipeline.removeRecordingSessionOutputSurface (#2453) Marc Rousavy 2024-01-29 18:59:12 +0100
  • 6d3a3c3c2f
    chore: Move perf before fix Marc Rousavy 2024-01-29 13:47:12 +0100
  • ea773c04be
    chore: Update QUESTION template emoji Marc Rousavy 2024-01-29 13:44:47 +0100
  • d64fc08e16
    fix: Fix pixelFormat being native when FP is set (#2450) Marc Rousavy 2024-01-29 13:39:16 +0100
  • 587f2b164b
    fix: Enable processNestedWorklets to fix runAsync in example (#2449) Marc Rousavy 2024-01-29 13:39:09 +0100
  • 61f6b47cd8
    chore: Separate download and run step in ktlint CI (#2448) Marc Rousavy 2024-01-29 11:23:42 +0100
  • c911d25727
    fix: Fix SharedArray JSI constructor allocating a new array instead of wrapping (#2444) Marc Rousavy 2024-01-26 12:05:00 +0100
  • 7f4e037f25
    chore: Update issue config Marc Rousavy 2024-01-26 10:43:51 +0100
  • 8d59f7c3d0
    chore: Remove unused file AVCaptureConnection+setInterfaceOrientation.swift Marc Rousavy 2024-01-26 10:20:55 +0100
  • 11eb1f68e4
    feat: Use yuv by default if no pixelFormat is set (#2441) Marc Rousavy 2024-01-26 10:07:16 +0100
  • 7e2889cf84
    fix: Fix maxImages have been acquired error in Frame Processor (#2430) Daniel Prado 2024-01-25 14:17:48 -0300
  • 4041ee8cbd
    docs: New Frame Processor Plugins docs (#2434) Marc Rousavy 2024-01-25 18:03:56 +0100
  • bc6f954bf1
    fix: Fix Android C++ SharedArray logs Marc Rousavy 2024-01-25 16:34:45 +0100
  • b1fa06514f
    fix: Catch insufficient-storage errors (#2422) Marc Rousavy 2024-01-24 11:48:38 +0100
  • 7894779094
    chore: Remove _log from eslint Marc Rousavy 2024-01-19 14:33:45 +0100
  • b5d039b470
    chore: Update Podfile.lock Marc Rousavy 2024-01-19 12:36:15 +0100
  • a739ca18e0
    fix: Prevent phone from going to sleep if Camera is active (#2421) Marc Rousavy 2024-01-19 12:35:33 +0100
  • 97684af851
    fix: Refresh Permissions on AppState change (#2420) Marc Rousavy 2024-01-19 12:17:04 +0100
  • f400487a8d
    fix: Remove unneeded synchronized keyword Marc Rousavy 2024-01-18 20:02:48 +0100
  • bae1f52d4a
    chore: Cleanup Android codebase (#2415) Marc Rousavy 2024-01-18 18:55:49 +0100
  • 5c5d629936
    fix: remove yarn in gitignore Marc Rousavy 2024-01-18 16:54:22 +0100
  • 91974c9a48
    Delete yarn.lock Marc Rousavy 2024-01-18 16:32:02 +0100
  • 50437b6568
    chore: release 3.8.2 Marc Rousavy 2024-01-18 10:49:39 +0100
  • 992934e00e
    feat: SharedArray:wrapData:withSize init for iOS (#2410) Marc Rousavy 2024-01-18 10:41:26 +0100
  • e21a1c2110
    fix: Throw not-compatible-with-outputs error when adding both CodeScannerPipeline and VideoPipeline (#2411) Marc Rousavy 2024-01-18 10:40:15 +0100
  • ba576054c3
    chore: release 3.8.1 Marc Rousavy 2024-01-17 20:20:54 +0100
  • ba1d7eec9c
    feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) Marc Rousavy 2024-01-17 20:18:46 +0100
  • 2f21609e39
    feat: Add SharedArray.getSize() (#2406) Marc Rousavy 2024-01-17 18:30:26 +0100
  • 03ee0a2099
    feat: Expose FrameProcessorPlugin TS type Marc Rousavy 2024-01-17 11:58:32 +0100
  • 773f278df8
    fix: Use property accessors on Frame (#2400) Marc Rousavy 2024-01-16 20:02:03 +0100
  • 9c66a09582
    chore: Update swiftlint to latest (#2398) Marc Rousavy 2024-01-16 18:01:41 +0100
  • bdad4e1acb
    fix: Release MediaActionSound after playing (#2390) Marc Rousavy 2024-01-16 18:01:28 +0100
  • e825e21e1d
    fix: Make Frame properties readonly in Types (#2397) Marc Rousavy 2024-01-16 18:00:13 +0100
  • 64207ac1bf
    chore: C++ format Marc Rousavy 2024-01-16 17:53:55 +0100
  • 60f8a8c989
    fix: Fix C++ build-error when trying to use JSITypedArray.h (#2396) Marc Rousavy 2024-01-16 17:13:35 +0100
  • 783f49e88e
    chore: release 3.8.0 Marc Rousavy 2024-01-15 20:18:49 +0100
  • 58ef21ebfd
    feat: Add minFocusDistance prop to CameraDevice (#2392) Marc Rousavy 2024-01-15 19:30:20 +0100
  • 17ae5fae76
    fix: Fix CamcorderProfile out of range error (#2389) Marc Rousavy 2024-01-15 10:30:13 +0100
  • ec2f8c258d
    docs: Fix typo Marc Rousavy 2024-01-15 10:10:30 +0100
  • ae7f5e2434
    docs: Update SharedArray* type Marc Rousavy 2024-01-13 20:17:48 +0100
  • a4686022e2
    fix: Avoid "CameraNotReady" errors when updating props in background (#2382) Marc Rousavy 2024-01-13 20:02:18 +0100
  • 9ecc09cfe4
    docs: Add platform: iOS annotation to regionOfInterest prop Marc Rousavy 2024-01-13 19:35:30 +0100
  • d747933892
    fix: Fix SharedArray name Marc Rousavy 2024-01-12 19:25:13 +0100
  • fe614a4c21
    fix: Fix JNI TypedArray error Marc Rousavy 2024-01-12 19:24:46 +0100
  • a4a7ed73d4
    Merge branch 'main' of https://github.com/mrousavy/react-native-vision-camera Marc Rousavy 2024-01-12 16:14:03 +0100
  • a42c799d89
    Update FrameProcessorPlugin.h Marc Rousavy 2024-01-12 16:13:56 +0100
  • 84598c24f0
    docs: Update FrameProcessorPlugin's init method callsites (#2385) Marc Rousavy 2024-01-12 16:11:43 +0100
  • b9a69a20e5
    docs: Recommend @latest CLI version Marc Rousavy 2024-01-12 16:11:20 +0100
  • 29fe98cc44
    feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) Marc Rousavy 2024-01-12 16:00:36 +0100
  • 56cecaa814
    chore: release 3.7.1 Marc Rousavy 2024-01-11 19:08:37 +0100
  • 34c5b11927
    feat: Re-throw error on JS side instead of just logging on native side (#2366) Marc Rousavy 2024-01-11 17:23:38 +0100
  • eb14aa1402
    docs: Update BUG_REPORT Marc Rousavy 2024-01-11 16:41:15 +0100
  • 322b6fcbd6
    fix: Fix Preview stretching on Android (#2377) Marc Rousavy 2024-01-11 16:33:40 +0100
  • 2b10622559
    fix: Fix Camera not stopping when isActive is set to false (#2361) Marc Rousavy 2024-01-10 16:00:28 +0100
  • dc8df80085
    docs: Add ShadowLens section to docs Marc Rousavy 2024-01-09 18:29:22 +0100
  • e93411592a
    docs: Update README.md Marc Rousavy 2024-01-09 18:11:28 +0100
  • a8b85a3053
    fix: Also call onInitialized when isActive=false Marc Rousavy 2024-01-09 17:58:57 +0100