hi
i'm trying to write my own driver for my diy camera.
it's based on CCD template, but i'm stuck with C stuff, i'm sure it will make laugh all C gurus
My library provides a function that returns a pointer to a buffer containing my frame (cameraGetImage())
I don't know how to return back my image to Indi in function grabImage() :
i've tried to read other 3rdparty driver, but i don't understand as a noob that i am...
I would respectfully appreciate any advice !
Gilles
i'm trying to write my own driver for my diy camera.
it's based on CCD template, but i'm stuck with C stuff, i'm sure it will make laugh all C gurus
My library provides a function that returns a pointer to a buffer containing my frame (cameraGetImage())
I don't know how to return back my image to Indi in function grabImage() :
i've tried to read other 3rdparty driver, but i don't understand as a noob that i am...
I would respectfully appreciate any advice !
Gilles