Skip to content

Use Camera Remote API beta SDK from Node.js to fetch images from Sony DSLRs (e.g., ILCE-QX1) and show it on a web page

License

Notifications You must be signed in to change notification settings

arcatdmz/node-sonycam-example-socketio

Repository files navigation

node-sonycam-example-socketio

This repository contains a web-based client implementation for Sony Camera Remote API beta using Next.js (bootstrapped with create-next-app), Socket.io, and Fomantic-UI. Use of the Camera Remote API is wrapped by a separate Node.js library node-sonycam.

このリポジトリには Sony Camera Remote API beta の Web クライアント実装が含まれています。 Next.js (bootstrapped with create-next-app), Socket.io, Fomantic-UI を使って開発されています。 Camera Remote API の呼び出しは別リポジトリの Node.js 用ライブラリ node-sonycam でラップされています。

node-sonycam-example-socketio screenshot

Usage / 使い方

First, install dependencies and run the development server:

まず依存ライブラリをインストールしてから開発サーバを起動してください:

npm i
npm run dev
# or
yarn
yarn dev

Open http://localhost:3000 with your browser to start controlling your camera. Open http://localhost:3000/view to see live preview without control UIs.

http://localhost:3000 をブラウザで開いてカメラ操作を開始してください。 http://localhost:3000/view を開くと操作用ユーザインタフェースを除いたライブプレビューのみを閲覧できます。

Credits / 開発者


Copyright (c) 2022 Jun Kato. Released under the MIT license.

About

Use Camera Remote API beta SDK from Node.js to fetch images from Sony DSLRs (e.g., ILCE-QX1) and show it on a web page

Topics

Resources

License

Stars

Watchers

Forks