Skip to content

Instantly share code, notes, and snippets.

@petabyt
Created July 13, 2023 22:21
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 petabyt/82f8e34c0247a5f28db8a5dbc6a99535 to your computer and use it in GitHub Desktop.
Save petabyt/82f8e34c0247a5f28db8a5dbc6a99535 to your computer and use it in GitHub Desktop.
// From gphoto ptp.h
#define PTP_OC_FUJI_InitiateMovieCapture 0x9020
#define PTP_OC_FUJI_TerminateMovieCapture 0x9021
#define PTP_OC_FUJI_GetCapturePreview 0x9022
#define PTP_OC_FUJI_StepZoom 0x9023
#define PTP_OC_FUJI_StartZoom 0x9024
#define PTP_OC_FUJI_StopZoom 0x9025
#define PTP_OC_FUJI_LockS1Lock 0x9026
#define PTP_OC_FUJI_UnlockS1Lock 0x9027
#define PTP_OC_FUJI_GetDeviceInfo 0x902B
#define PTP_OC_FUJI_StepShutterSpeed 0x902C
#define PTP_OC_FUJI_StepFNumber 0x902D
#define PTP_OC_FUJI_StepExposureBias 0x902E /* StepExposureBias */
#define PTP_OC_FUJI_CancelInitiateCapture 0x9030
#define PTP_OC_FUJI_FmSendObjectInfo 0x9040
#define PTP_OC_FUJI_FmSendObject 0x9041
#define PTP_OC_FUJI_FmSendPartialObject 0x9042
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment