Search results

  1. U

    Chinese camera + 2 Lens - how to fetch only one len

    ffplay -i rtsp:/user:pass@ip-of-camera -vf "crop=2303:1295:0:1296" ffplay -i rtsp:/user:pass@ip-of-camera -vf "crop=2303:1295:0:0"
  2. U

    Chinese camera + 2 Lens - how to fetch only one len

    I do this with ffplay (ffmpeg) stream bottom camera: ffplay -i rtsp:/user:pass@ip-of-camera -vf "crop=2303:1295:0:1296" stream top camera: ffplay -i rtsp:/user:pass@ip-of-camera -vf "crop=2303:1295:0:0"