Skip to content

Commit

Permalink
update Touptek & oem to version: 57.27348.20241224 (#1014)
Browse files Browse the repository at this point in the history
* Touptek filter wheel slot

* Revert "Touptek filter wheel slot"

This reverts commit 126a427.

* Touptek filter wheel slot

* log slot number

* camera bitdepth

* update Touptek & oem lib, version: 57.27348.20241224

* camera bitdepth

* camera bitdepth

* camera bitdepth

* camera ADC bitdpth

* filter wheel slot number
  • Loading branch information
touptek authored Dec 27, 2024
1 parent a15affe commit 3eb4428
Show file tree
Hide file tree
Showing 73 changed files with 492 additions and 210 deletions.
6 changes: 6 additions & 0 deletions debian/libaltaircam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libaltaircam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- altair <altair@altair.com> Wed, 25 Dec 2024 15:45:18 +0800

libaltaircam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libbressercam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libbressercam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- bresser <bresser@bresser.com> Wed, 25 Dec 2024 15:45:27 +0800

libbressercam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libmallincam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libmallincam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- procom <procom@procom.com> Wed, 25 Dec 2024 15:45:38 +0800

libmallincam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libmeadecam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libmeadecam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- meade <meade@meade.com> Wed, 25 Dec 2024 15:45:13 +0800

libmeadecam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libnncam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libnncam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- nn <nn@nn.com> Wed, 25 Dec 2024 15:45:51 +0800

libnncam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libogmacam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libogmacam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- ogmavision <ogmavision@ogmavision.com> Wed, 25 Dec 2024 15:45:31 +0800

libogmacam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libomegonprocam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libomegonprocam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- nimax <nimax@nimax.com> Wed, 25 Dec 2024 15:45:43 +0800

libomegonprocam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libstarshootg/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libstarshootg (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- orion <orion@orion.com> Wed, 25 Dec 2024 15:45:34 +0800

libstarshootg (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libtoupcam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libtoupcam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- touptek <touptek@touptek.com> Wed, 25 Dec 2024 15:45:05 +0800

libtoupcam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
6 changes: 6 additions & 0 deletions debian/libtscam/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libtscam (57.27348.20241224) jammy; urgency=medium

* Upstream release

-- teleskop <teleskop@teleskop.com> Wed, 25 Dec 2024 15:45:59 +0800

libtscam (57.26598.20240928) jammy; urgency=medium

* Upstream release
Expand Down
20 changes: 17 additions & 3 deletions indi-toupbase/indi_toupbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ bool ToupBase::initProperties()

IUFillText(&m_SDKVersionT, "VERSION", "Version", FP(Version()));
IUFillTextVector(&m_SDKVersionTP, &m_SDKVersionT, 1, getDeviceName(), "SDK", "SDK", INFO_TAB, IP_RO, 0, IPS_IDLE);

m_ADCDepthNP[0].fill("BITS", "Bits", "%2.0f", 0, 32, 1, m_maxBitDepth);
m_ADCDepthNP.fill(getDeviceName(), "ADC_DEPTH", "ADC Depth", IMAGE_INFO_TAB, IP_RO, 60, IPS_IDLE);

PrimaryCCD.setMinMaxStep("CCD_BINNING", "HOR_BIN", 1, 4, 1, false);
PrimaryCCD.setMinMaxStep("CCD_BINNING", "VER_BIN", 1, 4, 1, false);
Expand Down Expand Up @@ -411,6 +414,7 @@ bool ToupBase::updateProperties()
// Firmware
defineProperty(&m_CameraTP);
defineProperty(&m_SDKVersionTP);
defineProperty(m_ADCDepthNP);
}
else
{
Expand Down Expand Up @@ -460,6 +464,7 @@ bool ToupBase::updateProperties()

deleteProperty(m_CameraTP.name);
deleteProperty(m_SDKVersionTP.name);
deleteProperty(m_ADCDepthNP.getName());
}

return true;
Expand Down Expand Up @@ -563,6 +568,7 @@ void ToupBase::setupParams()

FP(put_AutoExpoEnable(m_Handle, 0));
FP(put_Option(m_Handle, CP(OPTION_NOFRAME_TIMEOUT), 1));
FP(put_Option(m_Handle, CP(OPTION_ZERO_PADDING), 1));

// Get Firmware Info
char tmpBuffer[64] = {0};
Expand Down Expand Up @@ -591,12 +597,16 @@ void ToupBase::setupParams()
FP(put_Option(m_Handle, CP(OPTION_BITDEPTH), 1));// enable bitdepth
m_BitsPerPixel = 16;
}

uint32_t nBitDepth = 0;
FP(get_RawFormat(m_Handle, nullptr, &nBitDepth));
m_ADCDepthNP[0].setValue(nBitDepth);

FP(put_Option(m_Handle, CP(OPTION_RAW), 1));

if (m_MonoCamera)// Check if mono camera
{
CaptureFormat mono16 = {"INDI_MONO_16", (std::string("Mono ") + std::to_string(m_maxBitDepth)).c_str(), 16, false};
CaptureFormat mono16 = {"INDI_MONO_16", "Mono 16", 16, false};
CaptureFormat mono8 = {"INDI_MONO_8", "Mono 8", 8, false};
if (m_maxBitDepth > 8)
{
Expand All @@ -620,7 +630,7 @@ void ToupBase::setupParams()
else// Color Camera
{
CaptureFormat rgb = {"INDI_RGB", "RGB", 8, false };
CaptureFormat raw = {"INDI_RAW", (m_maxBitDepth > 8) ? (std::string("RAW ") + std::to_string(m_maxBitDepth)).c_str() : "RAW 8", static_cast<uint8_t>((m_maxBitDepth > 8) ? 16 : 8), true };
CaptureFormat raw = {"INDI_RAW", (m_maxBitDepth > 8) ? "RAW 16" : "RAW 8", static_cast<uint8_t>((m_maxBitDepth > 8) ? 16 : 8), true };

m_Channels = 1;
BayerTP[2].setText(getBayerString());// Get RAW Format
Expand Down Expand Up @@ -2028,7 +2038,7 @@ bool ToupBase::SetCaptureFormat(uint8_t index)
return false;
}

m_BitsPerPixel = (index ? 8 : 16);
m_BitsPerPixel = index ? 8 : 16;
}
// Color
else
Expand Down Expand Up @@ -2064,6 +2074,10 @@ bool ToupBase::SetCaptureFormat(uint8_t index)
}

m_CurrentVideoFormat = index;

uint32_t nBitDepth = 0;
FP(get_RawFormat(m_Handle, nullptr, &nBitDepth));
m_ADCDepthNP[0].setValue(nBitDepth);

int bLevelStep = 1;
if (m_BitsPerPixel > 8)
Expand Down
2 changes: 2 additions & 0 deletions indi-toupbase/indi_toupbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ class ToupBase : public INDI::CCD
// SDK Version
ITextVectorProperty m_SDKVersionTP;
IText m_SDKVersionT;

INDI::PropertyNumber m_ADCDepthNP{1};

// Timeout factor
INumberVectorProperty m_TimeoutFactorNP;
Expand Down
40 changes: 33 additions & 7 deletions indi-toupbase/indi_toupwheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <unistd.h>
#include <deque>

#define OPTION_EEPROMCFG 0x00001002 /* eeprom cfg support? */

//////////////////////////////////////////////////////////////////////////////////////////////////
///
//////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -152,13 +154,33 @@ bool ToupWheel::Connect()
return false;
}

