So, I want to access raspberry camera buffer with assembly code (Something equivalent to open(/dev/video0)
in C), but I struggle to find any example.
Can somebody introduce me to the process of how to do so, or share some resources?
Most of the resources on ARM assembly I found, goes till accessing GPIO (turn on the LED), and stop here...
Also, one step further is send some data via ethernet in assembly. But, that's not the main problem.