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 でラップされています。
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 を開くと操作用ユーザインタフェースを除いたライブプレビューのみを閲覧できます。
Copyright (c) 2022 Jun Kato. Released under the MIT license.