Zum Inhalt der Seite gehen

Suche

Beiträge, die mit Kernel getaggt sind


Arikoto is evolving! It now has basic memory handling and within very short time too!

#GitHub repo is now public too!

https://github.com/AFellowSpeedrunner/arikoto/

I'll also start updating on this project on my #blog soon too over at https://blog.nerdnextdoor.net because I don't want to completely spam Mastodon with this so check it out there!

#OperatingSystem #OSDev #Programming #Tech #Technology #Developer #Kernel #OperatingSystemDevelopment
[Arikoto 0.0.1]
Framebuffer Info:
Width: 1280
Height: 800
BPP: 32
Total memory: 2089332 KB
Used memory: 1048 KB
Free memory: 2088284 KB
Allocated page at: 0x0
Freed page at: 0x0


Video streamed with ffmpeg, and played with ffplay through with my WiP V4L2 loopback driver.

The next step is to detach the producer from /dev/videoX fops and instead return anonymous inode, which owns a file where the capture device can write the video stream.

The video resolution in this smoke test is 640x480, and the encoder scales it up in real-time to 1280x720.

#linux #kernel #media #video4linux