Sylvain Becker

Results 199 comments of Sylvain Becker

@sezero I think this is fixed. Do you receive also the notification the ci build failed for this branch ? I hope this is ok now. SDL_VideoCaptureDeviceID sound better to...

@Starbuck5 this is still a work in progress. things are changing while trying on backend. but currently it starts working on ios/android/linux. you can try to implement for the window...

@sezero Updated thanks ! Maybe we also need a true macosx tester with a webcam !

I've applied the patch 5477a.txt I misread the renaming (SDL_videocap_apple.m vs SDL_video_capture_apple.m) so I've had to change the name inside the patch also

@sezero should I apply the previous [patch_configure.txt](https://github.com/libsdl-org/SDL/files/8503869/patch_configure.txt) ? @Starbuck5 indeed, this seems to be a 10.15 function... at least it doesn't crash.. maybe we could do a fallback in the...

@Starbuck5 It sounds great ! I cannot look at it right now. But just answering parts: - first, I think you should fork my branch to submit modifications. - use...

@Starbuck5 I grabbed some capture device. And I got it somehow working on macosx. - need to unlock the buffer (not on IOS ?) - when there is a single...

I need to refresh this. I think the API exposed isn't really correct: 1/ the video format wanted (pixel format) is half hard-coded, per platform. So we could remove the...

so close > I made this change and then backed it out, because when you're integrating sensor timestamps over time you need the precision of the hardware clock in the...

I've tried it and it's works and very convenient and fast to build/run one of the SDL test programs. maybe: - we don't need the extra activity. just SDLActivity to...