-
I've noticed that Mach-O lld does not leave the same amount of padding in the output image as ld64, which means sometimes install_name_tool can fail. Small example:
**dylib.c**
```
int __attribut…
-
With IOS 13, It remains on the white screen after capturing.
React Native version: 0.61.2.
-
Hello !
when I try `brew link --force openssl`
got : `
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL…
-
Hi there jpsim
While searching the Internet for a volume button handler I stumbled upon your code here.
I really need your code and tried to run it in Xcode but during simulation I get the following…
-
### What feature or enhancement are you suggesting?
It would be very good if we could set the white balance of the camera. Optimally even setting the temperature ourselves.
RNCamera had whiteBalan…
-
**Description:**
The use case for this is to narrow down the area of focus, so blur out the top and bottom of the preview, and have an area in the middle (horizontally) where the barcode scanning can…
Xazin updated
2 years ago
-
I'm wondering if anyone has had any success capturing HDV tapes or DVCPro50 tapes with vrecord?
I have no issue capturing DV and DVCPro25.
I can capture HDV picture without audio in vrecord, and…
-
It seems that without calling enqueueBuffer this error doesn't happen but it is necessary to make the audio queue playback the streamed audio.
-
Hi Brad
I am using GPUImageVideoCamera to show live video. I want to store last 100 frames and later i want to use these stored CMsampleBuffer to convert it into a movie file.
But after storing 13 sa…
-
I have an undefined number of tasks that I would normally run in parallel. but they involve AVFoundation encoding which errors out when the tasks run in parallel. So I'd ideally like a similar method …