Adding a pi powered 8 inch monitor to BI via ssh

Pandemic

n3wb
Joined
Oct 29, 2021
Messages
13
Reaction score
12
Location
earth
Alright, here we go.

I've got 2 Annke C800's connected to BI on a dedicated machine. I followed a crosstalk solutions video on how to configure an 8 inch monitor powered by a raspberry pi. It uses displaycameras 0.8.3.3 to display the sub-feed from the cameras.

The issue I've encountered is that the pi can't decode H265 from the cameras and the MJPEG sub-feed looks like hot garbage.

Is there a way to configure BI to decode H265 and feed H264 to the pi?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,856
Reaction score
39,218
Location
Alabama
Is there a way to configure BI to decode H265 and feed H264 to the pi?
Consider the below URL to stream a selected cam from BI using .H264:

Code:
http://BI-Server-IP:BI-Server-Port/h264/Cam-ShortName/temp.h264
That URL and more can be found in BI's "Help" under "Administration" => "HTTP Interface" => "Direct image and video requests"

EDIT: you stated that "...the MJPEG sub-feed looks like hot garbage. " Any reason you cannot use the mainstream for MJPEG vs. the "sub-feed" (substream) ?
Example URL:
Code:
http://BI-server-IP:BI-port/mjpg/camera-shortname/video.mjpg
 
Last edited:

Pandemic

n3wb
Joined
Oct 29, 2021
Messages
13
Reaction score
12
Location
earth
Consider the below URL to stream a selected cam from BI using .H264:

Code:
http://BI-Server-IP:BI-Server-Port/h264/Cam-ShortName/temp.h264
That URL and more can be found in BI's "Help" under "Administration" => "HTTP Interface" => "Direct image and video requests"

EDIT: you stated that "...the MJPEG sub-feed looks like hot garbage. " Any reason you cannot use the mainstream for MJPEG vs. the "sub-feed" (substream) ?
Example URL:
Code:
http://BI-server-IP:BI-port/mjpg/camera-shortname/video.mjpg
I was going the RTSP route because displaycameras can run as a service so it will automatically post after powering off, etc.
 
Top