Search found 7 matches

by cmoss
2024年 Jul 29日 11:30
Forum: TuyaOS-Multimedia Device Development
Topic: Access videos stored on Tuya IPC camera using non-app APIs
Replies: 0
Views: 2198

Access videos stored on Tuya IPC camera using non-app APIs

I've been able to use the stream allocation API to access live video from a Tuya IPC using RTSP, and this works very well, and reliably. I know that it's possible to access the videos stored on the IPC's SD card using the app based SDKs, but I'd like to know if any of the web APIs expose this too (o...
by cmoss
2024年 Jul 29日 05:48
Forum: TuyaOS-Multimedia Device Development
Topic: Tuya camera Wake Up command
Replies: 9
Views: 2681

Re: Tuya camera Wake Up command

Thanks for the detailed response, very helpful! I've been able to wake up the camera using wakeup packets sent straight to it, and once the camera is awake, I can control it using the Tuya Dev Platform, but the dev platform doesn't seem to be able to wake the camera using the debug console. I had th...
by cmoss
2024年 Jul 26日 15:07
Forum: TuyaOS-Multimedia Device Development
Topic: Tuya camera Wake Up command
Replies: 9
Views: 2681

Re: Tuya camera Wake Up command

After sniffing the 802.11 traffic with Wireshark, I can see that the Camera seems to use 802.11 power management. I assume this is the mechanism it's using to wake? Is there anything special about the implementation I need to consider?

by cmoss
2024年 Jul 26日 11:45
Forum: TuyaOS-Multimedia Device Development
Topic: Tuya camera Wake Up command
Replies: 9
Views: 2681

Re: Tuya camera Wake Up command

I modified the documentation link to show English language documentation. What is the underlying mechanism used by the SDK to actually wake the camera? Presumably we could recreate that. Is a specific packet sent to the camera that causes it to wake? We have the WebRTC client working with this camer...
by cmoss
2024年 Jul 26日 11:39
Forum: TuyaOS-Multimedia Device Development
Topic: Tuya camera Wake Up command
Replies: 9
Views: 2681

Re: Tuya camera Wake Up command

Hi there, unfortunately using an app is not possible for our usecase. The documentation you linked is in Chinese, do you have an English language version of this available?

by cmoss
2024年 Jul 26日 10:46
Forum: TuyaOS-Multimedia Device Development
Topic: Tuya camera Wake Up command
Replies: 9
Views: 2681

Re: Tuya camera Wake Up command

Hi there,

Apologies, I'd forgotten to enable notifications to receive the response.

We're looking for either a Cloud API, or a local call which can be made from an embedded Linux system running on the same network segment as the camera.

by cmoss
2024年 May 13日 07:16
Forum: TuyaOS-Multimedia Device Development
Topic: Tuya camera Wake Up command
Replies: 9
Views: 2681

Tuya camera Wake Up command

Hello, We're trying to integrate a number of Tuya compatible IP cameras with one of our products, whereby the camera would be in standby mode most of the time, and would be woken from our monitoring device. I've seen that many cameras implement an ability to be woken from the Smart Life app, and thi...