mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-21 01:01:03 +03:00
some changes in artifical-star plugin, add simplest centroids example
This commit is contained in:
@@ -308,7 +308,7 @@ cc_IMG *cc_getshm(key_t key, size_t imsize){
|
||||
|
||||
|
||||
// find plugin
|
||||
static void *open_plugin(const char *name){
|
||||
void *open_plugin(const char *name){
|
||||
DBG("try to open lib %s", name);
|
||||
void* dlh = dlopen(name, RTLD_NOLOAD); // library may be already opened
|
||||
if(!dlh){
|
||||
|
||||
Reference in New Issue
Block a user