Skip to content

Instantly share code, notes, and snippets.

@EnumC
Last active June 4, 2023 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EnumC/0e93365d796b56cbe61f4c16a4624665 to your computer and use it in GitHub Desktop.
Save EnumC/0e93365d796b56cbe61f4c16a4624665 to your computer and use it in GitHub Desktop.
IPEVO Point 2 View (P2V) HID commands
command value
start focus 02 4f 00 00 00
set exposure level 02 06 ?? 00 00 (Replace ?? with value between 1 and 16)
get exposure level 02 00 06 00 00 (YMMV. It did not return value when I tried this)
set autoexposure 02 05 0? 00 00 (?=1 to enable and 0 to disable)
get autofocus mode 02 00 03 00 00 (YMMV)
set powerline frequency 02 04 0? 00 00(?=1 50Hz and ?=0 60Hz)
get powerline frequency 02 00 04 00 00 (YMMV)
event value
snapshot button pressed 01 01 00 00 00
focus button pressed 01 02 03 00 00
focus start 01 02 01 00 00
focus done 01 02 02 00 00
switched to single focus 01 03 00 00 00
switched to continuous focus 01 03 01 00 00
exposure level changed 01 06 00 00 00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment