Back to Adaptive Vision Library website

You are here: Start » Function Reference » Deep Learning » DeepLearning_Configure

DeepLearning_Configure


Header:AVL.h
Namespace:avl

Filter is used to change basic Deep Learning configuration.

Syntax

C++
C#
 
void avl::DeepLearning_Configure
(
	const int inPort,
	const atl::Optional<int> inConnectionTimeout
)

Parameters

Name Type Range Default Description
inPort const int 0 - 65535 8210 Number of port used by service
inConnectionTimeout const Optional<int> 0 - 10000 Time which each filter will try to connect to service

Errors

List of possible exceptions:

Error type Description
DomainError Filter DeepLearning_Configure can be executed before any connection to service was performed.