auto currentSlot = SlotsSP.findOnSwitchIndex();
auto slot = 5;
if (currentSlot == SLOTS_7)
slot = 7;
else if (currentSlot == SLOTS_8)
slot = 8;
int slot = 0;
/* Is there builtin EEPROM to save config? */
if (SUCCEEDED(FP(get_Option(m_Handle, OPTION_EEPROMCFG, nullptr))))
FP(get_Option(m_Handle, CP(OPTION_FILTERWHEEL_SLOT), &slot));
if ((5 == slot) || (7 == slot) || (8 == slot))
{
LOGF_INFO("%s: get slot number from builtin EEPROM, %d", getDeviceName(), slot);
const char* names[] = { "SLOTS_5", "SLOTS_7", "SLOTS_8" };
ISState states[3];
states[0] = (5 == slot) ? ISS_ON : ISS_OFF;
states[1] = (7 == slot) ? ISS_ON : ISS_OFF;
states[2] = (8 == slot) ? ISS_ON : ISS_OFF;
SlotsSP.update(states, names, 3);
}
else
{
auto currentSlot = SlotsSP.findOnSwitchIndex();
if (currentSlot == SLOTS_7)
slot = 7;
else if (currentSlot == SLOTS_8)
slot = 8;
else
slot = 5;
LOGF_INFO("%s: get slot number from config file, %d", getDeviceName(), slot);
}
FilterSlotN[0].max = slot;
IUUpdateMinMax(&FilterSlotNP);

