Giter Club home page Giter Club logo

zwo_asi178mm_matlab_wrapper's Introduction

ZWO_ASI178MM_Matlab_Wrapper

Created by Sergio Bonaque-Gonzalez. Optical Engineer. August 2019

[email protected]

This program is matlab's wrapper for some functions of the ZWO cameras library. Files ASICamera2.dll & ASICamera2.h & ASICamera2.h & ASICamera2_proto.m must be in the same folder.

The reference script with examples is 'main.m'

functions:

initDrivers.m = inits the drivers

initDrivers()

searchFunctions.m = shows the available options in the library

searchFunctions()

initCameras.m = Searchs, inits and opens available cameras

[CamNum,Sizes]=initCameras();

getCameraMode.m = gets the camera mode of ZWO cameras and says if they are in normal mode of working

getCameraMode(number of cameras)

listControls.m = gets the available controls of ZWO cameras and displays it in the command window.

[controls,ControlType]=listControls(number of cameras)

modifyControl.m = modifies the value of a Control to a desired value. It displays the value before and after the change

modifyControl(CameraNumber,ControlNumber,ControlValue,controls,ControlType);

set_Value.m = directly modifies the value of a Control to a desired value

set_Value(CameraNumber,ControlNumber,ControlValue,controls,ControlType);

set_Output.m = allows to control the type of obtained image

set_Output(CameraNumber,Sizes,OutputValue)

Value for OutputValue

    0=RAW8
    
    1=RGB24
    
    2=RAW16
    
    3=Y8

makeExposure.m = takes image with the defined exposure time;

image=makeExposure(CameraNumber,OutputValue,Sizes);

closeCameras.m = closes all connected ZWO cameras

closeCameras(number of cameras)

zwo_asi178mm_matlab_wrapper's People

Contributors

sergiobonaquegonzalez avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.