Thanks for the great video, been searching for this for a while.
In my use case, I would need to redirect the actual (URL) not the image after I detect a face.
I am not able to do so, because when redirecting in the get_frame() function, it will return the result to the StreamingHttpResponse. This will just cause a hanging since StreamingHttpResponse is no longer receiving bytes.
I have been stuck on this task for a while, and a help will be much appreciated.
Kind regards,
Thanks for the great video, been searching for this for a while.
In my use case, I would need to redirect the actual (URL) not the image after I detect a face.
I am not able to do so, because when redirecting in the get_frame() function, it will return the result to the StreamingHttpResponse. This will just cause a hanging since StreamingHttpResponse is no longer receiving bytes.
I have been stuck on this task for a while, and a help will be much appreciated.
Kind regards,