FP(put_Option(m_Handle, CP(OPTION_FILTERWHEEL_SLOT), slot));
TargetFilter = 1; // if desconnected during spinning, TargetFilter must be initialize when reconnect.
Expand Down Expand Up @@ -214,7 +236,11 @@ bool ToupWheel::ISNewSwitch(const char *dev, const char *name, ISState *states,
SlotsSP.apply();
auto currentSlot = SlotsSP.findOnSwitchIndex();
if (previousSlot != currentSlot && isConnected())
LOG_INFO("Please disconnect and reconnect to apply settings.");
{
FP(put_Option(m_Handle, CP(OPTION_FILTERWHEEL_SLOT), currentSlot));
FilterSlotN[0].max = currentSlot;
IUUpdateMinMax(&FilterSlotNP);
}
saveConfig(SlotsSP);
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion libaltaircam/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project (libaltaircam)

set (LIBALTAIRCAM_VERSION "57.26598")
set (LIBALTAIRCAM_VERSION "57.27348")
set (LIBALTAIRCAM_SOVERSION "57")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
56 changes: 37 additions & 19 deletions libaltaircam/altaircam.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __altaircam_h__
#define __altaircam_h__

/* Version: 57.26598.20240928 */
/* Version: 57.27348.20241224 */
/*
Platform & Architecture:
(1) Win32:
Expand Down Expand Up @@ -31,6 +31,12 @@
(2) hans.html, Simplified Chinese
*/

/*
Please distinguish between camera ID (camId) and camera SN:
(a) SN is unique and persistent, fixed inside the camera and remains unchanged, and does not change with connection or system restart.
(b) Camera ID (camId) may change due to connection or system restart. Enumerate the cameras to get the camera ID, and then call the Open function to pass in the camId parameter to open the camera.
*/

#if defined(_WIN32)
#ifndef _INC_WINDOWS
#include <windows.h>
Expand Down Expand Up @@ -288,7 +294,7 @@ typedef struct {
} AltaircamDeviceV2; /* device instance for enumerating */

/*
get the version of this dll/so/dylib, which is: 57.26598.20240928
get the version of this dll/so/dylib, which is: 57.27348.20241224
*/
#if defined(_WIN32)
ALTAIRCAM_API(const wchar_t*) Altaircam_Version();
Expand Down Expand Up @@ -365,16 +371,17 @@ ALTAIRCAM_API(HRESULT) Altaircam_StartPullModeWithWndMsg(HAltaircam h, HWND hWn
typedef void (__stdcall* PALTAIRCAM_EVENT_CALLBACK)(unsigned nEvent, void* ctxEvent);
ALTAIRCAM_API(HRESULT) Altaircam_StartPullModeWithCallback(HAltaircam h, PALTAIRCAM_EVENT_CALLBACK funEvent, void* ctxEvent);

#define ALTAIRCAM_FRAMEINFO_FLAG_SEQ 0x00000001 /* frame sequence number */
#define ALTAIRCAM_FRAMEINFO_FLAG_TIMESTAMP 0x00000002 /* timestamp */
#define ALTAIRCAM_FRAMEINFO_FLAG_EXPOTIME 0x00000004 /* exposure time */
#define ALTAIRCAM_FRAMEINFO_FLAG_EXPOGAIN 0x00000008 /* exposure gain */
#define ALTAIRCAM_FRAMEINFO_FLAG_BLACKLEVEL 0x00000010 /* black level */
#define ALTAIRCAM_FRAMEINFO_FLAG_SHUTTERSEQ 0x00000020 /* sequence shutter counter */
#define ALTAIRCAM_FRAMEINFO_FLAG_GPS 0x00000040 /* GPS */
#define ALTAIRCAM_FRAMEINFO_FLAG_AUTOFOCUS 0x00000080 /* auto focus: uLum & uFV */
#define ALTAIRCAM_FRAMEINFO_FLAG_COUNT 0x00000100 /* timecount, framecount, tricount */
#define ALTAIRCAM_FRAMEINFO_FLAG_STILL 0x00008000 /* still image */
#define ALTAIRCAM_FRAMEINFO_FLAG_SEQ 0x00000001 /* frame sequence number */
#define ALTAIRCAM_FRAMEINFO_FLAG_TIMESTAMP 0x00000002 /* timestamp */
#define ALTAIRCAM_FRAMEINFO_FLAG_EXPOTIME 0x00000004 /* exposure time */
#define ALTAIRCAM_FRAMEINFO_FLAG_EXPOGAIN 0x00000008 /* exposure gain */
#define ALTAIRCAM_FRAMEINFO_FLAG_BLACKLEVEL 0x00000010 /* black level */
#define ALTAIRCAM_FRAMEINFO_FLAG_SHUTTERSEQ 0x00000020 /* sequence shutter counter */
#define ALTAIRCAM_FRAMEINFO_FLAG_GPS 0x00000040 /* GPS */
#define ALTAIRCAM_FRAMEINFO_FLAG_AUTOFOCUS 0x00000080 /* auto focus: uLum & uFV */
#define ALTAIRCAM_FRAMEINFO_FLAG_COUNT 0x00000100 /* timecount, framecount, tricount */
#define ALTAIRCAM_FRAMEINFO_FLAG_MECHANICALSHUTTER 0x00000200 /* Mechanical shutter: closed */
#define ALTAIRCAM_FRAMEINFO_FLAG_STILL 0x00008000 /* still image */

typedef struct {
unsigned width;
Expand Down Expand Up @@ -500,7 +507,7 @@ ALTAIRCAM_API(HRESULT) Altaircam_SnapR(HAltaircam h, unsigned nResolutionIndex,
/*
soft trigger:
nNumber: 0xffff: trigger continuously
0: cancel trigger
0: cancel trigger, see ALTAIRCAM_OPTION_TRIGGER_CANCEL_MODE
others: number of images to be triggered
*/
ALTAIRCAM_API(HRESULT) Altaircam_Trigger(HAltaircam h, unsigned short nNumber);
Expand Down Expand Up @@ -1018,7 +1025,7 @@ ALTAIRCAM_API(HRESULT) Altaircam_feed_Pipe(HAltaircam h, unsigned pipeId);
1~99: peak percent average
0 or 100: full roi average, means "disabled"
*/
#define ALTAIRCAM_OPTION_ANTI_SHUTTER_EFFECT 0x4b /* anti shutter effect: 1 => disable, 0 => disable; default: 0 */
#define ALTAIRCAM_OPTION_ANTI_SHUTTER_EFFECT 0x4b /* anti shutter effect: 1 => enable, 0 => disable; default: 0 */
#define ALTAIRCAM_OPTION_CHAMBER_HT 0x4c /* get chamber humidity & temperature:
high 16 bits: humidity, in 0.1%, such as: 325 means humidity is 32.5%
low 16 bits: temperature, in 0.1 degrees Celsius, such as: 32 means 3.2 degrees Celsius
Expand Down Expand Up @@ -1116,7 +1123,9 @@ ALTAIRCAM_API(HRESULT) Altaircam_feed_Pipe(HAltaircam h, unsigned pipeId);
Policy 1 avoids the black screen, but the convergence speed is slower.
Default: 0
*/
#define ALTAIRCAM_OPTION_READOUT_MODE 0x69 /* Readout mode: 0 = IWR (Integrate While Read), 1 = ITR (Integrate Then Read) */
#define ALTAIRCAM_OPTION_READOUT_MODE 0x69 /* Readout mode: 0 = IWR (Integrate While Read), 1 = ITR (Integrate Then Read)
The working modes of the detector readout circuit can be divided into two types: ITR and IWR. Using the IWR readout mode can greatly increase the frame rate. In the ITR mode, the integration of the (n+1)th frame starts after all the data of the nth frame are read out, while in the IWR mode, the data of the nth frame is read out at the same time when the (n+1)th frame is integrated
*/
#define ALTAIRCAM_OPTION_TAILLIGHT 0x6a /* Turn on/off tail Led light: 0 => off, 1 => on; default: on */
#define ALTAIRCAM_OPTION_LENSSTATE 0x6b /* Load/Save lens state to EEPROM: 0 => load, 1 => save */
#define ALTAIRCAM_OPTION_AWB_CONTINUOUS 0x6c /* Auto White Balance: continuous mode
Expand All @@ -1134,6 +1143,14 @@ ALTAIRCAM_API(HRESULT) Altaircam_feed_Pipe(HAltaircam h, unsigned pipeId);
#define ALTAIRCAM_OPTION_GVCP_RETRY 0x72 /* GVCP Retry: range = [2, 8], default: 4
Unless in very special circumstances, generally no modification is required, just use the default value
*/
#define ALTAIRCAM_OPTION_GVSP_WAIT_PERCENT 0x73 /* GVSP wait percent: range = [0, 100], default = (trigger mode: 100, realtime: 0, other: 1) */
#define ALTAIRCAM_OPTION_RESET_SEQ_TIMESTAMP 0x74 /* Reset to 0: 1 => seq; 2 => timestamp; 3 => both */
#define ALTAIRCAM_OPTION_TRIGGER_CANCEL_MODE 0x75 /* Trigger cancel mode: 0 => no frame, 1 => output frame; default: 0 */
#define ALTAIRCAM_OPTION_MECHANICALSHUTTER 0x76 /* Mechanical shutter: 0 => open, 1 => close; default: 0 */
#define ALTAIRCAM_OPTION_LINE_TIME 0x77 /* Line-time of sensor in nanosecond */
#define ALTAIRCAM_OPTION_ZERO_PADDING 0x78 /* Zero padding: 0 => high, 1 => low; default: 0 */
#define ALTAIRCAM_OPTION_UPTIME 0x79 /* device uptime in millisecond */
#define ALTAIRCAM_OPTION_BITRANGE 0x7a /* Bit range: [0, 8] */

/* pixel format */
#define ALTAIRCAM_PIXELFORMAT_RAW8 0x00
Expand Down Expand Up @@ -1219,11 +1236,11 @@ ALTAIRCAM_API(HRESULT) Altaircam_put_XY(HAltaircam h, int x, int y);
#define ALTAIRCAM_IOCONTROLTYPE_GET_COUNTERVALUE 0x15 /* Counter Value, range: [1 ~ 65535] */
#define ALTAIRCAM_IOCONTROLTYPE_SET_COUNTERVALUE 0x16
#define ALTAIRCAM_IOCONTROLTYPE_SET_RESETCOUNTER 0x18
#define ALTAIRCAM_IOCONTROLTYPE_GET_PWM_FREQ 0x19
#define ALTAIRCAM_IOCONTROLTYPE_GET_PWM_FREQ 0x19 /* PWM Frequency */
#define ALTAIRCAM_IOCONTROLTYPE_SET_PWM_FREQ 0x1a
#define ALTAIRCAM_IOCONTROLTYPE_GET_PWM_DUTYRATIO 0x1b
#define ALTAIRCAM_IOCONTROLTYPE_GET_PWM_DUTYRATIO 0x1b /* PWM Duty Ratio */
#define ALTAIRCAM_IOCONTROLTYPE_SET_PWM_DUTYRATIO 0x1c
#define ALTAIRCAM_IOCONTROLTYPE_GET_PWMSOURCE 0x1d /* 0x00 => Opto-isolated input, 0x01 => GPIO0, 0x02 => GPIO1 */
#define ALTAIRCAM_IOCONTROLTYPE_GET_PWMSOURCE 0x1d /* PWM Source: 0x00 => Opto-isolated input, 0x01 => GPIO0, 0x02 => GPIO1 */
#define ALTAIRCAM_IOCONTROLTYPE_SET_PWMSOURCE 0x1e
#define ALTAIRCAM_IOCONTROLTYPE_GET_OUTPUTMODE 0x1f /*
0x00 => Frame Trigger Wait
Expand Down Expand Up @@ -1460,7 +1477,8 @@ ALTAIRCAM_API(HRESULT) Altaircam_put_ColorMatrix(HAltaircam h, const double v[9
ALTAIRCAM_API(HRESULT) Altaircam_put_InitWBGain(HAltaircam h, const unsigned short v[3]); /* null => revert to model default */

/*
get the frame rate: framerate (fps) = Frame * 1000.0 / nTime
get the actual frame rate of the camera at the most recent time (about a few seconds):
framerate (fps) = nFrame * 1000.0 / nTime
*/
ALTAIRCAM_API(HRESULT) Altaircam_get_FrameRate(HAltaircam h, unsigned* nFrame, unsigned* nTime, unsigned* nTotalFrame);

Expand Down
Binary file modified libaltaircam/arm64/libaltaircam.bin
Binary file not shown.
Binary file modified libaltaircam/armhf/libaltaircam.bin
Binary file not shown.
Binary file modified libaltaircam/mac/libaltaircam.bin
Binary file not shown.
Binary file modified libaltaircam/x64/libaltaircam.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion libbressercam/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project (libbressercam)

set (LIBBRESSERCAM_VERSION "57.26598")
set (LIBBRESSERCAM_VERSION "57.27348")
set (LIBBRESSERCAM_SOVERSION "57")

list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
Expand Down
Binary file modified libbressercam/arm64/libbressercam.bin
Binary file not shown.
Binary file modified libbressercam/armhf/libbressercam.bin
Binary file not shown.
Loading

0 comments on commit 3eb4428

Please sign in to comment.