Nick Young
Nick Young
then I think editing that should still affect the vs deploy
Google Translate says: "It would be better if you could have a brief introduction to the framework. I haven't implemented your project yet, I want to know how he works."...
How poor is poor? Mine gets a response in about a second. If you want something more realtime, you'd need to be doing the facial recognition processing on the device.
The "solution" is to temporarily toggle off the live stream when the app needs to use the camera. If you were super dedicated, you could in theory script this so...
The other alternative is to stream the hologram but not the camera view
@goofysth yeah - 1. Extend the C# application a bit to include a websocket server. Clients should be able to connect to that server - and when there's a tap...
This is still an issue, the error is just slightly different now: ```r library(sf) #> Linking to GEOS 3.11.2, GDAL 3.6.2, PROJ 9.2.0; sf_use_s2() is TRUE invalid_geometry = readRDS("invalid_geometry.rds.zip") st_is_valid(invalid_geometry,...
Yes, `sf::sf_use_s2(FALSE)` does fix it. I suppose if one got the error message "Error in wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, : Loop 0 is not valid: Edge 9 crosses edge 26",...
This is still an issue. See https://github.com/r-tmap/tmap/issues/606. With [invalid_geometry.rds.zip](https://github.com/r-tmap/tmap/files/7325689/invalid_geometry.rds.zip) in your working directory, `st_make_valid` does nothing: ```r invalid_geometry = readRDS("invalid_geometry.rds.zip") st_is_valid(st_make_valid(invalid_geometry)) [1] FALSE FALSE FALSE FALSE FALSE ```
Google seem pretty adept at blocking automated logins - perhaps it might be easier to login programmatically via Facebook