On Thu, Aug 17, 2023 at 10:42:13AM +0100, John Cox wrote:
> On Wed, 16 Aug 2023 19:37:02 +0200, you wrote:
>
> >On Wed, Aug 16, 2023 at 05:15:23PM +0100, John Cox wrote:
> >> Hi
> >>
> >> The Pi has a use for a fast RGB24->YUV420P path for encoding camera
> >> video. There is an existing BGR24 co
On Wed, 16 Aug 2023 19:37:02 +0200, you wrote:
>On Wed, Aug 16, 2023 at 05:15:23PM +0100, John Cox wrote:
>> Hi
>>
>> The Pi has a use for a fast RGB24->YUV420P path for encoding camera
>> video. There is an existing BGR24 converter but if I build a RGB24
>> converter using the same logic (rearra
On Wed, Aug 16, 2023 at 05:15:23PM +0100, John Cox wrote:
> Hi
>
> The Pi has a use for a fast RGB24->YUV420P path for encoding camera
> video. There is an existing BGR24 converter but if I build a RGB24
> converter using the same logic (rearrange the conversion matrix and use
> the same code) I g