-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I tried to run the RTSPServer on a Sricam SP017, which is a different RTS3930N based IP camera.
The server itself seems to work but stream fails to set up the fifo stream in /tmp/h264_high_fifo.
Stream fails after calling rts_av_create_isp_chn(&isp_attr) and outputs "fail to create isp chn, ret = -21".
It turns out that rts_av_create_isp_chn tries to open /dev/video51 without previously creating the device.
Is the creation of /dev/video51 already taken care of by a different program in YI Cameras?
I cant find any public information on the rtscamkit library or the camera drivers, so i don't know what rts_av_create_isp_chn actually does and how the camera device is supposed to be set up. Can anyone point me in the direction of the source or some documentation for the library?