David Thorpe

Results 22 comments of David Thorpe

Hi Diego, it's not quite working yet I'm afraid - I still have some work to do for recoding of videos and photo files, but I do plan to add...

Hey Diego, let’s leave this issue open then and we can use it to ask and answer questions. I’d be really happy to assist you with getting this working. I...

Hi Diago, I spent a couple of hours and I now have the skeleton code for capturing images from the camera. I can get a very small JPEG out from...

Yeah, I also have a million side projects going. So I have re-organized the code a bit. Eventually the "Camera" would end up in the gopi-media repository which is where...

Hi! I see the issue is probably due to the targets being 10.8 and 7.0. I'll change them throughout. MACOSX_DEPLOYMENT_TARGET=10.9 IPHONE_DEPLOYMENT_TARGET=8.1 Certainly, with these lines changed in the build scripts,...

I have now completed the first pass for the iOS framework build....you should be able to create the framework PGClientKit_ios.framework now, although I haven't tested this yet in my iOS...

It's working for Mac now too, but again, without having the unit tests in place yet I need to do some work to verify that everything is working correctly. I'll...

I'll add a separate issue in to deal with the "Missing SDK" errors - I am working with TyrfingMjolnir to see what other build issues can be dealt with and...

Thanks Georgi. On the AVX2 option, I'll take a look at using make and I can add the github actions for tests and building as well, but probably not going...

Thanks. Yep, I'll fix that up and improve the documentation for it in the next few days: - [ ] Add a github action to make/test on PR merge -...