+1

SV camera mirror variable

Alastair Mason 3 weeks ago updated 3 weeks ago 2

Is it possible to have the SV camera mirroring able to be controlled via a variable?

I'm looking at potentially using these cameras but what cameras need mirroring will be inconsistent.

Even if those variables can only be defined in the initialization, it would simplify the integration.

The mirror property on the display page video control is a constant, but for the same camera module you could have different display page video controls.


So if you make the application with different display pages, or duplicate video controls where you control visibility you should be able to handle this. (it wasn't always the case, see SV Camera - Flip/Mirror adjustable through function / Hardware / IQAN)

Yes, I understand that is an option but the implementation of that is more cumbersome than I would like.

We are running multiple display pages each with up to four camera streams, placement of each camera is tailored to customer requirements hence what cameras need to be mirrored is always changing. If I make different display pages for each combination of mirrored/not mirrored video streams I'll end up with 30+ display pages.

I understand it's a constant but we have other constants that are allowed to be defined in the initialization function (like baud rates and source addresses).