Does anyone know if there exists such a thing? The CGO3+ app is great for viewing video on iOS or Android but I need it to work on a Windows platform. Thanks
Run Android on Windows - Fastest Android Emulator or Bluestacks - Play and Stream Any Android Game and App on PC might workDoes anyone know if there exists such a thing? The CGO3+ app is great for viewing video on iOS or Android but I need it to work on a Windows platform. Thanks
Wow great info...Hi,
you could actually do everything on windows as on android. All the commands are basically GET requests with a pretty basic syntax. As Christoph said, the easiest thing is to use VLC or any other player which is capable of RTSP streams and open rtsp://192.168.42.1/live
To start or stop recording you have to initialize the camera first:
http://192.168.42.1/cgi-bin/cgi?CMD=INIT_CAMERA
then you could use this command to start recording:
http://192.168.42.1/cgi-bin/cgi?CMD=START_RECORD
and this one to stop:
http://192.168.42.1/cgi-bin/cgi?CMD=STOP_RECORD
to take pictures call this:
http://192.168.42.1/cgi-bin/cgi?CMD=TAKE_PHOTO
Put these commands in a small webpage to call them with a button-press and you're ready to go
Hi,
you could actually do everything on windows as on android. All the commands are basically GET requests with a pretty basic syntax. As Christoph said, the easiest thing is to use VLC or any other player which is capable of RTSP streams and open rtsp://192.168.42.1/live
To start or stop recording you have to initialize the camera first:
http://192.168.42.1/cgi-bin/cgi?CMD=INIT_CAMERA
then you could use this command to start recording:
http://192.168.42.1/cgi-bin/cgi?CMD=START_RECORD
and this one to stop:
http://192.168.42.1/cgi-bin/cgi?CMD=STOP_RECORD
to take pictures call this:
http://192.168.42.1/cgi-bin/cgi?CMD=TAKE_PHOTO
Put these commands in a small webpage to call them with a button-press and you're ready to go
I don't think that is correct. I just connected to mine using an android phone and it works. I am using the latest firmware.I've just heard from another source that only an iOS platform will now work with the CGO3 app--it seems because of one of the recent firmware upgrades. So, Android will not work any longer and Windows won't work with VLC or with Android emulation software. I'd love to hear if any of the above is wrong, but I'm going to concentrate on a solution with an Apple iOS platform. Thanks for your help.
Hi,
you could actually do everything on windows as on android. All the commands are basically GET requests with a pretty basic syntax. As Christoph said, the easiest thing is to use VLC or any other player which is capable of RTSP streams and open rtsp://192.168.42.1/live
To start or stop recording you have to initialize the camera first:
http://192.168.42.1/cgi-bin/cgi?CMD=INIT_CAMERA
then you could use this command to start recording:
http://192.168.42.1/cgi-bin/cgi?CMD=START_RECORD
and this one to stop:
http://192.168.42.1/cgi-bin/cgi?CMD=STOP_RECORD
to take pictures call this:
http://192.168.42.1/cgi-bin/cgi?CMD=TAKE_PHOTO
Put these commands in a small webpage to call them with a button-press and you're ready to go
Sorry for necroposting but this is amazing info! I'm trying to use a Raspberry Pi to get a dedicated video stream for use in live sports streaming, and this is exactly what I needed!Hi,
you could actually do everything on windows as on android. All the commands are basically GET requests with a pretty basic syntax. As Christoph said, the easiest thing is to use VLC or any other player which is capable of RTSP streams and open rtsp://192.168.42.1/live
To start or stop recording you have to initialize the camera first:
http://192.168.42.1/cgi-bin/cgi?CMD=INIT_CAMERA
then you could use this command to start recording:
http://192.168.42.1/cgi-bin/cgi?CMD=START_RECORD
and this one to stop:
http://192.168.42.1/cgi-bin/cgi?CMD=STOP_RECORD
to take pictures call this:
http://192.168.42.1/cgi-bin/cgi?CMD=TAKE_PHOTO
Put these commands in a small webpage to call them with a button-press and you're ready to go
We use essential cookies to make this site work, and optional cookies to enhance your experience.