I'm writing camera interface for HALCON 13.0 in Ubuntu platform, the interface is named hAcqxVision and realized by file with name hAcqxVision.so, and this interface fill will cal the vendor's driver named libtycam.so, but calling libtycam.so should be with root authority, otherwise it will report error.
Then I wrote a executable binary that call libtycam.so directly with root authority, it worked well. but it would fail when with HALCON and hAcqxVision.so, and HALCON can't run with root authority.
could you please tell any way to realize this? Thanks.