Marc Rousavy

Results 168 issues of Marc Rousavy

Hi! I'm developing an abstraction over the Camera2 API and found this sample to be very useful, so thanks! I'm currently stuck with one issue though, and I can't seem...

* Reading from the [MNIST Dataset](http://yann.lecun.com/exdb/mnist/) in the correct way (little/big endian) does not work right now * Qt App front end needs to be created * How do I...

enhancement
help wanted

When enabling Hermes on iOS, `ShareableValue::adapt` crashes with the error ``` Tried to clone a value backed by a different Runtime ``` This is a SIGABRT and unfortunately really hard...

My animated color hook: ```ts export function useAnimatedColor( color: Reanimated.SharedValue, ): Readonly { const animation = useSharedValue(0); const colorFrom = useSharedValue(DEFAULT_COLOR); const colorTo = useSharedValue(color.value); useAnimatedReaction( () => color.value, (newColor,...

Creates a custom implementation of `getColors` to get the colors directly on the `CVPixelBuffer` we already stream, instead of converting `CMSampleBuffer` -> `CVPixelBuffer` -> `CGImage` -> `UIImage` every time. This...

* Use optical/digital Video Stabilization Mode to minimize color flickering/rapid changes - depending on what's available. * Use format that more closely matches the screen size instead of just choosing...

See [**Language Support:** 2. Support for `Java`](https://github.com/mrousavy/Fiddle/projects/2)

enhancement
help wanted

Rewrite all UI changes to [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) standard

enhancement

See [**Language Support:** 3. Support for `Go`](https://github.com/mrousavy/Fiddle/projects/2)

enhancement
help wanted

See [**Language Support:** 1. Support for `C++`](https://github.com/mrousavy/Fiddle/projects/2)

enhancement
help wanted