Since 1.8.2 indi-full has changed its structure of 3rd party drivers. All the package have new names.
While oacapture is dependent on old packages like libasicamera and libefwfilter which are replaced by new packages in indi1.8.2.
So this cause the conflict.
The oacapture deb can be installed with 'dpkg -i --ignore-depends=libasicamera,libefwfilter', and does work good.
I have mail to the author of oacapture, james, but no response by now.
This is a reminder for the people who want to install oacapture on you system.
To solve the conflict, you need to uninstall all the oacapture packages before you upgrade indi to the latest build. Install oacapture again with the ignore option
And also, you need to modify a file to change the oacapture dependency.
/var/lib/dpkg/status
Find oacapture and remove libasicamera and libefwfilter in the line 'Depends'.

Read More...