Home
last modified time | relevance | path

Searched refs:hCam (Results 1 – 4 of 4) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/cameras/
H A DArtemisHSCAPI.h163 artfn bool ArtemisDisconnect(ArtemisHandle hCam);
173 artfn bool ArtemisIsConnected(ArtemisHandle hCam);
182 artfn int ArtemisAbortExposure(ArtemisHandle hCam);
211 artfn int ArtemisClearVRegs(ArtemisHandle hCam);
220 artfn int ArtemisStopExposure(ArtemisHandle hCam);
226 artfn bool ArtemisGetDarkMode(ArtemisHandle hCam);
301 artfn bool ArtemisImageReady(ArtemisHandle hCam);
304 artfn int ArtemisStopGuiding(ArtemisHandle hCam);
319 artfn int ArtemisCameraState(ArtemisHandle hCam);
334 artfn int ArtemisReset(ArtemisHandle hCam);
[all …]
H A DArtemisHSCAPI.cpp123 bool artfn ArtemisDisconnect(ArtemisHandle hCam) in ArtemisDisconnect() argument
228 return pArtemisAbortExposure(hCam); in ArtemisAbortExposure()
310 return pArtemisBin(hCam, x, y); in ArtemisBin()
326 return pArtemisGetBin(hCam, x, y); in ArtemisGetBin()
374 return pArtemisClearVRegs(hCam); in ArtemisClearVRegs()
422 return pArtemisStopExposure(hCam); in ArtemisStopExposure()
844 return pArtemisStopGuiding(hCam); in ArtemisStopGuiding()
876 return pArtemisGuide(hCam, axis); in ArtemisGuide()
924 return pArtemisCameraState(hCam); in ArtemisCameraState()
996 int artfn ArtemisReset(ArtemisHandle hCam) in ArtemisReset() argument
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_sxv.cpp59 sxccd_handle_t hCam; member in CameraSXV
322 hCam = hCams[idx]; in Connect()
327 sxGetCameraParams(hCam, 0, &CCDParams); in Connect()
337 CameraModel = sxGetCameraModel(hCam); in Connect()
418 sxReset(hCam); in Disconnect()
419 sxClose(hCam); in Disconnect()
421 hCam = nullptr; in Disconnect()
803 ClearPixels(hCam, 0); in Capture()
828 sxSetShutter(hCam, 0); // Open it back up in Capture()
935 sxSetSTAR2000(hCam,dircmd); in ST4PulseGuideScope()
[all …]
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/ueye/
H A DvpUeyeGrabber_impl.h206 LockUnlockSeqBuffer(HIDS hCam, INT nSeqNum, char* pcMem);
224 LockUnlockSeqBuffer::LockUnlockSeqBuffer(HIDS hCam, INT nSeqNum, char* pcMem) in LockUnlockSeqBuffer() argument
225 : m_hCam(hCam) in LockUnlockSeqBuffer()