Jueon Park
Jueon Park
@FCLC Hi. This might be a stupid question, but is it possible to use `scale_cuda` filter with this jetson-ffmpeg?
@AnderBiguri Please let me know your thoughts. Adding the warning option might be a good idea I think.
@AnderBiguri Thanks! That does work. One more thing: I also tried this one ```python head = np.flip(head.copy(), axis=0) ``` and it didn't work. Maybe flipped view causes the crash (could...
Here, only casting `img.data` to C++ pointer might be the problem. I'm not familiar with the numpy implementation but probably the pointer that `img.data` attribute returns is not pointing the...
Ok, after googling about the memory order of numpy ndarray, I think I found how to fix this. I`ll make a PR when I get home.
I've just created the PR for this. (#400) The trick is using `numpy.ascontiguousarray` or checking `numpy.ndarray.flags['C_CONTIGUOUS']`.
>  > @shaghayegh1376 please next time share text as text, not as an image, it is quite unhelpful as an image! > > I would suggest trying an older...
Do you mean the frequency of the PWM? or just manually setting the pin to HIGH/LOW repeatedly? I'm guessing it's not PWM because I'm using jetson nano and I could...
Sorry, I confused the "interrupt frequency" with "output frequency". But the thing is, there is no intentional limit for the interrupt frequency in the source code. #78 seems to be...
Thanks for the report. @ShimmyShaman Do you have any idea about this issue?