zoukankan      html  css  js  c++  java
  • dslr control vis usb

    nikon

    https://sdk.nikonimaging.com/apply/compmail.do

    Digital-SLR cameras           We are offering Library Programs and Command API Specifications for software applications that offer remote control functions for Nikon digital-SLR cameras connected to a computer. When these are utilized, the software application can be used to modify camera settings, including shutter speed, aperture, and ISO sensitivity, and to control camera operations, including shutter release.
    NEF (RAW) files         We are offering Library Programs and File Format information for opening NEF files (RAW images) captured with a Nikon digital-SLR camera from a software application.
    Film scanners         We are offering Library Programs and Command API Specifications for software applications that offer functions for controlling Nikon film scanners connected to a computer. When these are utilized, the software application can be used to control various scanner operations, including modifying scan settings, applying autofocus features, scanning film, and saving scanned images.

    http://sourceforge.net/projects/nikoncswrapper/
    This project aims to provide an easy-to-use C# library that wraps the functionality of the native Nikon MAID SDK. The library allows you to control your Nikon DSLR via USB using just a few lines of C#.
    http://petapixel.com/2013/04/15/nikon-sdk-c-wrapper-library-lets-you-control-your-dslr-from-your-computer/

    digiCamControl  
    http://digicamcontrol.com/history

    what can control?
    controls camera functions such as aperture, shutter speed and even shutter release.
    you can capture JPEG and RAW images directly to your computer’s hard drive, receive “Live View” images, record video, query and change camera settings (e.g. exposure, aperture, ISO etc.) and “much more.”


    canon

    sdk http://www.canon-asia.com/personal/web/developerresource/apply-digital-imaging?languageCode=EN
    For applicants from Philippines, Taiwan and Hong Kong, you are required to provide:
    - 1 set of original hardcopy of the Application Form.
    - 2 sets of original hardcopy of the Distribution Agreement.

    http://waynehartman.com/posts/edsdk-to-remote-control-your-canon-camera.html

    open source
    https://pythonhosted.org/canon-remote/
    http://canoncam.sourceforge.net/
    http://sourceforge.net/projects/pycanon/files/pycanon/0.9/

    pc unique id
    http://stackoverflow.com/questions/3443093/what-is-a-good-unique-pc-identifier

    py canon-tools

    用pip安装y canon失败
    python -m pip install canon-tools
    IOError: [Errno 2] No such file or directory: 'c:\users\cutepig\appdata\
    local\temp\pip_build_cutepig\canon-remote\README.rst'

    直接安装
    python https://www.python.org/downloads/release/python-279/
    canon-remote https://pythonhosted.org/canon-remote/
    F:dslrpyusb-1.0.0a2pyusb-1.0.0a2>f:Python27python setup.py install
    下载http://sourceforge.net/projects/libusb-win32/?source=typ_redirect并且安装
    F:dslrcanon-remote>f:Python27python setup.py install
    example code

    dslr remove ir cut filter
    http://dslrmodifications.com/rebelmod450d4.html
    http://163.20.173.56/tch/digiphoto/Digital_t/dt09.htm

    trainings
    http://163.20.173.56/tch/digiphoto/Digital_t/dt00.htm

    3d

    http://www.canfieldsci.com/imaging-systems/vectra-m3-3d-imaging-system/

    http://www.3dmd.com/

    http://www.pelicanimaging.com/technology/

     product:    VECTRA M3
     resolution : 1mm
     speed:        3.5ms
     Tech:        Stereophotogrammetry technology
     Application:        医学美容,隆鼻,整形
     
     company:    3dMD
     product:    VECTRA M3
     resolution : 1mm
     speed:        1.5ms
     Tech:        Stereophotogrammetry technology
     Application:        医学
     
     
     How to Convert 2D face picture into a 3D face Model
     https://www.youtube.com/watch?v=geQCzan6Usc
     
     Turn Webcam Into 3D Scanner
     https://www.youtube.com/watch?v=brkHE517vpo
     

    matlab

    http://www.mathworks.com/hardware-support/index.html?q=product%3A%22Image%20Acquisition%20Toolbox%22&page=2

    http://www.instructables.com/id/Remote-Canon-DSLR-Video-Trigger/step4/Arduino-Code/

    canon hw trigger

    http://www.beskeen.com/projects/dslr_serial/dslr_serial.shtml

    Serial port based DSLR control circuit

  • 相关阅读:
    centos7下升级SSH
    docker: read tcp 192.168.7.235:36512->54.230.212.9:443: read: connection reset by peer.
    Rancher学习笔记----在UI界面添加主机页面无法正常显示
    Rancher3----安装部署rancher
    Rancher2-----了解什么是rancher以及简单部署
    unity坑-编译错误
    游戏UI系统设计
    使用采样器声明
    着色器数据类型和精度
    着色器编译目标等级
  • 原文地址:https://www.cnblogs.com/cutepig/p/4339030.html
Copyright © 2011-2022 走看看