Skip to content

Commit

Permalink
DSLRs have dedicated streaming channel
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 7, 2025
1 parent 7f612f0 commit 4272ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indi-gphoto/gphoto_ccd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ bool GPhotoCCD::initProperties()
BayerTP[2].setText("RGGB");

#ifdef HAVE_WEBSOCKET
SetCCDCapability(CCD_CAN_SUBFRAME | CCD_CAN_BIN | CCD_CAN_ABORT | CCD_HAS_BAYER | CCD_HAS_STREAMING | CCD_HAS_WEB_SOCKET);
SetCCDCapability(CCD_CAN_SUBFRAME | CCD_CAN_BIN | CCD_CAN_ABORT | CCD_HAS_BAYER | CCD_HAS_STREAMING | CCD_HAS_DEDICATED_STREAMING | CCD_HAS_WEB_SOCKET);
#else
SetCCDCapability(CCD_CAN_SUBFRAME | CCD_CAN_BIN | CCD_CAN_ABORT | CCD_HAS_BAYER | CCD_HAS_STREAMING);
SetCCDCapability(CCD_CAN_SUBFRAME | CCD_CAN_BIN | CCD_CAN_ABORT | CCD_HAS_BAYER | CCD_HAS_STREAMING | CCD_HAS_DEDICATED_STREAMING);
#endif

Streamer->setStreamingExposureEnabled(false);
Expand Down

0 comments on commit 4272ce9

Please sign in to comment.