Simple question I think. I want to set up a pi and raspcam so that there can be simultaneous image tracking and recording. More specifically, I want the pi to control a couple of motors that will allow the camera to record a slow-moving object (i.e. the moon) at high resolution without losing sight of it. Is this possible? Most of what I've read indicates "yes," but I have not found an example of this particular implementation.
I’m aware that I’ll need some optics, motor controllers, etc. I feel competent with regard to those sorts of things. But I’ve never done anything serious with a pi, so I’m not sure how well it can record video while doing other things. I’ve seen some tutorials in which two video streams are recorded at the same time. There’s also one about taking still shots during continuous video recording. So I’m hopeful that the video recording is based on interrupts or a hardware module that allows the processor to focus elsewhere, especially since my image tracking needs are pretty simple (just need to periodically recenter the field of view on the bright spot).