You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
A new port needs creating which extends StillPort with a similar override to Configure so that a user can connect the splitter component to the camera's still port.
The text was updated successfully, but these errors were encountered:
This appears to be working well, however if the user intends on outputting via image encoders then they must add a Resize/ISP component between the splitter output port and the image encoder input port. If the user doesn't do this, the splitter component only seems to allow 1 encoder component to be connected to any given splitter output port. Raw capture from the splitter works well too.
The default constructor for a splitter component will instantiate 4 SplitterVideoPort objects to be used for its output ports which are intended for video recording functionality. The user can override this when configuring the output port by using SplitterStillPort as a generic constraint.
A new port needs creating which extends
StillPort
with a similar override toConfigure
so that a user can connect the splitter component to the camera's still port.The text was updated successfully, but these errors were encountered: