Page 1 of 2

connexion FOSCAM

Posted: Wed Sep 25, 2019 4:17 pm
by Christian
Bonjour,

Je viens d'acheter une camera IP FOSCAM modele :FI9928P
je développe avec delphi XE10
ma camera se connecte je peux même faire des déplacements PTZ mais je n'ai pas d'image ?
camera Host 192.168.1.11
camera port 88
mon login et mot de passe.
mon code :
procedure TForm1.FormCreate(Sender: TObject);
begin
RVCamera1.SearchCamera;
end;
procedure TForm1.RVCamera1SearchComplete(Sender: TObject; Status: Integer);
begin
if Status = 0 then RVCamera1.PlayVideoStream;
end;
end.
je vous remercie d'avance pour votre réponse
-------------------------------------------------------------------------------------------------
264/5000
Nombre maximal de caractères : 5000
Hello,

I just bought an IP camera FOSCAM model: FI9928P
I develop with delphi XE10
my camera connects I can even make PTZ moves but I have no picture?
Host camera 192.168.1.11
camera port 88
my login and password.
my code:
procedure TForm1.FormCreate(Sender: TObject);
begin
RVCamera1.SearchCamera;
end;
procedure TForm1.RVCamera1SearchComplete(Sender: TObject; Status: Integer);
begin
if Status = 0 then RVCamera1.PlayVideoStream;
end;
end.
Thank you in advance for your answer

Re: connexion FOSCAM

Posted: Wed Sep 25, 2019 4:34 pm
by Sergey Tkachenko
Do you know video stream format (MJPEG or H.264)?

Re: connexion FOSCAM

Posted: Thu Sep 26, 2019 6:43 am
by Christian
Bonjour,
Format vidéo H.264

Re: connexion FOSCAM

Posted: Thu Sep 26, 2019 5:04 pm
by Christian
Bonjour,

j'ai testé beaucoup de chose aujourd'hui et toujours impossible d'avoir un retour vidéo.
j'ai bien installé ffMpeg et gstream aussi.
Merci.

Hello,

I tested a lot of things today and still can not get a video feedback.
I installed ffMpeg and gstream too.
Thank you.

Re: connexion FOSCAM

Posted: Fri Sep 27, 2019 7:32 am
by Sergey Tkachenko
In order to search for video H.264 video stream,
1) FFmpeg libraries must be available for the application
2) RVCamera.VideoFormat must be rvvfH264 before calling SearchCamera.

And, unfortunately, we found bugs in searching password-protected streams. We fixed it in our working version.
I can send you a beta fix before we release it.
Do you use full or trial version of RVMedia?

Re: connexion FOSCAM

Posted: Fri Sep 27, 2019 8:28 am
by Christian
Bonjour,

pour le moment j'utilise une version d'essai, j'aime bien votre composant très professionnel et surtout très complet mais je veux être sûr
du bon fonctionnement avec ma camera. j'ai testé avec VLC flux réseau " rtsp://admin37:[email protected]:88/videomain"
cela fonctionne très bien.
je veux bien votre correctif pour essayer ...
je vous remercie d'avance.


Hello,

for now I use a trial version, I like your component very professional and especially very complete but I want to be sure
of good operation with my camera. I tested with VLC network stream "rtsp: // admin37:[email protected]: 88 / videomain"
it works very well.
I want your patch to try ...
I thank you in advance.

Re: connexion FOSCAM

Posted: Fri Sep 27, 2019 6:16 pm
by Sergey Tkachenko
If you know the exact video URL, you do not need to call SearchCamera.
Just assign:
RVCamera1.URL := 'rtsp://admin37:[email protected]:88/videomain'
RVCamera1.VideoFormat := rvvfH264;
and call RVCamera1.PlayVideoStream;

As I said before, FFmpeg must be available for the application. You can check if FFmpeg is available by checking the result of RVCamera1.IsSupportedFFMPEG.

There is a small possibility that FFmpeg cannot play this stream. In this case, GStreamer can be used. But I do not think that Foscam cameras have problems with FFmpeg.

Re: connexion FOSCAM

Posted: Sat Sep 28, 2019 9:39 am
by Christian
Bonjour,

J'ai réussi a afficher le flux de ma camera FOSCAM
je vous remercie de tout vos conseils très professionnel.

Bonne journée

Hello,

I managed to display the flow of my camera FOSCAM
I thank you for all your very professional advice

Have a good day

Re: connexion FOSCAM

Posted: Sun Sep 29, 2019 9:14 am
by Christian
Bonjour,
Au niveau du flux vidéo tout se passe bien, mais impossible de contrôler la camera
je n'arrive pas a piloter les déplacements PTZ
impossible aussi de changer la luminosité le contraste ... le flip horizontal et vertical ..
la camera que j'utilise modèle FI9928P V2
merci

Hello,
At the video stream everything goes well, but impossible to control the camera
I can not manage PTZ movements
also impossible to change the brightness the contrast ... the horizontal and vertical flip ..
the camera that I use FI9928P V2 model
thank you

Re: connexion FOSCAM

Posted: Sun Sep 29, 2019 2:26 pm
by Sergey Tkachenko
In this case, SearchCamera is necessary. It not always searches for video stream URL on the given host:port, but also determines the camera capabilities.
We will send you a fixed beta trial at the beginning of the next week.

Re: connexion FOSCAM

Posted: Tue Oct 01, 2019 6:35 am
by Christian
Bonjour
merci beaucoup

Hello
thank you very much

Re: connexion FOSCAM

Posted: Sun Oct 06, 2019 4:36 pm
by Christian
Bonjour,
j'ai téléchargé la version test 7 de RVCamera je n'arrive plus du tout a avoir le flux vidéo
même avec votre application test Media Test
voir le fichier suivant
merci beaucoup

Hello,
I downloaded the test version 7 of RVCamera I can not have the video stream at all
even with your Media Test test app
see the following file
thank you very much
Media test.JPG
Media test.JPG (86.52 KiB) Viewed 36932 times

Re: connexion FOSCAM

Posted: Sun Oct 06, 2019 5:18 pm
by Sergey Tkachenko
Please retest with the version with we will sent to you soon (if all will be ok, tomorrow)

Re: connexion FOSCAM

Posted: Mon Oct 07, 2019 7:07 am
by Christian
Bonjour,

merci j'attends votre version.
Bonne journée

thank you I'm waiting for your version.
Have a good day

Re: connexion FOSCAM

Posted: Tue Oct 08, 2019 7:02 pm
by Sergey Tkachenko
Sorry, last-time changes caused problems in redrawing multi-viewers, so I cannot send it today. The next goal is tomorrow.