my masterpiece
I am implementing an “object oriented” camera communication and control stack in C. C is not an object oriented language, so I’m doing it by hand with function pointers.
I am implementing an “object oriented” camera communication and control stack in C. C is not an object oriented language, so I’m doing it by hand with function pointers.