πŸ“„
Docs
  • πŸ’»Gateway Server and API Docs
  • πŸ“”Client-Side Helper Functions
  • πŸ—ΊοΈMapping
  • πŸ””Notifications
  • 😎HoloLens
  • πŸ› οΈTSS Utility Routes
  • πŸ§ͺTest Routes
Powered by GitBook
On this page

HoloLens

Documentation for EVA HoloLens Control in the LMCC API

As of now, there is only one HoloLens helper function in the LMCC API

Take Photo of HoloLens View

import requests

requests.get('http://[IP]:3001/api/hololens/photo')

# What this will do is take a photo of the HoloLens's current view
# if it is connected, and send it to ./server/data/photos 
PreviousNotificationsNextTSS Utility Routes

Last updated 1 year ago

😎