Onur Demiralay

Results 7 comments of Onur Demiralay

@omarojo I was going over this issue and I'm bit confused about what you put and removed from your addPixelBufferSource, could you share your addPixelBufferSource function as a reference? Thanks

@omarojo Using your modified addPixelBufferSource code, I added the following code to the viewDidLoad function in my viewController: ``` ObjC _session = [[VCSimpleSession alloc] initWithVideoSize:CGSizeMake(1280, 720) frameRate:30 bitrate:1000000 useInterfaceOrientation:NO]; CVPixelBufferRef...

Thank you for your response @philips77 I forgot to mention in my earlier message that I already tried that without success. [Here are the logs](https://pastebin.com/81wmDtZY) I get when I increase...

@hwikang You need to make sure your other dependencies like RxSwift is also on 6.0+ you can use ` pod 'RxSwift', '>= 6.0'` instead of `pod 'RxSwift'` You might also...

We have an android app for the search and rescue market used by fire fighters and rescue specialist, WSA BLE support is the only thing that's stopping us from supporting...

> it seems like creating a virtual USB device is virtually (heh) impossible on macOS) How do you think software like VirtualHere is doing this as they seem to work...