Hello,
I am currently using the PX2 and want to record a video. I have been trying the command ipp_capture_encode. However,the following error is displayed.
***** aurix state *****
CAM_PWR_ON: 0x0
TEGRA_GMSL: TEGRA B
TEGRA_FPDL: TEGRA B
TEGRA_A_HDMI: MXM
TEGRA_B_HDMI: MXM
TEGRA_PCI: TEGRA B
FAN_STATE: UNKNOWN
Hello,
I tried using the ipp_capture_encode. It wouldn’t go past an aggregate of 4.I couldn’t fit it in one command line statement. Is there a way to simultaneously record images from cameras that are from different groups using ipp_capture_encode?
Yes, I did. But that worked for 4 simultaneous outputs. I suppose the documentation uses the vc_enable. If I had to go for more than 4(essentially from different groups also),it didn’t seem to work.
I would like to use both the groups simultaneously using nvmipp_capture_encode. Would it be possible with the given instruction set?
It would be great if you could suggest a way to do this.
Exercise more than one camera group (say camera port AB and CD) simultaneously
View the camera feed on monitor using a kind of split screen (grid)
Unfortunately, nvmipp_capture_encode cannot exercise more than one camera groups simultaneously. If more than one camera groups are to be exercised, then you should launch multiple instances of the application (one for each camera group)
Also, it is not possible to view multiple camera feeds on monitor simultaneously. The application will always display the first camera on the monitor.