Valkhes

Results 34 comments of Valkhes

The whole image system has been changed with iOS 17, it's now using personalized developer disk image. To explain very quickly, you now have a specific developer disk image created...

Adding some info I forgot : go-astiav is in v0.15.0 I'm using go 1.22

I'll do that asap today. I suppose that what I can do is store the image size if it is the case, and as soon as it change, I can...

I managed to reproduced easily the behaviour. It seems to be indeed when there is a screen rotation (or the first frame ever we receive when launching the code), and...

Something I forgot but which is an useful info : When it's going well (for exemple on my calculator app where I can not reproduce the issue), here is the...

By replacing as you said (and removing the jpeg.Encode() after because we don't get the image anymore), I don't have the crash. Doing .Bytes(1) works all the time. I have...

Hi, thanks again for your quick answers. I have been running some tests this morning to confirm that the issue was only on my Intel mac and not on my...

Hello, I think I was lucky at some point, because the problem is still here in fact. In order to provide the file, I would need to wait next week...

Hi, sorry for the delay. I have been doing what you said, so now I am currently : - Launching the process on the phone to retrieve the H264 and...

Funny thing, now that I have this "Invalid level prefix", I have been searching and realized there was this issue in screencopy (which is what we are using to get...