react-native-vision-camera/package
Marc Rousavy 895f3ec889
feat: Make Frame thread-safe and improve error messages (#2327)
* fix: Fix multi-Thread access on Java

* fix: Thread-lock access on iOS as well

* whoops add missing header impl

* Update Podfile.lock

* fix: Don't use `CFGetRetainCount`

* fix: Lock access on iOS as well

* C++ format

* More detailed error

* chore: Move getters into `Frame`

* Format c++

* Use enum `orientation` again

* format

* fix: Synchronize `isValid` on Java

* Also log pixelformat

* feat: Use Java enums in C++

* Format C++
2023-12-29 14:09:56 +01:00
..
android feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
cpp chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
example feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
ios feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
scripts chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
src chore: Import type only from CodeScanner 2023-12-28 11:56:40 +01:00
.eslintrc.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
.gitattributes Update .gitattributes 2023-10-18 13:13:40 +02:00
.gitignore docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
.prettierrc.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
app.plugin.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
babel.config.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
package.json chore: release 3.6.17 2023-12-14 10:55:11 +01:00
tsconfig.json chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
VisionCamera.podspec feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
yarn.lock feat: Concurrent/Cancellable configure (#2282) 2023-12-13 16:38:02 +01:00