Anjo replied to the topic 'INDI LibCamera Driver' in the forum. 1 year ago

After commenting out the cameraManager->reset(), mine fails with the option parsing in StillOptions Option::Parse(). Where does this live anyway? The Option class just has this as virtual?

//if (Options::Parse(argc, argv) == false)
// return false;

Commenting this goes a bit further, but unsurprisingly croaks with:

ERROR 21.847219 sec : Error opening camera: bad thumbnail parameters

Read More...